summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2023-09-01Update with pin definitions from Linux 6.4.Mark Kettenis
2023-08-30On JH7110, configure the tx clock according to the selected speed ifMark Kettenis
2023-08-29Add FDT support for dwiic(4)Mark Kettenis
2023-08-15Replace a bunch of (1 << 31) with (1U << 31)Miod Vallat
2023-08-15Use the proper ofw node in com_fdt_attach(), likely a cut'n'paste errorMiod Vallat
2023-08-02add axp313a supportSASANO Takayoshi
2023-07-31Add AXP15060 support.Mark Kettenis
2023-07-31Make the RSB interface optional such that we can use this driver in kernelsMark Kettenis
2023-07-23Improve suspend/resume support. Power off the associated power domainMark Kettenis
2023-07-23Prevent spurious connection events after resume by caching the currentMark Kettenis
2023-07-23Enable power domain.Mark Kettenis
2023-07-22Use the PMIC SDAM scratch-register blocks to manage the RTC offset insteadPatrick Wildt
2023-07-22Add qcsdam(4), a driver for the PMIC Shared Direct Access Memory found onPatrick Wildt
2023-07-17Put the USB Type-C power delivery controller into the "S5" state duringMark Kettenis
2023-07-15Add mute control. This makes the mute button on laptops that useMark Kettenis
2023-07-10The changes to the register layout affect the interrupt status/ack registersPatrick Wildt
2023-07-09It turns out that there are seperate pins for the PCIe Gen 2 and 3, whichPatrick Wildt
2023-07-09Add some more RK3588 PCIe clocks and resets.Patrick Wildt
2023-07-09Add mute control. This makes the mute button on laptops that use sncodec(4)Mark Kettenis
2023-07-08Add support for the RK3588 PCIe3 PHY to rkpciephy(4). The PHY controlsPatrick Wildt
2023-07-08Add some resets for the PCIe controllers on the RK3588.Patrick Wildt
2023-07-08Add support for the Motorcomm YT8521/YT8531 PHYs. Since these PHYs mayMark Kettenis
2023-07-07Add clocks for the RK3588 PWM controllers.Patrick Wildt
2023-07-07Add clocks for the RK3588 I2C controllers.Patrick Wildt
2023-07-07Add resets for the RK3588 USB 3.0 controllers.Patrick Wildt
2023-07-06- fix voltage range defined by base2 and delta2 works correctlySASANO Takayoshi
2023-07-06Register a mapping of dwge interfaces to ofw nodes/phandles.Jonathan Matthew
2023-07-05Handle fixed-link configuration in the device tree.Jonathan Matthew
2023-07-04Instead of waiting for the inbound item to show up in the interruptPatrick Wildt
2023-07-04Add StarFive JH7110 support.Mark Kettenis
2023-07-01Add sensor to qccpu to be able to show all cpu frequencies.Dale Rahn
2023-07-01Add driver for QC cpu Power States.Dale Rahn
2023-07-01Enable AC detection in qcpas driver.Dale Rahn
2023-07-01Warn and fail to attach dwmmc(4) if no clock base is found.Joel Sing
2023-07-01Add support for JH7110 to dwmmc(4).Joel Sing
2023-06-27Add qctsens(4), a driver for the Temperature Sensor found on Qualcomm SoCs.Patrick Wildt
2023-06-25Provide kstats based on the byte and packet counters available in someJonathan Matthew
2023-06-21call rk3328 not rk3288 functions in rk3328_pinctrl()Jonathan Gray
2023-06-20Fix definition of EMMC_DLL_TXCLK register offset.Mark Kettenis
2023-06-19Fix RK3588 support. Makes dwmmc(4) actually work.Mark Kettenis
2023-06-19Add another reset for the PCIe controller on the RK3588.Mark Kettenis
2023-06-10Add qcpas(4), a driver for the Peripheral Authentication Service found onPatrick Wildt
2023-05-30spellingJonathan Gray
2023-05-29virtio: Set DRIVER_OK earlierStefan Fritsch
2023-05-23Add qcaoss(4), a driver for the Always On Subsystem found on Qualcomm SoCs.Patrick Wildt
2023-05-19Add qcsmptp(4), a driver to share 32-bit values between (co-)processors.Patrick Wildt
2023-05-19Add qcsmem(4), a driver for the shared memory table on Qualcomm SoCsPatrick Wildt
2023-05-19Clear interrupt before executing the interrupt handler as we otherwisePatrick Wildt
2023-05-17Add qcmtx(4), a driver for the hardware spinlock on Qualcomm SoCs thatPatrick Wildt
2023-05-17Add qcipcc(4), a driver for the inter-processor mailbox interface usedPatrick Wildt