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
Age
Commit message (
Expand
)
Author
2016-09-15
Add omwugen(4) a driver for the TI logic that generates wakeup events
Jonathan Gray
2016-09-13
crank bootloader version after .SUNW_ctf change
Jasper Lievisse Adriaanse
2016-09-12
Enable uwacom(4) where uts(4) is already present.
Martin Pieuchot
2016-09-11
Properly keep track of which of the two tx FIFOs is in use. Fixes the
Mark Kettenis
2016-09-11
Remove #ifdef'ed out clock setting code, as we handle setting the clock using
Mark Kettenis
2016-09-10
Advertise high-speed support.
Mark Kettenis
2016-09-10
Use PLL6 as a parent clock for the SDx clocks for frequencies > 400 kHz.
Mark Kettenis
2016-09-10
Correct the path to the iomuxc fdt node so pinctrl setup will run.
Jonathan Gray
2016-09-10
Moving the host reset after setting the clock in the attach path makes
Marcus Glocker
2016-09-05
Some spacing/knf while here. No functional changes.
Marcus Glocker
2016-09-05
No point to jump to an empty return label in a void function.
Marcus Glocker
2016-09-05
Remove some unused bits.
Marcus Glocker
2016-09-04
For the allwinner,sun4i-a10-wdt disable/enable the reset-bit instead of
Marcus Glocker
2016-09-01
Avoid mapping the vector page W|X. Map it using PROT_READ|PROT_WRITE
Mark Kettenis
2016-08-31
pl011 and pl031 are licenseable peripherals from arm present in multiple socs.
Jonathan Gray
2016-08-31
remove no longer required pl011var.h include
Jonathan Gray
2016-08-28
Get rid of sxipio_ioh and sxipio_iot; they're not used (anymore).
Mark Kettenis
2016-08-28
Add a few missing sunxi-h3 clocks and resets.
Mark Kettenis
2016-08-28
Fix the macros that determine the register offsets based on port and pin.
Mark Kettenis
2016-08-28
Reset the host controller after a failed command request to make sure it
Marcus Glocker
2016-08-27
Deassert reset signals if there is a "resets" property. Implement mmc power
Mark Kettenis
2016-08-27
Initialize vdd to 0 in imxesdhc_bus_power() to avoiud using it uninitialized.
Mark Kettenis
2016-08-27
Add support for the SD/MMC clock to the geberic clock code and use it in
Mark Kettenis
2016-08-27
Match on "allwinner,sun8i-h3-ehci".
Mark Kettenis
2016-08-27
Add support for the watchdog timer found on A31 and later SoCs, which has a
Mark Kettenis
2016-08-27
Handle the quirky that the FIFO register sits at a different location on
Mark Kettenis
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 the code that switches around MMU domains on armv7. MMU domains are
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
Use the new clock API to get the clock frequency from the device tree and the
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-21
Add a minimal clock "framework". Build it on armv7.
Mark Kettenis
2016-08-21
When detecting the console on attach test fa_node and stdout_node not fa_reg
Jonathan Gray
2016-08-21
Remove the remains of a workaround to get GIC ranges for exynos.
Jonathan Gray
2016-08-21
Dynamically attach exuart using the FDT.
Jonathan Gray
2016-08-20
Enable sximmc(4).
Mark Kettenis
[next]