summaryrefslogtreecommitdiffstats
path: root/sys/arm/allwinner
Commit message (Expand)AuthorAgeFilesLines
* MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges)ian2017-05-083-18/+1
* MFC r306902:mmel2017-05-082-3/+0
* MFC r306756:mmel2017-05-081-2/+4
* Fix a crash while iterating compat strings when no match is found.jmcneill2016-05-311-1/+1
* Add support for interrupts, sensors and GPIO for AXP209 PMIC.manu2016-05-262-44/+694
* Enable USB PHY regulators when requested by the host controller driver.jmcneill2016-05-262-13/+115
* Fix the deciKelvin to Celsius conversion in kernel.loos2016-05-221-1/+1
* Return the struct intr_pic pointer from intr_pic_register. This will beandrew2016-05-182-4/+5
* Add driver for "generic-ohci" as defined by FDT.manu2016-05-171-0/+2
* Don't repeat the the word 'the'eadler2016-05-171-1/+1
* Add Allwinner A83T thermal sensor controller support.jmcneill2016-05-154-0/+403
* Reduce complexity of RSB by always using polling mode. Unfortunatelyjmcneill2016-05-152-66/+13
* Add support for the AXP813/AXP818 power key and GPIO pins.jmcneill2016-05-151-1/+351
* Allow RSB to be used from interrupt handlers.jmcneill2016-05-151-3/+16
* Add and enable Allwinner RSB and AXP81x power management IC drivers.jmcneill2016-05-141-0/+2
* Add a basic driver for X-Powers AXP813 and AXP818 power management ICs.jmcneill2016-05-141-0/+180
* Add a driver for the Allwinner Reduced Serial Bus (RSB).jmcneill2016-05-141-0/+506
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-136-12/+12
* Add support for Allwinner H3 SoC.manu2016-05-1314-0/+305
* Merge a20_mp_start_ap and a31_mp_start_ap into one function.manu2016-05-103-43/+27
* INTRNG - redefine struct intr_map_data to avoid headers pollution. Eachskra2016-05-052-11/+19
* Add support for the Allwinner A83T (sun8iw6p1) SoC.jmcneill2016-05-0521-55/+1018
* Add driver for Allwinner A83T/H3/A64 Gigabit Ethernet.jmcneill2016-05-043-0/+1600
* ACK the interrupt after disabling it, this avoid an interrupt storm.manu2016-04-301-0/+3
* Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAYandrew2016-04-302-20/+14
* Add support for the Non-maskable interrupt driver found in the Allwinner A20 ...manu2016-04-272-0/+397
* Fix calculation of LCD CH1 SCLK1 output frequency when SCLK2 /2 is usedjmcneill2016-04-261-2/+3
* Add support for 8-bit eMMC.jmcneill2016-04-261-2/+12
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-3/+3
* Convert A10 interrupt controller to INTRNGmanu2016-04-263-223/+431
* Add support for Allwinner A31/A31S R-GPIO (CPUs-PORT) controller.jmcneill2016-04-233-58/+133
* Replace the A20 kernel config with a generic ALLWINNER kernel config thatjmcneill2016-04-2110-2/+53
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-151-2/+2
* 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
* Convert Allwinner port to extres clk/hwreset/regulator APIs.jmcneill2016-04-0632-1901/+5475
* Improve HDMI display detection by searching the CEA-861 extension block forjmcneill2016-04-021-1/+48
* Only define the platform methods for the Allwinner platforms we areandrew2016-03-261-5/+12
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasian2016-03-211-0/+1
* A20: Gpiobus can be attached only after full gpio driver initialization.mmel2016-03-171-8/+4
* Fix display output for non-HDMI display devices.jmcneill2016-03-131-12/+17
* Add SMP support for the Allwinner A31 and A31s. This updated the existingandrew2016-03-064-39/+153
* Add support to enable/disable both the EHCI and OHCI Allwinner clocks. Thisandrew2016-03-053-37/+199
* Add support for Allwinner A31 RTC controller.jmcneill2016-03-031-24/+48
* Add support for Allwinner A31/A31s EHCI controller and USB PHY.jmcneill2016-03-015-34/+357
* Add Allwinner A10/A20 RTC driver.jmcneill2016-02-282-0/+273
* Fix PIO mode on A31 and later SoCs.jmcneill2016-02-272-3/+20
OpenPOWER on IntegriCloud