aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/allwinner/a10
Commit message (Expand)AuthorAgeFilesLines
* intrng: Add support for multiple interrupt rootsAyrton Munoz2024-09-221-1/+1
* intrng: Remove irq_root_ipicount and corresponding intr_pic_claim_root argJessica Clarke2024-01-241-1/+1
* clk: Move allwinner driver into the common directoryEmmanuel Vadot2024-01-101-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* arm allwinner: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* arm: allwinner: Fix padconf for interrupts informationEmmanuel Vadot2020-01-191-32/+32
* Remove "all rights reserved" from copyright for the file I own.Emmanuel Vadot2019-12-031-1/+0
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+2
* arm: allwinner: a10: Correct pin functionsEmmanuel Vadot2019-04-271-2/+2
* aw_ccung: Add a10/a20 supportKyle Evans2018-06-141-0/+1
* Change the remaining files using my personnal email address to my freebsd oneEmmanuel Vadot2017-12-251-1/+1
* Add information about interrupts in the Allwinner padconf files andEmmanuel Vadot2016-12-151-33/+33
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-141-1/+0
* Start to remove the old pre-INTRNG code from the arm platforms. These haveAndrew Turner2016-11-081-46/+2
* Allwinner: Move a10_padconf.c into a10 subdirectory.Emmanuel Vadot2016-08-192-1/+232
* Rename kernel config A10 into ALLWINNER_UP as it is intend to work with allEmmanuel Vadot2016-08-171-0/+4
* Return the struct intr_pic pointer from intr_pic_register. This will beAndrew Turner2016-05-181-3/+4
* INTRNG - redefine struct intr_map_data to avoid headers pollution. EachSvatopluk Kraus2016-05-051-3/+7
* Convert A10 interrupt controller to INTRNGEmmanuel Vadot2016-04-261-0/+430