..
console.c
Tweak the imx debug console code so that it works with multiple SoCs.
2013-08-03 13:31:10 +00:00
files.imx6
Enable Freescale i.MX I2C driver for i.MX6.
2014-07-22 04:39:32 +00:00
files.imx51
Rename i.MX I2C driver file.
2014-07-22 03:59:14 +00:00
files.imx53
Rename i.MX I2C driver file.
2014-07-22 03:59:14 +00:00
imx6_anatop.c
Move the imx6 sysctl temperature info to hw.imx6 where all the other
2014-08-16 20:44:45 +00:00
imx6_anatopreg.h
Add basic cpu frequency control and temperature monitoring to imx6_anatop.
2014-02-21 06:00:06 +00:00
imx6_anatopvar.h
Add basic cpu frequency control and temperature monitoring to imx6_anatop.
2014-02-21 06:00:06 +00:00
imx6_ccm.c
Stop calling imx51_ccm_foo() clock functions from imx6 code. Instead
2014-04-26 16:48:09 +00:00
imx6_ccmreg.h
Add a missing clock register definition.
2014-08-08 01:23:43 +00:00
imx6_machdep.c
Cache the imx6 SoC type in a static var so that it only has to be figured
2014-08-05 19:10:53 +00:00
imx6_mp.c
Use named constant rather than '0' to access the reset controller register.
2014-07-08 14:35:09 +00:00
imx6_pl310.c
Enable PL310 power-saving modes and tune the cache ram latencies for imx6.
2014-05-06 14:26:24 +00:00
imx6_usbphy.c
Stop calling imx51_ccm_foo() clock functions from imx6 code. Instead
2014-04-26 16:48:09 +00:00
imx51_ccm.c
Stop calling imx51_ccm_foo() clock functions from imx6 code. Instead
2014-04-26 16:48:09 +00:00
imx51_ccmreg.h
Add some bare-bones support for enabling usb and usbphy clocks. This
2013-10-30 14:33:15 +00:00
imx51_ccmvar.h
Update copyright date.
2013-05-08 09:42:50 +00:00
imx51_dpllreg.h
Update copyright date.
2013-05-08 09:42:50 +00:00
imx51_iomux.c
Follow r261352 by updating all drivers which are children of simplebus
2014-02-02 19:17:28 +00:00
imx51_iomuxreg.h
Update copyright date.
2013-05-08 09:42:50 +00:00
imx51_iomuxvar.h
Update copyright date.
2013-05-08 09:42:50 +00:00
imx51_ipuv3.c
Updates to i.MX53:
2014-04-08 04:05:04 +00:00
imx51_ipuv3_fbd.c
Fix two files forgotten in r269783 (vt_generate_cons_palette)
2014-08-10 22:24:14 +00:00
imx51_ipuv3reg.h
Updates to i.MX53:
2014-04-08 04:05:04 +00:00
imx51_machdep.c
Add the start of the ARM platform code. This is based on the PowerPC
2014-05-17 11:27:36 +00:00
imx51_sdmareg.h
Update copyright date.
2013-05-08 09:42:50 +00:00
imx51_ssireg.h
Update copyright date.
2013-05-08 09:42:50 +00:00
imx51_tzicreg.h
Fix a typo _IMX51_TZICRREG_H_ -> _IMX51_TZICREG_H_ (extra R)
2014-02-23 21:13:04 +00:00
imx53_machdep.c
Add the start of the ARM platform code. This is based on the PowerPC
2014-05-17 11:27:36 +00:00
imx_ccmvar.h
Stop calling imx51_ccm_foo() clock functions from imx6 code. Instead
2014-04-26 16:48:09 +00:00
imx_common.c
Move all the files named foo/common.c to foo/foo_common.c, as
2014-03-08 00:14:40 +00:00
imx_gpio.c
Rename gpio driver file.
2014-07-18 07:52:35 +00:00
imx_gpt.c
Stop calling imx51_ccm_foo() clock functions from imx6 code. Instead
2014-04-26 16:48:09 +00:00
imx_gptreg.h
Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
2013-11-30 22:17:27 +00:00
imx_gptvar.h
Update copyright date.
2013-05-08 09:42:50 +00:00
imx_i2c.c
Enable Freescale i.MX I2C driver for i.MX6.
2014-07-22 04:39:32 +00:00
imx_machdep.c
Remove local devmap code and use the essentially identical common code
2013-11-05 05:18:18 +00:00
imx_machdep.h
Stop calling imx51_ccm_foo() clock functions from imx6 code. Instead
2014-04-26 16:48:09 +00:00
imx_nop_usbphy.c
Stop calling imx51_ccm_foo() clock functions from imx6 code. Instead
2014-04-26 16:48:09 +00:00
imx_sdhci.c
Remove extra semicolons.
2014-06-06 16:37:42 +00:00
imx_wdog.c
Follow r261352 by updating all drivers which are children of simplebus
2014-02-02 19:17:28 +00:00
imx_wdogreg.h
Update copyright date.
2013-05-08 09:42:50 +00:00
std.imx6
Add the bits needed to run SMP on imx6.
2014-02-24 03:51:31 +00:00
std.imx51
Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with
2014-01-28 09:12:04 +00:00
std.imx53
Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with
2014-01-28 09:12:04 +00:00
tzic.c
Move Open Firmware device root on PowerPC, ARM, and MIPS systems to
2014-02-05 14:44:22 +00:00