summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Souza2018-01-105-28/+44
|\
| * MFC r327367:ian2018-01-074-12/+0
| * Fix imx6 hdmi init after r323553.ian2018-01-061-16/+44
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Souza2017-12-1421-299/+1872
|\ \ | |/
| * MFC r323392:ian2017-10-191-0/+68
| * MFC r323474, r323553, r323691ian2017-09-221-1/+2
| * MFC r321938, r322015ian2017-09-118-30/+455
| * MFC r321586:ian2017-09-111-1/+30
| * MFC r320928, r320929:ian2017-09-111-1/+7
| * MFC r320655, r321933:ian2017-09-113-1/+231
| * MFC r320460, r320461, r320462, r320463:ian2017-09-111-2/+148
| * MFC r320076:ian2017-09-114-3/+535
| * MFC r320456:ian2017-09-111-1/+1
| * MFC r316664, r316670, r316972, r316996, r317033:ian2017-09-115-3/+29
| * MFC r315589, r315591, r316659, r316661:ian2017-09-102-58/+36
| * MFC r315574, r315576, r315577:ian2017-09-101-84/+204
| * MFC r315530:ian2017-09-102-66/+15
| * MFC r315490, r315508:ian2017-09-102-49/+112
* | 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
OpenPOWER on IntegriCloud