summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale
Commit message (Expand)AuthorAgeFilesLines
* ofw_spi: Parse property for the SPI mode and CS polarity.manu2017-10-171-0/+2
* MFC r310343-r310344gonzo2017-05-093-12/+22
* MFC r312679:ian2017-03-021-0/+7
* MFC r313917:ian2017-03-011-1/+1
* MFC r313674:ian2017-03-011-0/+4
* MFC r308186, r308188, r308231, r308232:ian2017-03-013-919/+2
* MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges)ian2017-03-017-44/+2
* MFC r308640:ian2017-03-018-45/+39
* MFC r309999, r310012gonzo2017-01-062-1/+2
* MFC r306902:mmel2016-11-052-4/+0
* MFC r306756:mmel2016-10-151-1/+2
* Postpone allocation of IRQ resource to the time when interruptskra2016-06-031-3/+11
* Add support for triggering interrupts on both rising and falling edges.ian2016-05-261-39/+67
* Another round of changes to add compatibility with the older ESHDC varietyian2016-05-261-82/+160
* INTRNG - support new interrupt mapping type INTR_MAP_DATA_GPIOskra2016-05-231-25/+65
* INTRNG - use gpio generic interrupt modes definitions added in r298738.skra2016-05-231-47/+31
* Fix the deciKelvin to Celsius conversion in kernel.loos2016-05-221-1/+1
* Fix some format strings to make them either correct or uniform.skra2016-05-221-3/+3
* Don't repeat the the word 'the'eadler2016-05-171-1/+1
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-131-1/+1
* INTRNG - redefine struct intr_map_data to avoid headers pollution. Eachskra2016-05-051-4/+8
* sys/arm: Minor spelling fixes.pfg2016-05-043-4/+4
* Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAYandrew2016-04-303-5/+5
* sys/arm: make use of the howmany() macro when available.pfg2016-04-261-1/+1
* Move arm's devmap to some generic place, so it can be usedbr2016-04-266-23/+23
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-154-11/+11
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-106-17/+17
* Remove unecessary locking, mostly from places where a read is done of aian2016-04-071-13/+12
* Code cleanup: stop searching for a pin in the array and just use the pinian2016-04-071-51/+15
* Comestic changes; when INTRNG support was added, some functions becameian2016-04-071-40/+40
* Remove FDT specific parts from INTRNG. Change its interface to make itskra2016-04-041-135/+192
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasian2016-03-211-0/+1
* Almost all copies of platform_mp_init_secondary just calledandrew2016-02-261-7/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andandrew2016-02-261-11/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areandrew2016-02-251-7/+0
* Make imx6 systems work again after recent import of new dts files.ian2016-02-231-0/+72
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.skra2016-02-224-5/+0
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.skra2016-02-171-1/+1
* Stop defining fdt_pic_table when building for ARM_INTRNG.andrew2016-02-112-0/+4
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsmmel2016-02-051-1/+2
* EHCI: Make core reset and port speed reading more generic.mmel2016-01-281-2/+16
* Quick exit after setting the clock control register.jhibbits2016-01-171-0/+1
* Add i.MX 6 IPU driver and enable it in IMX6 configgonzo2015-12-212-0/+1205
* - Add driver for i.MX 6 HDMI framergonzo2015-12-214-0/+1464
* Add CCM functions to enable HDMI framer and IPU units (video controller)gonzo2015-12-213-0/+55
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.adrian2015-12-182-16/+16
* Fix the clock divisor calc for imx6 sdcard bus speed.ian2015-12-181-2/+9
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofian2015-12-141-1/+1
* Rename sysctl node hw.imx6 to hw.imx. Move its definition to imx_machdep.cian2015-11-265-10/+42
* Update the imx5/imx6 cpu_reset() implementation based on a new understandingian2015-11-211-6/+4
OpenPOWER on IntegriCloud