summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/rockchip' into nextnextSascha Hauer2 days28-367/+1162
|\
| * arm: boards: add wolfvision pf5 mainboardMichael Riesch11 days10-0/+201
| * common: add wolfvision board code libraryMichael Riesch11 days5-0/+180
| * arm: dts: add common state for wolfvision boardsMichael Riesch11 days1-0/+71
| * arm: dts: copy pf5 device tree from mainline linuxMichael Riesch11 days2-0/+665
| * ARM: Rockchip: bbu: allow forcing barebox update handler despite sizeAhmad Fatoum11 days1-3/+3
| * ARM: Rockchip: bbu: output unallocated space size on errorAhmad Fatoum11 days1-2/+2
| * ARM: Rockchip: bbu: rename rk3568_bbu_mmc_register to rockchip_*Ahmad Fatoum11 days7-20/+20
| * clk: rk3568: sync PLL rates with LinuxAhmad Fatoum11 days1-0/+10
| * ARM: dts: rockchip: drop unreferenced rockchip-pinconf.dtsiAhmad Fatoum11 days1-344/+0
| * ARM: dts: rk356x: describe serial reboot modeAhmad Fatoum11 days1-0/+15
* | Merge branch 'for-next/pwm' into nextSascha Hauer2 days14-94/+502
|\ \
| * | ARM: dts: rk356x: add aliases for PWM controllersAhmad Fatoum11 days1-0/+19
| * | PWM: rockchip: add driver supportAhmad Fatoum11 days3-0/+356
| * | PWM: core: add definition for PWM_POLARITY_INVERSEDAhmad Fatoum11 days2-2/+14
| * | PWM: align struct pwm_state member names with LinuxAhmad Fatoum11 days10-76/+76
| * | PWM: core: adopt Linux prototype for struct pwm_ops::applyAhmad Fatoum11 days7-7/+18
| * | PWM: core: add struct pwm_chip::devAhmad Fatoum11 days7-9/+16
| * | PWM: core: check that struct pwm_chip::devname is setAhmad Fatoum11 days1-0/+3
| |/
* | Merge branch 'for-next/pci' into nextSascha Hauer2 days25-153/+970
|\ \
| * | pci: ignore BAR when it doesn't fit into bus resourceSascha Hauer2024-04-041-1/+1
| * | phy: rockchip: add pcie3 phy driverSascha Hauer2024-04-043-0/+323
| * | of: add of_property_read_variable_uxx_array()Sascha Hauer2024-04-042-20/+220
| * | ARM: dts: rk3588-rock-5b: remove pci ranges quirksSascha Hauer2024-04-041-15/+0
| * | pci: pcie-designware: iterate over windowsSascha Hauer2024-04-041-14/+13
| * | pci: pcie-designware: remove dra7xx quirksSascha Hauer2024-04-042-35/+11
| * | pci: pcie-designware: drop duplicate resource assigningSascha Hauer2024-04-041-11/+2
| * | pci: add of_pci_bridge_init()Sascha Hauer2024-04-044-0/+115
| * | pci: drop resources from struct pci_busSascha Hauer2024-04-022-22/+11
| * | pci: pcie-dw-rockchip: wait for linkSascha Hauer2024-04-021-0/+2
| * | pci: pcie-designware: Speed up waiting for linkSascha Hauer2024-04-022-7/+5
| * | pci: support non 1:1 mappingsSascha Hauer2024-04-025-3/+133
| * | pci: add pci_controller_init()Sascha Hauer2024-04-028-3/+21
| * | pci: dwc: Drop support for config space in 'ranges'Sascha Hauer2024-04-022-15/+2
| * | pci: pcie-designware: remove unused variableSascha Hauer2024-04-022-3/+0
| * | add support for resource listsSascha Hauer2024-04-022-0/+97
| * | pci: rename parent_bus to parentSascha Hauer2024-04-023-3/+3
| * | pci: add 'self' member to struct pci_busSascha Hauer2024-04-022-5/+8
| * | net: phy: realtek: add phy for RTL8168 internal phySascha Hauer2024-04-021-0/+7
* | | Merge branch 'for-next/net' into nextSascha Hauer2 days3-51/+88
|\ \ \
| * | | net: usb: smsc95xx: disable HW checksumming in driverAhmad Fatoum2024-04-051-29/+12
| * | | net: usb: smsc95xx: fix handling of multiple packets per urbAhmad Fatoum2024-04-051-2/+5
| * | | net: usb: smsc95xx: don't blindly trust hardware sizeAhmad Fatoum2024-04-051-0/+6
| * | | net: usb: smsc95xx: don't opencode get/put_aligned_le32Ahmad Fatoum2024-04-051-8/+6
| * | | net: cpsw: report correct frame size to network stackAhmad Fatoum2024-04-051-1/+6
| * | | net: icmp: don't overrun buffer on sendAhmad Fatoum2024-04-051-2/+2
| * | | net: icmp: properly set IP TTL and fragement fieldsAhmad Fatoum2024-04-051-1/+2
| * | | net: icmp: don't blindly trust driver supplied frame sizeAhmad Fatoum2024-04-051-1/+5
| * | | net: ip: don't blindly trust driver supplied frame sizeAhmad Fatoum2024-04-051-3/+40
| * | | net: free packets with net_free_packetAhmad Fatoum2024-04-051-4/+4