index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
armv7
/
sunxi
Age
Commit message (
Expand
)
Author
2016-08-27
Add support for sun8i-h3, the Allwinner H3. For this SoC, the device tree
Mark Kettenis
2016-08-26
Add support for the Allwinner H3 (sun8i-h3).
Mark Kettenis
2016-08-26
Remove unused prototype for sxiccmu_enablemodule().
Marcus Glocker
2016-08-23
Deassert all reset signals for the controller. Add support for more recent
Mark Kettenis
2016-08-23
Add support for the usb clock on sun5i-a13 as well.
Mark Kettenis
2016-08-23
The device trees for sun8i and sun9i no longer include an address in the
Mark Kettenis
2016-08-22
Remove unused code and definitions.
Mark Kettenis
2016-08-22
Use new clock API.
Mark Kettenis
2016-08-22
Use new clock API to manipulate clocks.
Mark Kettenis
2016-08-22
Add support for the gmac clock.
Mark Kettenis
2016-08-22
Move all the platform-specific code into a new function sxiehci_attach_phy()
Mark Kettenis
2016-08-22
Add support for the usb clock. Also implements reset signal support.
Mark Kettenis
2016-08-22
Use the new clock API.
Mark Kettenis
2016-08-22
Add code to enable the pll6 clock.
Mark Kettenis
2016-08-21
Use generic clock API to enable the module clock.
Mark Kettenis
2016-08-21
Add support for all the ahb, apb0 and apb1 clock gating devices on sun4i,
Mark Kettenis
2016-08-21
Implement some fundamental clocks using the new clock framework.
Mark Kettenis
2016-08-20
Various improvements to make this work better.
Mark Kettenis
2016-08-20
Add some code to set the SD/MMC clocks.
Mark Kettenis
2016-08-20
Remove obsolete sxiuart(4) header.
Patrick Wildt
2016-08-20
sxiuart(4) has been replaced with com(4).
Patrick Wildt
2016-08-15
First stab at porting the awinmmc(4) driver from NetBSD. The driver will
Mark Kettenis
2016-08-15
For some reason the RTL8211E PHY on the Banana Pi responds to both address 0
Mark Kettenis
2016-08-15
Use pinctrl to configure the pins used by the EMAC.
Mark Kettenis
2016-08-15
Use the regulator API to supply power to the target.
Mark Kettenis
2016-08-15
Drain FIFOs on init same as com(4) does it and reduce the RX FIFO interrupt
Marcus Glocker
2016-08-13
Add the shim to make dwge(4) attach to simplebus(4). This brings us
Mark Kettenis
2016-08-13
Add GMAC clock support. Based on an earlier diff from patrick@.
Mark Kettenis
2016-08-13
Remove entries that are no longer needed.
Mark Kettenis
2016-08-12
Hook up sxipio(4) to the generic gpio code.
Mark Kettenis
2016-08-12
Call pinctrl_byname() such that ports left unconfiguraed by u-boot will work
Mark Kettenis
2016-08-12
Hook up sxipio(4) to the generic pinctrl code. The device binding is pretty
Mark Kettenis
2016-08-09
Just re-set the line speed when required. This fixes a serial console
Marcus Glocker
2016-08-06
Always allocate intrhand with M_WAITOK.
Patrick Wildt
2016-08-05
Use m_devget(4). From Artturi Alm.
Mark Kettenis
2016-08-05
Dynamically attach sxidog(4).
Mark Kettenis
2016-08-05
Remove sxirtc(4) from the tables now that it attaches dynamically.
Mark Kettenis
2016-08-05
Dynamically attach sxirtc(4); another board_id check bites the dust.
Mark Kettenis
2016-08-05
Check if we have the required "reg" property.
Mark Kettenis
2016-08-05
We don't want drivers with numbers in their names.
Mark Kettenis
2016-08-05
Switch the sunxi platform over to the new interrupt establish API. This
Mark Kettenis
2016-07-27
Get interrupts going for the Allwinner-R8 chip.
Marcus Glocker
2016-07-27
Instead of passing the raw reg property to simplebus nodes,
Patrick Wildt
2016-07-26
Rename struct fdt_memory to fdt_reg to match the member name
Patrick Wildt
2016-07-18
Apparently we need to explicitly stop the timers before reloading them. At
Mark Kettenis
2016-07-17
Attach sunxi(4) based on the compatible property of the root node of the
Mark Kettenis
2016-06-12
Handle both the nintr 1 (allwinner a10/cortex a8) and
Jonathan Gray
2016-06-11
dynamically attach sxiuart using the FDT
Jonathan Gray
2016-06-11
dynamically attach sxie(4) using the FDT
Jonathan Gray
2016-06-08
Use fdt to find the console to initialise. Try to use /chosen/stdout-path
Jonathan Gray
[prev]
[next]