summaryrefslogtreecommitdiffstats
path: root/sys/arm/rockchip
Commit message (Expand)AuthorAgeFilesLines
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-311-7/+18
* Clean up and fix the device detach routine and the failure path on GPIOloos2015-01-311-7/+6
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specifician2015-01-211-1/+1
* Enable Synopsys DesignWare Mobile Storage Host Controllerganbold2015-01-201-0/+2
* Rename gic_init_secondary to arm_init_secondary_ic to help with the mergeandrew2015-01-111-1/+1
* Fix the handling of pull-up and pull-down for RK3188.loos2015-01-071-24/+46
* Reduce the maximum number of pins for the Rockchip RK3188, this driverloos2015-01-071-93/+34
* Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sadian2015-01-011-1/+1
* Add -march=armv7a to the kernel compile for all ARM systems which are v7a.ian2014-12-211-0/+1
* 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
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-011-1/+1
* Factor out kernel configuration for DWC OTG FDT attach code.hselasky2014-05-291-1/+0
* Add the start of the ARM platform code. This is based on the PowerPCandrew2014-05-171-5/+6
* Rename platform_gpio_init to be SoC specific, and make it static as it'sandrew2014-05-101-4/+4
* Add the codes for enabling CPU cores of Rockchip RK3188 SoC.ganbold2014-05-093-0/+194
* Switch to use arm_devmap_add_entry() to setup static device mapping.ganbold2014-05-021-19/+3
* Switch to my freebsd.org emal address in copyright.ganbold2014-03-259-9/+9
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-101-1/+0
* Move all the files named foo/common.c to foo/foo_common.c, asimp2014-03-082-1/+1
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-024-0/+12
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-281-2/+0
* Add gpio parse routines according to sys/boot/fdt/dts/bindings-gpio.txt.ganbold2013-12-091-0/+146
* Enable reset mechanism for rk3188.ganbold2013-11-251-1/+4
* Add watchdog driver for rk3188.ganbold2013-11-253-0/+234
* Switch allwinner A10/A20 and rockchip ports to use common ARMv6/v7 bus_space ...ray2013-11-062-114/+1
* 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-3/+4
* Oops, one more instance of ARM_NOCACHE_KVA_SIZE was hiding under the couch.ian2013-10-271-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-274-4/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-271-1/+0
* Import basic support for Rockchip RK3188 SoC.ganbold2013-10-2310-0/+1336
OpenPOWER on IntegriCloud