summaryrefslogtreecommitdiffstats
path: root/sys/arm/allwinner
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix inverted test for lock status while waiting for PLL to become stable.jmcneill2016-02-261-2/+2
* Almost all copies of platform_mp_init_secondary just calledandrew2016-02-261-7/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andandrew2016-02-261-10/+0
* Add the start of support for the Allwinner A31 clocks. It only addsandrew2016-02-264-3/+543
* Remove platform_ipi_send, it's an unneeded as all implementations areandrew2016-02-251-7/+0
* Add Allwinner A20 HDMI support.jmcneill2016-02-256-1/+1894
* Add support for the Allwinner A31 watchdog to the existing A10 watchdogandrew2016-02-254-55/+107
* Add the Allwinner A31 and A31s padconf support. It's currently unused, butandrew2016-02-253-0/+434
* Fix dedicated DMA transfers.jmcneill2016-02-251-8/+15
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.skra2016-02-222-4/+0
* Add initial support for the Allwinner A31i and A31s. This just adds theandrew2016-02-192-0/+38
* Move the Allwinner kernels to use fdt_pinctrl. This will read the pinandrew2016-02-179-81/+702
* Add a sysctl to read the internal temperature of the AXP209 Powerandrew2016-02-161-0/+41
* Add an analog audio driver for the audio codec found on the Allwinnerandrew2016-02-162-0/+851
* Only read the power state register when we will be using its value. Whileandrew2016-02-161-10/+13
* Add support for the Allwinner DMA controller. This will be used by the atandrew2016-02-154-0/+711
* Add support for the AXP209 Power System Management IC. This allows boardsandrew2016-02-152-0/+183
* Add support for the Allwinner i2c device. This is similar to the existingandrew2016-02-153-0/+28
* Update of the Allwinner drivers to:andrew2016-02-1012-27/+55
* Remove unneeded whitespace, and fix a license for a new file. Extractedandrew2016-02-091-6/+4
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsmmel2016-02-051-2/+2
* Add allwinner_machdep.h, it was missed in r294698.andrew2016-01-251-0/+47
* Update the Allwinner kernels:andrew2016-01-253-15/+60
* Remove an extra newline that crept in.andrew2016-01-241-1/+0
* Add support for controlling the clocks for the audio codec and DMA engines.andrew2016-01-242-0/+108
OpenPOWER on IntegriCloud