]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc: Fix CamelCase warnings in DDR related code
authorPriyanka Jain <Priyanka.Jain@freescale.com>
Wed, 25 Sep 2013 05:11:19 +0000 (10:41 +0530)
committerYork Sun <yorksun@freescale.com>
Wed, 16 Oct 2013 23:15:16 +0000 (16:15 -0700)
commit0dd38a35f462b3ba28a49cda2dc80ef57eb52acd
treebfb78890aed1b2b08a3ecbeaaefcc03e79e6b9c2
parent262737f05aa94b29d24f21d7eae89756c242df8e
powerpc: Fix CamelCase warnings in DDR related code

Some DDR related structures present in fsl_ddr_dimm_params.h, fsl_ddr_sdram.h, ddr_spd.h
has various parameters with embedded acronyms capitalized that trigger the CamelCase
warning in checkpatch.pl

Convert those variable names to smallcase naming convention and modify all files
which are using these structures with modified structures.

Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com>
38 files changed:
arch/powerpc/cpu/mpc8xxx/ddr/common_timing_params.h
arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c
arch/powerpc/cpu/mpc8xxx/ddr/ddr.h
arch/powerpc/cpu/mpc8xxx/ddr/ddr1_dimm_params.c
arch/powerpc/cpu/mpc8xxx/ddr/ddr2_dimm_params.c
arch/powerpc/cpu/mpc8xxx/ddr/ddr3_dimm_params.c
arch/powerpc/cpu/mpc8xxx/ddr/interactive.c
arch/powerpc/cpu/mpc8xxx/ddr/lc_common_dimm_params.c
arch/powerpc/cpu/mpc8xxx/ddr/main.c
arch/powerpc/cpu/mpc8xxx/ddr/options.c
arch/powerpc/include/asm/fsl_ddr_dimm_params.h
arch/powerpc/include/asm/fsl_ddr_sdram.h
arch/powerpc/include/asm/immap_512x.h
board/exmeritus/hww1u1a/ddr.c
board/freescale/b4860qds/ddr.c
board/freescale/bsc9131rdb/ddr.c
board/freescale/bsc9132qds/ddr.c
board/freescale/c29xpcie/ddr.c
board/freescale/corenet_ds/ddr.c
board/freescale/mpc8349emds/ddr.c
board/freescale/mpc8540ads/ddr.c
board/freescale/mpc8544ds/ddr.c
board/freescale/mpc8560ads/ddr.c
board/freescale/mpc8572ds/ddr.c
board/freescale/mpc8610hpcd/ddr.c
board/freescale/mpc8641hpcn/ddr.c
board/freescale/p1010rdb/ddr.c
board/freescale/p1022ds/ddr.c
board/freescale/p1023rdb/ddr.c
board/freescale/p1_p2_rdb_pc/ddr.c
board/freescale/p2020ds/ddr.c
board/freescale/p2041rdb/ddr.c
board/freescale/t4qds/ddr.c
board/freescale/t4qds/ddr.h
board/stx/stxgp3/ddr.c
board/stx/stxssa/ddr.c
board/xes/xpedite550x/ddr.c
include/ddr_spd.h