summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale
Commit message (Expand)AuthorAgeFilesLines
* Use gic_decode_fdt() rather than a local routine to parse fdt interruptian2014-09-142-1/+13
* Add a comment giving an overview of the driver. Remove leftover debugging.ian2014-09-141-7/+23
* Replace the imx5 and imx6 iomux drivers with a single common driver thatian2014-09-1311-2036/+275
* Fixthe spelling of ehciandrew2014-09-061-1/+1
* Implement the imx_iomux_get/set_gpr() interface for imx6.ian2014-09-041-0/+36
* Implement the same public interface in imx51 and imx6 iomux; use the commonian2014-09-045-83/+13
* Add a basic iomux driver for imx6.ian2014-09-044-1/+996
* Fix typo in variable name.ian2014-09-041-3/+3
* The imx5x and imx6 chips have an onboard IOMUX device which also contains aian2014-09-042-0/+78
* Add a function to get the frequency of the AHB bus. Another stopgapian2014-09-033-0/+14
* The anatop driver controls power and PLLs and needs to be available beforeian2014-09-021-5/+19
* The ocotp driver provides access to registers containing chip configurationian2014-09-021-1/+2
* sdhci.h has grown a dependency on sysctl.h, include the latter where needed.ian2014-09-011-0/+1
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-011-1/+1
* Move the imx6 sysctl temperature info to hw.imx6 where all the otherian2014-08-161-4/+2
* Fix two files forgotten in r269783 (vt_generate_cons_palette)dumbbell2014-08-101-5/+5
* Add a missing clock register definition.ian2014-08-081-0/+1
* Cache the imx6 SoC type in a static var so that it only has to be figuredian2014-08-051-5/+14
* Enable Freescale i.MX I2C driver for i.MX6.br2014-07-222-3/+9
* Rename i.MX I2C driver file.br2014-07-225-4/+4
* Rename gpio driver file.br2014-07-184-3/+3
* o Enable GPIO device driver for i.MX6.br2014-07-182-5/+10
* Pending interrupt status is cleared by writing to the ISR, not the data reg.ian2014-07-101-1/+1
* Use named constant rather than '0' to access the reset controller register.ian2014-07-081-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-7/+4
* Revert r267961, r267973:gjb2014-06-271-4/+7
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-7/+4
* Add very basic driver for 12-bit Analog to Digital Converter (ADC).br2014-06-153-0/+276
* Add a driver for Serial Peripheral Interface (SPI).br2014-06-112-0/+294
* Remove extra semicolons.kevlo2014-06-061-1/+1
* Add the start of the ARM platform code. This is based on the PowerPCandrew2014-05-174-20/+25
* Fix return value. Should be logic one or zero.br2014-05-151-1/+1
* Fix typo.br2014-05-141-1/+1
* Enable PL310 power-saving modes and tune the cache ram latencies for imx6.ian2014-05-061-0/+13
* Move duplicated code to print l2 cache config into the common code.ian2014-04-271-36/+0
* Stop calling imx51_ccm_foo() clock functions from imx6 code. Insteadian2014-04-268-46/+117
* Updates to i.MX53:rpaulo2014-04-084-67/+107
* Follow files.imx51 and add vt support.rpaulo2014-04-051-0/+2
* Flag several sysctl variables as tunables.ian2014-04-041-3/+4
* Rework the cpu frequency management code for imx6.ian2014-04-021-56/+178
* Switch imx6 to using the mpcore per-cpu event timers, but continue to useian2014-04-023-0/+7
* Don't call sdhci_init_slot() until after handling the FDT propertiesian2014-04-021-3/+3
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-104-4/+0
* Move all the files named foo/common.c to foo/foo_common.c, asimp2014-03-084-3/+3
* - Export panel info to DTSbr2014-03-071-13/+121
* Add driver for Port control and interrupts (PORT).br2014-03-074-33/+299
* Add a tunable to set the number of active cores, and enable SMP by default.ian2014-03-021-2/+10
* Add some rudimentary voltage control to go with the rudimentary frequencyian2014-02-281-2/+77
* Initialize the Low Power Mode bits to keep the ARM cores running during WFI.ian2014-02-272-7/+35
* Do not setup interrupt handler (polling is used).br2014-02-271-33/+6
OpenPOWER on IntegriCloud