]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mach: ti: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 13 Jul 2024 13:19:07 +0000 (15:19 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jul 2024 18:12:17 +0000 (12:12 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/mach-davinci/da850_lowlevel.c
arch/arm/mach-keystone/include/mach/psc_defs.h
arch/arm/mach-keystone/msmc.c
arch/arm/mach-omap2/am33xx/chilisom.c
arch/arm/mach-omap2/am33xx/clock.c
arch/arm/mach-omap2/am33xx/sys_info.c
arch/arm/mach-omap2/clocks-common.c
arch/arm/mach-omap2/hwinit-common.c
arch/arm/mach-omap2/omap3/board.c

index 936b5e11667975a55619d126fc7581b6da41e680..78d50d4e7191c4fa88daf39d5594407538e6dc0b 100644 (file)
@@ -146,7 +146,6 @@ static int da850_pll_init(struct davinci_pllc_regs *reg, unsigned long pllmult)
         */
        setbits_le32(&reg->pllctl, PLLCTL_PLLEN);
 
-
        /*
         * clear EMIFA and EMIFB clock source settings, let them
         * run off SYSCLK
index f164f95bf2446d2a8f7fb7caa6ac0f9637d548e2..e5d70d2931e0f0accd3d1cc8d726cada4efeee30 100644 (file)
@@ -26,7 +26,6 @@
 #define PSC_REG_MDSTAT(x)       (0x800 + (4 * (x)))
 #define PSC_REG_MDCTL(x)        (0xa00 + (4 * (x)))
 
-
 static inline u32 _boot_bit_mask(u32 x, u32 y)
 {
        u32 val = (1 << (x - y + 1)) - 1;
index a20e0c98865c591c8d4a23e303d26bd672510274..51c994f972f8e73968dac4f44b56efd4ed5a2527 100644 (file)
@@ -53,7 +53,6 @@ struct msms_regs {
        struct mpax ses[16][8];
 };
 
-
 void msmc_share_all_segments(int priv_id)
 {
        struct msms_regs *msmc = (struct msms_regs *)KS2_MSMC_CTRL_BASE;
index 4765ce0adeeaea587224d6175f698d8527710625..515b6f1b87c6e546220035a04e69744cb697de21 100644 (file)
@@ -102,7 +102,6 @@ void chilisom_spl_board_init(void)
        /* Get the frequency */
        dpll_mpu_opp100.m = am335x_get_efuse_mpu_max_freq(cdev);
 
-
        if (i2c_probe(TPS65217_CHIP_PM))
                return;
 
index f07003c95bc2954c56b69ee64a9f0d3fb831d2a4..cc955345db9ec63e110f2457812b1f7b26942f76 100644 (file)
@@ -213,7 +213,6 @@ void do_disable_clocks(u32 *const *clk_domains,
 {
        u32 i, max = 100;
 
-
        /* Clock modules that need to be put in SW_DISABLE */
        for (i = 0; (i < max) && clk_modules_disable && clk_modules_disable[i];
             i++)
index 87afc096602df185284000c31827ba04b482c4ef..7ac67cb4899fe699de5bd872e32133738853e206 100644 (file)
@@ -74,7 +74,6 @@ u32 get_sys_clk_index(void)
                        CTRL_SYSBOOT_15_14_SHIFT);
 }
 
-
 #ifdef CONFIG_DISPLAY_CPUINFO
 static char *cpu_revs[] = {
                "1.0",
index 2a0c22841d03f898b8da988a9f11895ab687fe82..18d099145c532d36f0b69b6c051c7d76aa505157 100644 (file)
@@ -896,7 +896,6 @@ void do_disable_clocks(u32 const *clk_domains,
 {
        u32 i, max = 100;
 
-
        /* Clock modules that need to be put in SW_DISABLE */
        for (i = 0; (i < max) && clk_modules_disable[i]; i++)
                disable_clock_module(clk_modules_disable[i],
index 138501602c357ed75a83e113a6c2a21596f9cf41..bb67e50fd562b7a412b9b801d426c75b718f2a72 100644 (file)
@@ -268,7 +268,6 @@ void watchdog_init(void)
        writel(WD_UNLOCK2, &wd2_base->wspr);
 }
 
-
 /*
  * This function finds the SDRAM size available in the system
  * based on DMM section configurations
@@ -315,7 +314,6 @@ u32 omap_sdram_size(void)
        return total_size;
 }
 
-
 /*
  * Routine: dram_init
  * Description: sets uboots idea of sdram size
index c5ada607f9786d98cdffc513cc5f083bb74db64c..1de343ff48e054cf420086b48b8675b5c61068e9 100644 (file)
@@ -405,7 +405,6 @@ void v7_arch_cp15_set_acr(u32 acr, u32 cpu_midr, u32 cpu_rev_comb,
        asm volatile ("mcr p15, 0, %0, c1, c0, 1" : : "r" (acr));
 }
 
-
 #ifndef CONFIG_SYS_L2CACHE_OFF
 static void omap3_update_aux_cr(u32 set_bits, u32 clear_bits)
 {