summaryrefslogtreecommitdiffstats
path: root/sys/arm/allwinner
Commit message (Expand)AuthorAgeFilesLines
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-311-5/+17
* Clean up and fix the device detach routine and the failure path on GPIOloos2015-01-311-3/+4
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specifician2015-01-212-4/+4
* Rename gic_init_secondary to arm_init_secondary_ic to help with the mergeandrew2015-01-111-1/+1
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-051-0/+1
* Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sadian2015-01-012-2/+2
* Add -march=armv7a to the kernel compile for all ARM systems which are v7a.ian2014-12-212-0/+2
* Moves all the duplicate code to a single function.loos2014-11-181-14/+0
* Make the GPIO children attach to the first unit available and not only toloos2014-10-281-2/+2
* Allow timer0 to run at full 24MHz not at 24MHz/16 by setting prescale to 1.ganbold2014-10-021-1/+1
* Fix typo in comment.ganbold2014-09-201-1/+2
* Mechanically convert to if_inc_counter().glebius2014-09-191-7/+7
* Add the start of the ARM platform code. This is based on the PowerPCandrew2014-05-171-5/+6
* Switch to my freebsd.org emal address in copyright.ganbold2014-03-2516-16/+16
* Add code for enabling second CPU core for A20 SoC.ganbold2014-03-252-0/+159
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-102-2/+0
* Follow r262916 with one more config file that references a renamed common.cian2014-03-091-1/+1
* Move all the files named foo/common.c to foo/foo_common.c, asimp2014-03-082-6/+6
* Add EMAC and SRAM controller entries to FDT.ganbold2014-03-032-0/+4
* Add EMAC 10/100 Ethernet controller driver for A10/A20.ganbold2014-03-032-0/+1391
* Add Static Random Access Memory controller driver for A10/A20.ganbold2014-03-032-0/+168
* Add gpio and clock bits for A10/A20's EMAC ethernet controller driver, such as:ganbold2014-03-034-2/+76
* Replace many pasted identical definitions of cpu_initclocks() with a commonian2014-02-261-6/+0
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-026-0/+22
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-282-4/+0
* Switch to using arm_devmap_add_entry() to set up static device mapping.ian2014-01-061-22/+10
* Switch allwinner A10/A20 and rockchip ports to use common ARMv6/v7 bus_space ...ray2013-11-063-115/+2
* Call initarm_lastaddr() later in the init sequence, after establishingian2013-11-051-1/+7
* Move remaining code and data related to static device mapping into theian2013-11-041-2/+3
* Retire arm_remap_nocache() and the data and constants associated with it.ian2013-10-271-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-275-5/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-271-1/+0
* Make watchdog function conform watchdog(9):gonzo2013-10-221-0/+12
* Bring initial support for Allwinner A20 SoC (Cubieboard2).ganbold2013-08-077-4/+275
* Fix undefined behaviour in several gpio_pin_setflags() routines (underdim2013-04-131-2/+2
* Enable uart driver for A10.ganbold2013-03-011-1/+1
* MFcalloutng:mav2013-02-281-22/+13
* Define gpio constants rather than using enum.ganbold2013-02-191-11/+7
* Enable USB1 (which is EHCI0) for Allwinner A10gonzo2013-02-153-0/+7
* Remove debug outputgonzo2013-02-121-1/+0
* A10 reset mechanism is the same for all boards in this family so removegonzo2013-02-111-6/+3
* Add watchdog driver for Allwinner A10gonzo2013-02-113-0/+230
* Use and set gpio pin to high to power up usb.ganbold2013-02-061-1/+17
* Remove two dead assignments andganbold2013-02-051-14/+14
* Add gpio driver and update dts and kernel config accordingly.ganbold2013-02-052-0/+522
* Add simple clock driver and ehci glue code for a10ganbold2013-01-294-0/+566
* Fix method of naming compatible string to followganbold2013-01-253-3/+3
* Fix timer to support oneshot and periodic modeganbold2013-01-241-75/+113
* Fix style bugsganbold2013-01-161-30/+26
* Add mistakenly removed third clause to licenseganbold2013-01-151-3/+6
OpenPOWER on IntegriCloud