freebsd-nq/sys/arm/freescale/imx
Ian Lepore f3549ad525 Minor tweaks to the imx GPT timer...
- Don't use spaces or dots in the eventtimer or timecounter names.
   They turn into sysctl node names, and it's just confusing.
 - Use comparator #3 instead of #1 for one-shot events.  There's an
   extra 1-cycle penalty in the hardware for accessing the registers
   for comparator 1, no point in paying that penalty.
 - Lower the quality of the eventtimer from 1000 to 800, because the
   device can't support PERCPU timers and some other device in the system
   may be able to provide that.
2014-02-26 18:29:14 +00:00
..
common.c Update copyright date. 2013-05-08 09:42:50 +00:00
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 Add the bits needed to run SMP on imx6. 2014-02-24 03:51:31 +00:00
files.imx51 Add Freescale i.MX515 vt(9) driver. 2013-12-22 16:09:29 +00:00
files.imx53 After r256961 ofw_iicbuc.c will be built for any kernel which includes 2013-12-12 18:29:36 +00:00
i2c.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx6_anatop.c Add basic cpu frequency control and temperature monitoring to imx6_anatop. 2014-02-21 06:00:06 +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 Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx6_ccmreg.h Add stubbed-out imx6 support for clocks and power management. This 2013-10-31 15:04:23 +00:00
imx6_machdep.c Don't force bootverbose on anymore, it can be set from ubldr now. 2014-02-23 01:49:01 +00:00
imx6_mp.c Invalidate the SCU cache tag ram on all 4 cores, not just 1-3. I misread 2014-02-25 15:22:40 +00:00
imx6_pl310.c Add the Soc- / machine-dependent parts of imx6 support. 2013-11-01 00:21:09 +00:00
imx6_usbphy.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx51_ccm.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +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_gpio.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +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_fbd.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx51_ipuv3.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx51_ipuv3reg.h Update copyright date. 2013-05-08 09:42:50 +00:00
imx51_machdep.c Remove local devmap code and use the essentially identical common code 2013-11-05 05:18:18 +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 Remove local devmap code and use the essentially identical common code 2013-11-05 05:18:18 +00:00
imx_gpt.c Minor tweaks to the imx GPT timer... 2014-02-26 18:29:14 +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_machdep.c Remove local devmap code and use the essentially identical common code 2013-11-05 05:18:18 +00:00
imx_machdep.h Remove a couple obsolete function declarations. 2014-02-13 19:14:23 +00:00
imx_nop_usbphy.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx_sdhci.c Convert the "R1B fix" from a busy-loop in the interrupt handler to a callout. 2014-02-15 17:55:35 +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