aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/allwinner
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-251-1/+1
* a10_timer: Update the driver so we can use it on other SoCEmmanuel Vadot2018-08-231-130/+237
* aw_mmc: Handle MMCBR_IVAR_RETUNE_REQEmmanuel Vadot2018-08-231-0/+3
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-201-2/+2
* arm64: allwinner: Add aw_syscon driver to GENERICEmmanuel Vadot2018-08-191-0/+1
* aw_thermal: Add nvmem and H5 supportEmmanuel Vadot2018-08-061-65/+168
* aw_sid: Add nvmem interfaceEmmanuel Vadot2018-08-065-116/+258
* allwinner: a64: Add THS clock supportEmmanuel Vadot2018-08-051-0/+19
* arm: allwinner: Disconnect A10/A20 HDMI driverEmmanuel Vadot2018-08-051-4/+0
* arm: allwinner: Remove old unused clocksEmmanuel Vadot2018-08-051-16/+0
* Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files.Andrew Turner2018-07-281-3/+0
* allwinner: a83t: Fix PLL_CPU clocksEmmanuel Vadot2018-07-161-8/+13
* aw_mmc: Fix style(9) after r335476Emmanuel Vadot2018-06-231-19/+19
* allwinner: clkng: Correct mux width and flagsEmmanuel Vadot2018-06-232-4/+4
* Add MMCCAM support to AllWinner MMC driverIlya Bakulin2018-06-212-9/+364
* allwinner: ccung: Fully subclass the clock driversEmmanuel Vadot2018-06-1516-935/+743
* a10_ahci: Correct clock indices for new bindingsKyle Evans2018-06-141-4/+4
* aw_ccung: Add a10/a20 supportKyle Evans2018-06-146-0/+672
* aw_ccung: Support clock factors where factor=0, factor is effectively 1Kyle Evans2018-06-141-0/+3
* aw_spi: Add pnp infoEmmanuel Vadot2018-06-141-0/+1
* aw_mmc: Get max-frequency from the dtbEmmanuel Vadot2018-05-311-2/+7
* aw_mmc: Use the DEVMETHOD vccq for the IO line voltageEmmanuel Vadot2018-05-311-15/+16
* aw_mmc: Rework DMAEmmanuel Vadot2018-05-311-33/+54
* aw_mmc: Rename clock register defines consistentlyEmmanuel Vadot2018-05-312-10/+10
* aw_mmc: Correctly reset the mmc controllerEmmanuel Vadot2018-05-212-21/+35
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* aw_spi: Fix some silly clock mistakeEmmanuel Vadot2018-05-171-8/+9
* alwinner: Add missing files in r333708Emmanuel Vadot2018-05-171-0/+603
* aw_mmc: Rework regulator handlingEmmanuel Vadot2018-05-121-24/+39
* aw_mmc: Do not fully init the controller in attachEmmanuel Vadot2018-05-122-21/+76
* aw_mmc: Remove hardware resetEmmanuel Vadot2018-05-121-6/+0
* aw_mmc: Read interrupt register value before writing to itEmmanuel Vadot2018-05-121-0/+1
* Standardize SPDX tag on files I've addedKyle Evans2018-05-092-0/+4
* Remove "All Rights Reserved" on files that I hold sole copyright onKyle Evans2018-05-093-3/+0
* uart_snps: Add early printf supportEmmanuel Vadot2018-05-011-24/+0
* arm: Fix duplicate ehci DRIVER_MODULEEmmanuel Vadot2018-04-271-2/+2
* arm: Fix duplicate ahci DRIVER_MODULEEmmanuel Vadot2018-04-271-1/+1
* allwinner: clk: Add gate_shift to the clock definitionEmmanuel Vadot2018-04-271-0/+1
* allwinner: clk: Correct aw_clk_get_factorEmmanuel Vadot2018-04-271-3/+4
* if_awg: Add support for allwinner,{tx,rx}-delay-ps bindingsKyle Evans2018-04-091-8/+60
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-083-4/+4
* allwinner: a83t_r_ccu: Add proper IR clock supportEmmanuel Vadot2018-04-071-7/+37
* allwinner: aw_clk_nm: Add prediv valueEmmanuel Vadot2018-04-073-2/+21
* axp81x: Do not fail if regulators aren't properly definedEmmanuel Vadot2018-04-071-2/+3
* aw_sid(4): Use prctl read for all reads when it's requiredKyle Evans2018-04-061-25/+20
* aw_sid(4): Release resources and destroy mutex on failureKyle Evans2018-03-261-1/+6
* allwinner: Add IR clock to sun8iEmmanuel Vadot2018-03-111-0/+17
* aw_usbphy: Move later to SUPPORTDEV passKyle Evans2018-03-061-2/+2
* aw_syscon(4): Move to BUS_PASS_SUPPORTDEVKyle Evans2018-03-031-1/+1
* aw_mmc: Regulator improvementEmmanuel Vadot2018-03-031-12/+11