Age | Commit message (Expand) | Author |
2019-09-09 | Update the bindings for imxsrc(4), since they changed when they were | Patrick Wildt |
2019-09-09 | Attach imxsrc(4) early and raise its priority to make sure it beats | Patrick Wildt |
2019-09-08 | Add Allwinner H6 support. | Mark Kettenis |
2019-09-07 | Retrieve SFP information using the SFP framework. | Patrick Wildt |
2019-09-07 | Add sfp(4), a driver that allows talking to SFPs connected over | Patrick Wildt |
2019-09-07 | Register mviic(4) in the I2C framework. | Patrick Wildt |
2019-09-06 | missing ; | Theo de Raadt |
2019-09-06 | Add mviic(4), a driver to support the I2C controller on the | Patrick Wildt |
2019-09-06 | Add I2C clock gates. | Patrick Wildt |
2019-09-06 | zero hash bits early in dwxe_iff() | Jonathan Gray |
2019-09-05 | Add mvdog(4), a driver to support the watchdog on the Armada 3700 SoC. | Patrick Wildt |
2019-09-05 | Add missing RCS Id. | Patrick Wildt |
2019-09-05 | Add Allwinner H6 support. | Mark Kettenis |
2019-09-03 | Add support for getting the frequency of the CPU clocks. | Mark Kettenis |
2019-09-03 | remove unreachable return | Jonathan Gray |
2019-09-02 | Implement setting the CPU clock for Allwinner A64 SoCs. | Mark Kettenis |
2019-09-02 | Implement setting the CPU clock for Allwinner A64 SoCs. | Mark Kettenis |
2019-09-02 | A few more missing bits: power regulators, eMMC power sequencing, | Mark Kettenis |
2019-09-02 | Two additional pin configurations. | Mark Kettenis |
2019-09-01 | Write to the correct register when setting the output level for a GPIO pin. | Mark Kettenis |
2019-09-01 | Use interrupt handler instead of polling for completion. | Mark Kettenis |
2019-09-01 | Use DMA descriptors if necessary. | Mark Kettenis |
2019-09-01 | Add amlmmc(4), a driver for the SD/MMC controller found on various | Mark Kettenis |
2019-08-31 | Add code to configure SD/MMC pins. | Mark Kettenis |
2019-08-31 | More SD/MMC clock stuff. | Mark Kettenis |
2019-08-31 | Add SD/MMC clocks. Generalize the clock gating code for this purpose. | Mark Kettenis |
2019-08-30 | Add "amlogic,meson-axg-dwmac" compatible. | Mark Kettenis |
2019-08-29 | Enable USB Vbus supply on i.MX 8M. | Patrick Wildt |
2019-08-29 | Add amldwusb(4), amlusbphy(4) and amlpciephy(4), drivers for the USB | Mark Kettenis |
2019-08-29 | Capitalize my last name in copyright. | Mark Kettenis |
2019-08-28 | Add amlpinctrl(4), a driver to configure pins and control GPIOs on Amlogic | Mark Kettenis |
2019-08-27 | Add amlrng(4), the simples random numer generator driver ever. | Mark Kettenis |
2019-08-27 | Fix HSET4 and HCLR4 macros; I shouldn't make last-minute changes without | Mark Kettenis |
2019-08-27 | Add imxtmu(4), a driver to support the temperature sensors on | Patrick Wildt |
2019-08-27 | amclock(4), a driver for the Amlogic SoC clocks. For now this implements | Mark Kettenis |
2019-08-26 | Remove unnecessary retrieval of the GPC regmap. We don't need it since | Patrick Wildt |
2019-08-26 | Add amlreset(4), a driver to support reset signal controller blocks on | Mark Kettenis |
2019-08-26 | Add amluart(4), a driver for the UARTs found on various Amlogic SoCs. | Mark Kettenis |
2019-08-19 | Add missing OHCI clocks for Allwinner R40. | Mark Kettenis |
2019-08-12 | Fix typo; spotted by Krystian Lewandowski. | Mark Kettenis |
2019-08-11 | Add clock support to sxirtc(4); needed by newer Linux DTs. | Mark Kettenis |
2019-08-11 | Add battery sensors for the AXP803. A somewhat recent Linux DT is needed | Mark Kettenis |
2019-08-11 | Add sxisyscon(4) a driver for the system controller found on various | Mark Kettenis |
2019-08-11 | The "phy-names" property has been dropped from the Linux device trees so | Mark Kettenis |
2019-07-19 | ttysleep(): drop unused timeout parameter | cheloha |
2019-07-02 | Register rktemp(4) as a thermal sensor with the thermal zone support code. | Mark Kettenis |
2019-06-15 | Fix previous commit and unbreak the tree. | Mark Kettenis |
2019-06-14 | timeout_add(9)+hz(9) -> timeout_add_sec(9); ok patrick@ | cheloha |
2019-06-03 | Change pci_intr_handle_t into a struct and replace duplicated code that | Mark Kettenis |
2019-05-31 | Add MSI-X support. | Mark Kettenis |