summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale
Commit message (Expand)AuthorAgeFilesLines
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-312-8/+42
* Clean up and fix the device detach routine and the failure path on GPIOloos2015-01-312-7/+11
* Add support for audio transmitting, include drivers for:br2015-01-2411-1/+1896
* Add pinctrl driver support for the encoded input register config wordsian2015-01-231-3/+28
* Enable all the mmc/sd controllers, because there's no telling which onesian2015-01-231-1/+1
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specifician2015-01-214-4/+4
* Rename gic_init_secondary to arm_init_secondary_ic to help with the mergeandrew2015-01-111-1/+1
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-051-0/+1
* Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sadian2015-01-014-4/+4
* Switch i.MX to use the platform code to help with a single Freescale kernel.andrew2014-12-243-50/+62
* Add -march=armv7a to the kernel compile for all ARM systems which are v7a.ian2014-12-214-0/+4
* Moves all the duplicate code to a single function.loos2014-11-182-19/+0
* opt_global.h is included automatically in the build. No need toimp2014-11-181-2/+0
* Allow i2c bus speed to be configured via hints, FDT data, and sysctl.ian2014-11-181-12/+42
* Fix the reversed sense of the PADCONF_NONE test.ian2014-11-121-1/+1
* Bugfixes for the imx5/imx6 iomux fdt_pinctrl driver.ian2014-11-121-3/+21
* Make the GPIO children attach to the first unit available and not only toloos2014-10-282-4/+4
* Install a temporary workaround to avoid problems in fdt data with linux'sian2014-10-231-1/+35
* Unconditionally enable the clocks for all imx6 devices that we have driversian2014-10-231-0/+24
* Attach the imx6 CCM driver during BUS_PASS_CPU. It controls the clocksian2014-10-201-1/+2
* The imx6 hardware is fast enough to make good use of however muchian2014-10-201-1/+1
* Attach this driver during BUS_PASS_BUS and move the cpu init code to aian2014-10-191-7/+38
* 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
OpenPOWER on IntegriCloud