summaryrefslogtreecommitdiffstats
path: root/sys/arm/allwinner
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix formatting of license according to share/examples/etc/bsd-style-copyrightganbold2013-01-155-5/+5
* Fix license to follow standard license templateganbold2013-01-155-20/+15
* Initial support for Allwinner A10 SoC (Cubieboard)ganbold2013-01-158-0/+1036
OpenPOWER on IntegriCloud