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