summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Use our nitems() macro when param.h is available.pfg2016-04-206-12/+11
* Fix build for Pi kernels with syscons enabledgonzo2016-04-191-2/+2
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-1550-143/+143
* arm: for pointers replace 0 with NULL.pfg2016-04-1512-27/+27
* Add a flag field to struct gic_irqsrc and use it to mark when we shouldandrew2016-04-151-3/+8
* Add initial GICv2m support to the arm GIC driver. This will be used toandrew2016-04-151-0/+300
* Fix UART3 and UART4 clock offsets.gonzo2016-04-131-2/+2
* Multiple fixes in VCHI audio driver:gonzo2016-04-131-19/+28
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-1016-40/+40
* Enable PHY regulator when the optional "phy-supply" property is present.jmcneill2016-04-091-0/+11
* Fix incorrect pin definitions for Allwinner A31.jmcneill2016-04-081-20/+20
* Attach hwreset resources at the same time as clock resources.jmcneill2016-04-081-1/+2
* Add function for mapping SRAM-D area to USB0 (OTG) controller. Use a lowerjmcneill2016-04-082-1/+21
* Match on compatible string "allwinner,sun4i-a10-sram-controller" instead ofjmcneill2016-04-081-1/+1
* 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
* Fix a copyright glitch before it gets copy-pasted again. I think this mustian2016-04-072-2/+2
* Comestic changes; when INTRNG support was added, some functions becameian2016-04-071-40/+40
* Properly initialize isrc_cpu field of ISRC which is setup for an IPI.skra2016-04-071-1/+6
* Implement intr_isrc_init_on_cpu() and use it to replace very sameskra2016-04-072-42/+10
* Convert Allwinner port to extres clk/hwreset/regulator APIs.jmcneill2016-04-0634-1901/+5489
* Fix typo. No functional change.skra2016-04-051-2/+2
* Rework BCM283x gpio interrupt controller for INTRNG. It's used on RPI-Bskra2016-04-051-5/+378
* Implement bcm2836 interrupt controller for INTRNG and enable itskra2016-04-054-1/+718
* Rework bcm283x interrupt controller for INTRNG and enable itskra2016-04-052-1/+291
* ehci_interrupt is MPSAFE code. Most drivers in tree calls bus_setup_intrmmel2016-04-051-2/+2
* TEGRA: Fix CPU frequency switching.mmel2016-04-053-16/+25
* Add a table to map from the FreeBSD CPUID space to the GIC CPUID space. Onandrew2016-04-041-16/+39
* Define local-intc for BCM2836 platform (RPI2) and make BCM2835 intcskra2016-04-041-8/+15
* Rework TI gpio interrupt controller for INTRNG. It's used on PANDABOARDskra2016-04-043-15/+345
* Rework am33xx interrupt controller for INTRNG and enable itskra2016-04-042-1/+179
* Remove FDT specific parts from INTRNG. Change its interface to make itskra2016-04-048-508/+628
* Improve HDMI display detection by searching the CEA-861 extension block forjmcneill2016-04-021-1/+48
* Move support for Synopsys Designware APB UART out of ns8250 and into ajmcneill2016-04-015-4/+5
* Enable SPI1 on Beaglebone Black.loos2016-03-301-0/+4
* Bump up the read and write timeouts. The old value was too small for lowloos2016-03-301-2/+2
* Add the SPI driver for am335x.loos2016-03-297-0/+768
* Read the CPU ID for the current CPU from the GIC. The GIC may have aandrew2016-03-291-3/+21
* Only define the platform methods for the Allwinner platforms we areandrew2016-03-261-5/+12
* ARM: Fix bug introduced in r297286.mmel2016-03-261-7/+4
* TEGRA: Fixes for UART driver:mmel2016-03-261-4/+3
* ARM: Parse command line delivered by U-Boot:mmel2016-03-261-8/+61
* ARM: Fix ATAG handling in LINUX_BOOT_API:mmel2016-03-262-7/+12
* ARM: Teach LINUX_BOOT_ABI to recognize DT blob.mmel2016-03-264-9/+38
* Generalize IPI support for ARM intrng and use it for interruptskra2016-03-245-94/+120
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-226-14/+14
* Use the internal references for ADC, this fixes the ADC readings on uBMC.loos2016-03-211-9/+5
* Enable multicast addresses on vlan ports. Fixes the reception of broadcastloos2016-03-212-7/+11
* Remove urtwn/urtwnfw; it's built as a module now.adrian2016-03-211-2/+0
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasian2016-03-218-0/+8
OpenPOWER on IntegriCloud