summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2019-01-02Fix PCIe clock definitions.Patrick Wildt
2019-01-01Add some additional RK3399 clocks that are used by the current LinuxMark Kettenis
2019-01-01Set assigned-clocks.Mark Kettenis
2019-01-01Add RK3399 TSADC clock.Mark Kettenis
2019-01-01Add RK3328 TSADC clock.Mark Kettenis
2019-01-01Implement switching to different parent clocks in order to get as closeMark Kettenis
2019-01-01Make sure we don't exceed the maximum clock divider.Mark Kettenis
2019-01-01Fix typo in RK3328 fractional PLL frequency code.Mark Kettenis
2018-12-31Set assigned-clocks.Mark Kettenis
2018-12-31Set assigned-clocks on RK3328.Mark Kettenis
2018-12-31Force base clock to 50 MHz on Rockchip SoCs. This increases the chance thatMark Kettenis
2018-12-31Use data structures for the RK3399 as well.Mark Kettenis
2018-12-31Implement fractional PLL frequencies for RK3328 and use them for APLL andMark Kettenis
2018-12-31Revamp the way we handle clocks on the RK3328. Instead of having code forMark Kettenis
2018-12-30More RK3328 clock stuff.Mark Kettenis
2018-12-30Implement setting CPU-related clocks for RK3328.Mark Kettenis
2018-12-29Remove the hand-rolled maximum segment size handling in sximmc(4)Patrick Wildt
2018-12-29The i.MX SD/MMC host controller does not support zero-length DMAPatrick Wildt
2018-12-23Add support for generating a REPEATED START on operations where we firstPatrick Wildt
2018-12-04Unify messaged printed when we can't estiblish an interrupt.Mark Kettenis
2018-11-16Add support for Allwinner A64's eMMC controller. It is essentiallyPatrick Wildt
2018-08-30fix memory leak in an error pathJonathan Gray
2018-08-28avoid uninitialised variable use in an error pathJonathan Gray
2018-08-27Add hitemp(4), a driver for the temperature sensors on the HiSilicon Hi3660Mark Kettenis
2018-08-27Add 64-bit DMA support. Enable DMA on HiSilicon SoCs.Mark Kettenis
2018-08-27Add hiclock(4). Make sure hireset(4) attaches early.Mark Kettenis
2018-08-27Add hirest(4), a driver to support reset signal controller blocks onMark Kettenis
2018-08-27Add glue for the USB3 controller on the HiKey 970.Mark Kettenis
2018-08-27handle 16 bit register width required for omap3/omap4Jonathan Gray
2018-08-27Add an interface that allows drivers to claim a framebuffer and checkMark Kettenis
2018-08-27HiSilicon SoCs pre-divide the clock by a factor 8.Mark Kettenis
2018-08-26Add pinctrl(4), a generic pin mux driver.Mark Kettenis
2018-08-26Add plgpio(4), a driver for the ARM PrimeCell GPIO (PL061) peripheral.Mark Kettenis
2018-08-26Add support for HiSilicon Hi3660 (Kirin960) and Hi3670 (Kirin970).Mark Kettenis
2018-08-22Initialize bridge registers instead of relying on ppb(4) to do it for us.Mark Kettenis
2018-08-21Implement address translation. Makes I/O space access work.Mark Kettenis
2018-08-20Enable I2C clocks in imxiic(4).Patrick Wildt
2018-08-20Add the i.MX8MQ eCSPI clocks.Patrick Wildt
2018-08-17The official name for the ssdfb(4) reset GPIO attribute uses plural form.Patrick Wildt
2018-08-17Support reading and using serveral device tree attributes for ssdfb(4),Patrick Wildt
2018-08-13Support CPU frequency scaling on NXP i.MX8M.Patrick Wildt
2018-08-09Hook up the rasops text emulation functions so we only write outPatrick Wildt
2018-08-09Make imxesdhc(4) pass per-function cookies to the SD/MMC bus.Patrick Wildt
2018-08-08Implement IRQ masking and unmasking in imxgpio(4).Patrick Wildt
2018-08-06Give the FDT interrupt API a more generic naming by replacing thePatrick Wildt
2018-08-04Implement a few missing RK3288 clocks and implement resets.Mark Kettenis
2018-08-03Pass PCIe requester ID as sideband data here as well.Mark Kettenis
2018-08-03Implement setting the CPU clock for Allwinner H3/H5 SoCs.Mark Kettenis
2018-08-03Also attach as a regulator if the FDT provides the fixed voltage value.Mark Kettenis
2018-08-03Implement DVFS support.Mark Kettenis