summaryrefslogtreecommitdiffstats
path: root/sys/arm/lpc
Commit message (Expand)AuthorAgeFilesLines
* ofw_spi: Parse property for the SPI mode and CS polarity.manu2017-10-171-0/+2
* Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.andrew2017-09-061-1/+1
* MFC: r312939, r313250, r314811 (partial), r314887 (partial), r315760,marius2017-05-111-16/+3
* MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges)ian2017-03-012-5/+1
* MFC r308640:ian2017-03-012-7/+2
* MFC r309935:manu2016-12-161-3/+5
* MFC r306902:mmel2016-11-054-8/+0
* MFC r302502, r302505:ian2016-07-151-1/+1
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-4/+4
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-151-1/+1
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasian2016-03-211-0/+1
* Stop defining fdt_pic_table when building for ARM_INTRNG.andrew2016-02-111-0/+2
* Remove the arm KERNPHYSADDR option as it is no longer used. The makeandrew2015-12-221-1/+0
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofian2015-12-141-0/+1
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-211-2/+0
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-291-1/+0
* We don't use cpufunc_asm_armv5.S in any of these configs, remove it.andrew2015-03-291-1/+0
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-311-3/+20
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specifician2015-01-211-1/+1
* Use arm/bus_space-v6.c for all armv6 systems, the essentially identicalian2015-01-212-148/+1
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-051-0/+1
* Reduce the diff between the lpc interrupt controller in head and arm_intrngandrew2014-12-211-19/+23
* Make the GPIO children attach to the first unit available and not only toloos2014-10-281-2/+2
* Mechanically convert to if_inc_counter().glebius2014-09-191-5/+5
* Add the start of the ARM platform code. This is based on the PowerPCandrew2014-05-171-5/+6
* Rename platform_gpio_init to be SoC specificandrew2014-05-103-3/+3
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-101-1/+0
* Replace many pasted identical definitions of cpu_initclocks() with a commonian2014-02-261-6/+0
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-0211-0/+39
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-281-1/+0
* Add #include <machine/fdt.h> to a few files that used to get it viaian2014-01-051-0/+1
* Convert from using fdt_immr style to arm_devmap_add_entry() to makeian2014-01-054-38/+41
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-302-4/+4
* Call initarm_lastaddr() later in the init sequence, after establishingian2013-11-051-4/+8
* Move remaining code and data related to static device mapping into theian2013-11-041-2/+3
* Sweep up a bit of arm-land fallout after r257244; include necessaryian2013-10-281-0/+1
* Retire arm_remap_nocache() and the data and constants associated with it.ian2013-10-271-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-276-6/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-271-1/+0
* Remove all the instances of '#undef DEBUG' from kernel.loos2013-10-252-6/+0
* MFcalloutng:mav2013-02-281-20/+12
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Fix typo; s/ouput/outputkevlo2012-11-071-1/+1
* Merge the FDT versions of initarm.andrew2012-11-031-503/+9
* Merge r242125 into the other ARMv6 copies of initarm.andrew2012-10-311-0/+5
* Move the call to platform_gpio_init() into initarm_gpio_init() to reduceandrew2012-10-301-5/+5
* Create the new initarm_ functions to reduce the diff to the other FDTandrew2012-09-261-11/+25
* Use arm_dump_avail_init to build the dump_avail arrayandrew2012-09-261-6/+1
* Start to clean up the lpc initarm as it also uses FDT.andrew2012-09-261-12/+18
* Update different versions of physmap_init to be identical in preparationandrew2012-09-231-3/+13
OpenPOWER on IntegriCloud