aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Build an armv7 LINT kernel in addition to armv5 LINT. You might think thisIan Lepore2019-06-243-51/+112
* Add the rtc8583 driver to conf/files. Also, move sy8106a fromIan Lepore2019-06-231-1/+0
* Add pwm to the armv7 GENERIC kernel, it's now used by TI and Allwinner.Ian Lepore2019-06-211-0/+3
* Add support for the PWM(9) API. This allows configuring the pwm output usingIan Lepore2019-06-211-1/+264
* Some mundane tweaks and cleanups to help de-clutter the diffs of someIan Lepore2019-06-211-18/+27
* sys: Remove DEV_RANDOM device optionConrad Meyer2019-06-2121-21/+0
* Implement the ofw_bus_get_node method in aw_pwm(4) so that ofw_pwmbus canIan Lepore2019-06-171-0/+14
* In detach(), call bus_generic_detach() before deleting the iicbus child.Ian Lepore2019-06-161-5/+10
* Rename pwmbus.h to ofw_pwm.h, because after all the recent changes, thereIan Lepore2019-06-161-2/+0
* Build SoC-specific modules with GENERIC for the SoCs that have them.Ian Lepore2019-06-161-0/+5
* Split the dtb MODULES_EXTRA line to a series of += lines, making it easierIan Lepore2019-06-161-1/+8
* Make pwm channel numbers unsigned.Ian Lepore2019-06-151-5/+5
* Restructure the pwm device hirearchy and interfaces.Ian Lepore2019-06-151-17/+7
* Rename the channel_max method to channel_count, because that's what it'sIan Lepore2019-06-151-2/+2
* Give the aw_pwm driver a module version.Ian Lepore2019-06-151-0/+1
* Add a missing #include. I suspect this used to get included via some headerIan Lepore2019-06-151-0/+1
* Handle failure to enable the clock or obtain its frequency.Ian Lepore2019-06-151-0/+8
* Don't call pwmbus_attach_bus(), because it may not be present if thisIan Lepore2019-06-151-7/+14
* In detach(), check for failure of bus_generic_detach(), only releaseIan Lepore2019-06-151-2/+10
* A bit of code hygiene (no functional changes).Bjoern A. Zeeb2019-06-102-0/+8
* Add the GPIO driver for the North/South bridge in Marvell Armada 37x0.Luiz Otavio O Souza2019-06-101-0/+352
* Add a bus_add_child device method to bcm2835_sdhci.Bjoern A. Zeeb2019-06-101-0/+1
* allwinner mmc: move variable assignment into blockBjoern A. Zeeb2019-06-101-1/+1
* bcm2835_sdhci.c: exit DMA if not enough data left to avoid timeout errorsBjoern A. Zeeb2019-06-081-0/+16
* bcm2835_sdhci.c: save block registers to avoid controller bugBjoern A. Zeeb2019-06-081-13/+48
* Replace uses of vm_page_unwire(m, PQ_NONE) with vm_page_unwire_noq(m).Mark Johnston2019-06-072-2/+2
* Implement the ffs and fls functions, and their longer counterparts, inDoug Moore2019-05-281-0/+58
* arm: allwinner: Remove frac mode from NM clkEmmanuel Vadot2019-05-233-82/+18
* arm: allwinner: clk: Use the new frac clockEmmanuel Vadot2019-05-234-37/+39
* arm: allwinner: clk: Add new clock aw_clk_fracEmmanuel Vadot2019-05-236-0/+429
* allwinner: aw_ccu: Add some debug printfs (disabled by default)Emmanuel Vadot2019-05-231-0/+15
* Release the bus-recovery gpio pins in detach(), so that unload thenIan Lepore2019-05-231-0/+4
* Add pnp info to the imx_i2c driver.Ian Lepore2019-05-221-0/+1
* Include eventhandler.h in more compilation unitsConrad Meyer2019-05-217-0/+7
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-2027-16/+62
* arm: allwinner: aw_clk_nm: Don't reparent the clock if we didn't askEmmanuel Vadot2019-05-121-1/+1
* allwinner: clk: sun8i_r: Correct resetsEmmanuel Vadot2019-05-111-2/+3
* allwinner: clk: prediv_mux: Init the current parentEmmanuel Vadot2019-05-111-1/+13
* Remove IPSEC from GENERIC due to performance issuesAndrew Gallatin2019-05-092-2/+2
* tun/tap: merge and rename to `tuntap`Kyle Evans2019-05-086-6/+6
* Add a COMPAT_FREEBSD12 kernel option.Conrad Meyer2019-05-023-0/+3
* arm: allwinner: a10: Correct pin functionsEmmanuel Vadot2019-04-271-2/+2
* arm64: allwinner: ccu_de2: Remove H5 compatibleEmmanuel Vadot2019-04-271-1/+0
* arm64: allwinner: Add compatible strings for clock devices used on both Allwi...Emmanuel Vadot2019-04-272-0/+2
* arm: allwinner: Add pnp info to aw_rsb and compile it as module tooEmmanuel Vadot2019-04-251-0/+2
* arm: allwinner: Add pnp info to if_awg and compile it as module tooEmmanuel Vadot2019-04-251-1/+2
* arm: allwinner: Add pnp info to aw_rtc and compile it as module tooEmmanuel Vadot2019-04-251-0/+2
* arm: allwinner: Add pnp info to axp81x and compile it as module tooEmmanuel Vadot2019-04-251-0/+1
* arm: allwinner: Add pnp info to aw_thermal and compile it as module tooEmmanuel Vadot2019-04-251-0/+2
* arm: allwinner: Add pnpinfo for aw_sid and add module MakefileEmmanuel Vadot2019-04-251-0/+1