summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2020-07-22Init GOP and COMPHY.Patrick Wildt
2020-07-22Pass tid we're looking for to mvpp2_prs_hw_read(), then we can zero thePatrick Wildt
2020-07-22Rework mvpp2_prs_flow_find() to return a tid instead of a whole prsPatrick Wildt
2020-07-22Fix more whitespace issues.Patrick Wildt
2020-07-22Use correct ethertype and IP proto defines.Patrick Wildt
2020-07-22Fix whitespace issue.Patrick Wildt
2020-07-22Use 1U for BIT(x), always define it and use it in four more places.Patrick Wildt
2020-07-17Re-work intr_barrier(9) on arm64 to remove layer violation. So far wePatrick Wildt
2020-07-15Run the sxitemp(4) at IPL_SOFTCLOCK instead of IPL_VM. Prevents "panic:Darren Tucker
2020-07-14Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointerPatrick Wildt
2020-07-14Extend the interrupt API on arm64 and armv7 to be able to pass aroundPatrick Wildt
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-06-30adjust functions for new const in drm MI code; ok jsgTheo de Raadt
2020-06-26MVPP2_TXQ_SCHED_TOKEN_CNTR_REG() expects the logical queue id.Patrick Wildt
2020-06-26Add RX refill handling. Each mvpp(4) controller has up to 8 BufferPatrick Wildt
2020-06-26Add TX completion handling. I'm not quite sure, but I think that wePatrick Wildt
2020-06-26Since we send packets on the aggregated TX queue instead of the physicalPatrick Wildt
2020-06-25Return negative value to show that no index was found. The callersPatrick Wildt
2020-06-25Register mvmdio(4) in the MII "framework". On the Armada 7K and 8KPatrick Wildt
2020-06-25Add mvpp(4), a driver for the Marvell Packet Processor v2, as used onPatrick Wildt
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.David Gwynne
2020-06-20Add bcmtmon(4), a driver for the temperature sensor on the Raspberry Pi 4.Mark Kettenis
2020-06-12Fix pasto; configure pin as input if it isn't an output.Mark Kettenis
2020-06-11Add RK3399 audio clocks.Patrick Wildt
2020-06-11Add escodec(4), a driver for the Everest ES8316 audio codec,Patrick Wildt
2020-06-11Add rkiis(4), a driver for the I2S controller found on the RockchipPatrick Wildt
2020-06-10Add simpleamp(4), a driver for "simple audio amplifier". ThisPatrick Wildt
2020-06-10Add simpleaudio(4), a driver for "simple audio cards". This isPatrick Wildt
2020-06-10In case the device tree does not provide a list of brightness levels,Patrick Wildt
2020-06-10Add cwfg(4), a driver for the CellWise CW201x fuel gauge. This allowsPatrick Wildt
2020-06-08update drm to linux 5.7Jonathan Gray
2020-05-31DDR mode seems to work fine on the Rockchip RK3399.Mark Kettenis
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-28Enable scrollback in simplefb(4).Frederic Cambus
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-05-23Increase chances of getting a successful PCIe link on the i.MX8MM.Patrick Wildt
2020-05-22Improve emulation of bridge config space.Mark Kettenis
2020-05-22Improve resetting PCIe devices by making use of the reset-gpios property,Patrick Wildt
2020-05-22Enable link training just before triggering the actual training.Mark Kettenis
2020-05-22Add support for the Marvell Xenon SDHC. This is used on the ArmadaPatrick Wildt
2020-05-22Attach mvpinctrl(4) to the Armada 3700's NB as well. As a consequencePatrick Wildt
2020-05-22Always defer attaching the mvneta(4) interfaces. Otherwise thisPatrick Wildt
2020-05-22And add the node to the struct. Sometimes I maybe shouldn't try splitingPatrick Wildt
2020-05-22Actually store the node in the softc. Missed chunk from the previousPatrick Wildt
2020-05-22Some sdhc(4) on FDT use a card-detect GPIO or have a non-removable flag.Patrick Wildt
2020-05-22Add mvkpcie(4), a driver for the Aardvark PCIe controller found onPatrick Wildt
2020-05-20Open up a 4GB memory bus window for mvneta(4) on the MarvellPatrick Wildt
2020-05-19We need to double the clock frequency for DDR modes.Mark Kettenis
2020-05-19Use static inline instead of inline; fixes ramdisk build.Mark Kettenis