u-boot-brain/board/freescale/common
Tom Rini d024236e5a Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
We have a large number of places where while we historically referenced
gd in the code we no longer do, as well as cases where the code added
that line "just in case" during development and never dropped it.

Signed-off-by: Tom Rini <trini@konsulko.com>
2018-04-27 14:54:48 -04:00
..
p_corenet libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
arm_sleep.c armv7: ls1021a: Drop macro CONFIG_LS102XA 2017-04-17 09:03:30 -07:00
cadmus.c Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
cadmus.h Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
cds_pci_ft.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
cds_via.c Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
cmd_esbc_validate.c freescale: Ensure common commands are not included in SPL binary 2018-01-17 10:30:45 -08:00
dcu_sii9022a.c video: dcu: Add Sii9022A HDMI Transmitter support 2014-09-08 10:30:35 -07:00
dcu_sii9022a.h video: dcu: Add Sii9022A HDMI Transmitter support 2014-09-08 10:30:35 -07:00
diu_ch7301.c fsl/diu: ch7301 encoder split off from t1040qds/diu.c 2014-08-12 12:26:46 -07:00
diu_ch7301.h fsl/diu: ch7301 encoder split off from t1040qds/diu.c 2014-08-12 12:26:46 -07:00
eeprom.h Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
fman.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
fman.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
fsl_chain_of_trust.c env: Rename setenv() to env_set() 2017-08-16 08:22:18 -04:00
fsl_validate.c dm: Use dm.h header when driver mode is used 2017-06-01 06:57:52 -06:00
ics307_clk.c cosmetic: replace MIN, MAX with min, max 2014-09-24 18:30:29 -04:00
ics307_clk.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
idt8t49n222a_serdes_clk.c powerpc/mpc85xx: Cleanup license header in source files 2013-08-12 15:04:24 -07:00
idt8t49n222a_serdes_clk.h powerpc/mpc85xx: Cleanup license header in source files 2013-08-12 15:04:24 -07:00
Kconfig Kconfig: Add LTC3882 voltage regulator config 2018-01-23 11:19:49 -08:00
ls102xa_stream_id.c board: ls102xa: Fix ICID setup 2016-06-03 14:12:06 -07:00
Makefile common: board_f: vid: Add VID specific API to adjust core voltage 2018-01-23 11:20:46 -08:00
mc34vr500.c pmic: pmic_mc34vr500: Add APIs to set/get SWx volt 2017-01-18 09:28:57 -08:00
mpc85xx_sleep.c qe: move drivers/qe/qe.h to include/fsl_qe.h 2016-02-24 08:51:13 -08:00
ngpixis.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
ngpixis.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
ns_access.c fsl-lsch2: csu: correct the workaround A-010315 2017-08-09 09:57:33 -07:00
pfuze.c board: freescale: common: add pfuze dm code 2018-01-12 14:28:04 +01:00
pfuze.h board: freescale: common: add pfuze dm code 2018-01-12 14:28:04 +01:00
pixis.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
pixis.h powerpc: MPC8641HPCN: Remove macro CONFIG_MPC8641HPCN 2016-11-23 23:42:16 -08:00
pq-mds-pib.c powerpc: MPC8569MDS: Remove macro CONFIG_MPC8569MDS 2016-11-23 23:42:06 -08:00
pq-mds-pib.h mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support 2007-08-16 23:12:11 -05:00
qixis.c fsl: common: qixis: Add ifc and emmc switching via qixis 2018-01-23 11:22:12 -08:00
qixis.h mmc: fsl_esdhc: enable EVDD automatic control for SD/MMC Legacy Adapter Card 2015-11-02 08:50:29 -08:00
sdhc_boot.c block: pass block dev not num to read/write/erase() 2016-01-13 21:05:18 -05:00
sgmii_riser.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
sgmii_riser.h Fixup SGMII PHY ids in the device tree 2009-02-16 18:05:54 -06:00
sleep.h fsl/sleep: updated the deep sleep framework for QorIQ platforms 2014-12-11 09:41:18 -08:00
spl.h spi: Move freescale-specific code into a private header 2016-10-06 15:07:35 -04:00
sys_eeprom.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
via.h Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale. 2007-12-11 22:34:20 -06:00
vid.c Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR 2018-04-27 14:54:48 -04:00
vid.h board/freescale/common: Check IR chip mode for VID support 2016-01-25 12:37:03 -08:00
vsc3316_3308.c powerpc/b4860qds: add workaround for XFI 2014-12-05 08:06:13 -08:00
vsc3316_3308.h powerpc/b4860qds: add workaround for XFI 2014-12-05 08:06:13 -08:00
zm7300.c arch, board: squash lines for immediate return 2016-09-23 17:53:53 -04:00
zm7300.h board/freescale/common: ZM7300 driver 2014-05-13 08:20:31 -07:00