aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/lpc
Commit message (Expand)AuthorAgeFilesLines
* arm: lpc: Remove supportEmmanuel Vadot2018-01-2419-6097/+0
* Use the TSLOG framework to record entry/exit timestamps for DELAY andColin Percival2017-12-311-0/+2
* Revert r327250 as it broke the build for some armv6 kernel and all armv4/5Emmanuel Vadot2017-12-281-0/+1
* arm: Add kern/kern_clocksource.c to files.armEmmanuel Vadot2017-12-271-1/+0
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2717-0/+34
* Add and use a MMC_DECLARE_BRIDGE macro for declaring mmc(4) bridgesMarius Strobl2017-03-071-2/+1
* o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regardingMarius Strobl2017-03-061-14/+2
* ofw_spi: Parse property for the SPI mode and CS polarity.Emmanuel Vadot2016-12-181-0/+2
* Add the missing void to function signatures in much of the arm code.Andrew Turner2016-12-131-1/+1
* Use the spibus accessor when applicable.Emmanuel Vadot2016-12-121-3/+5
* Use the correct OF_getencprop over OF_getprop + fdt32_to_cpu to readAndrew Turner2016-11-142-7/+2
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-141-2/+0
* Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.Andrew Turner2016-11-111-1/+1
* ARM: Remove unused includes.Michal Meloun2016-10-094-8/+0
* Restrict where we need to define fdt_fixup_table to just PowerPC andAndrew Turner2016-09-231-4/+0
* Correct syntax errors that only show up when compiled with INVARIANTS.Ian Lepore2016-07-091-1/+1
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-4/+4
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-1/+1
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasIan Lepore2016-03-211-0/+1
* Stop defining fdt_pic_table when building for ARM_INTRNG.Andrew Turner2016-02-111-0/+2
* Remove the arm KERNPHYSADDR option as it is no longer used. The makeAndrew Turner2015-12-221-1/+0
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofIan Lepore2015-12-141-0/+1
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-211-2/+0
* Build the cpufunc_asm_* files based on the cpu type, not which config fileAndrew Turner2015-03-291-1/+0
* We don't use cpufunc_asm_armv5.S in any of these configs, remove it.Andrew Turner2015-03-291-1/+0
* Implement GPIO_GET_BUS() method for all GPIO drivers.Luiz Otavio O Souza2015-01-311-3/+20
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specificIan Lepore2015-01-211-1/+1
* Use arm/bus_space-v6.c for all armv6 systems, the essentially identicalIan Lepore2015-01-212-148/+1
* Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky2015-01-051-0/+1
* Reduce the diff between the lpc interrupt controller in head and arm_intrngAndrew Turner2014-12-211-19/+23
* Make the GPIO children attach to the first unit available and not only toLuiz Otavio O Souza2014-10-281-2/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-5/+5
* Add the start of the ARM platform code. This is based on the PowerPCAndrew Turner2014-05-171-5/+6
* Rename platform_gpio_init to be SoC specificAndrew Turner2014-05-103-3/+3
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cIan Lepore2014-03-101-1/+0
* Replace many pasted identical definitions of cpu_initclocks() with a commonIan Lepore2014-02-261-6/+0
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-0211-0/+39
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withAndrew Turner2014-01-281-1/+0
* Add #include <machine/fdt.h> to a few files that used to get it viaIan Lepore2014-01-051-0/+1
* Convert from using fdt_immr style to arm_devmap_add_entry() to makeIan Lepore2014-01-054-38/+41
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-302-4/+4
* Call initarm_lastaddr() later in the init sequence, after establishingIan Lepore2013-11-051-4/+8
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-041-2/+3
* Sweep up a bit of arm-land fallout after r257244; include necessaryIan Lepore2013-10-281-0/+1
* Retire arm_remap_nocache() and the data and constants associated with it.Ian Lepore2013-10-271-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-276-6/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyIan Lepore2013-10-271-1/+0
* Remove all the instances of '#undef DEBUG' from kernel.Luiz Otavio O Souza2013-10-252-6/+0
* MFcalloutng:Alexander Motin2013-02-281-20/+12
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1