summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mci: imx-esdhc: add uSDHC eMMC DDR52 supportAhmad Fatoum2023-04-213-6/+54
* mci: add eMMC DDR52 supportAhmad Fatoum2023-04-212-9/+70
* mci: core: factor out MMC bus width selection for reuseAhmad Fatoum2023-04-211-31/+64
* mci: introduce new dedicated enum mmc_bus_width typeAhmad Fatoum2023-04-212-13/+13
* mci: core: drop unused DDR/SDR constantsAhmad Fatoum2023-04-211-6/+0
* Merge branch 'for-next/usb'Sascha Hauer2023-04-19131-3112/+7184
|\
| * usb: gadget: fastboot: Do not dequeue idle requestSascha Hauer2023-03-241-1/+0
| * ARM: rockchip_v8_defconfig: Enable some commandsSascha Hauer2023-03-241-0/+4
| * usb: xhci-hcd: Give it some more time to stopSascha Hauer2023-03-241-4/+2
| * usb: gadget multi: support USB Super SpeedSascha Hauer2023-03-241-1/+1
| * usb: gadget: u_serial: Put back to list if shutdownSascha Hauer2023-03-241-2/+3
| * usb: gadget: mass storage: Add super speed descriptorsSascha Hauer2023-03-243-14/+74
| * usb: gadget: fastboot: Add super speed descriptorsSascha Hauer2023-03-241-1/+33
| * usb: gadget: dfu: Assign super speed descriptorsSascha Hauer2023-03-241-1/+1
| * usb: dwc3: sync with Linux-6.3-rc2Sascha Hauer2023-03-247-1646/+3201
| * Add dev_WARN_ONCE()Sascha Hauer2023-03-241-0/+13
| * usb: gadget: update composite.c from Linux-6.3-rc2Sascha Hauer2023-03-245-187/+1275
| * usb: gadget: Add super-speed-plus descriptorsSascha Hauer2023-03-248-7/+15
| * uuid.h: sync with Linux-6.3-rc2Sascha Hauer2023-03-242-35/+40
| * usb: gadget: Update core to Linux-6.3-rc2Sascha Hauer2023-03-2410-668/+1725
| * driver: Add unregister_driver()Sascha Hauer2023-03-212-0/+19
| * phy: Add mode setting supportSascha Hauer2023-03-202-0/+56
| * usb: ch9: Update from Linux KernelSascha Hauer2023-03-205-1022/+1296
| * usb: move include files to place where Linux has themSascha Hauer2023-03-20105-156/+156
| * usb: gadget: move files to place where Linux has themSascha Hauer2023-03-2022-10/+26
| * usb: gadget: drop gadget_chips.hSascha Hauer2023-03-205-100/+1
| * usb: gadget: fastboot: Allocate IN requests when neededSascha Hauer2023-03-201-34/+20
* | Merge branch 'for-next/rockchip'Sascha Hauer2023-04-1928-116/+621
|\ \
| * | arm: rockchip: add support for CM3 on IO boardRouven Czerwinski2023-04-0510-0/+158
| * | ARM: Rockchip: Do not pass device tree to TF-ASascha Hauer2023-04-051-1/+13
| * | ARM: Rockchip: make bootsource logic generic to all SoCsAhmad Fatoum2023-04-056-28/+90
| * | ARM: Rockchip: rk3568: use rk3568_barebox_entry()Sascha Hauer2023-04-054-88/+14
| * | ARM: Rockchip: Add rk3568 specific barebox entry functionSascha Hauer2023-04-032-0/+21
| * | ARM: Rockchip: implement memory read out from controllerAhmad Fatoum2023-04-036-0/+311
| * | ARM: dts: rk356x: Add DMC controller nodeSascha Hauer2023-03-281-0/+5
| * | Documentation: booting-linux: document booting specific FIT configurationAhmad Fatoum2023-03-281-0/+10
* | | Merge branch 'for-next/misc'Sascha Hauer2023-04-19138-645/+1485
|\ \ \
| * | | ARM: rpi: fixup prefix property from VideoCore FDTAhmad Fatoum2023-04-171-0/+17
| * | | of: implement of_copy_propertyAhmad Fatoum2023-04-173-1/+27
| * | | net: designware: eqos: pass physical device to DMA APIAhmad Fatoum2023-04-171-7/+6
| * | | firmware: zynqmp-fpga: pass physical device to DMA APIAhmad Fatoum2023-04-171-3/+4
| * | | net: rtl8169: pass physical device for DMA APIAhmad Fatoum2023-04-171-4/+5
| * | | usb: xhci: pass physical device to DMA APIAhmad Fatoum2023-04-172-5/+9
| * | | usb: dwc3: populate parent of xHCI devAhmad Fatoum2023-04-173-8/+18
| * | | usb: misc: onboard_hub: sync compatibles with kernelAhmad Fatoum2023-04-171-1/+18
| * | | kbuild: drop reliance on echo -e extension for DT fragmentsAhmad Fatoum2023-04-171-3/+2
| * | | commands: menu: enable help text parsing for sphinx docsAhmad Fatoum2023-04-171-53/+54
| * | | Documentation: barebox environment: recommend a partition type GUID for GPT p...Marco Felsch2023-04-171-0/+3
| * | | video: fbconsole: implement non-fullscreen fbconsolePhilipp Zabel2023-04-171-14/+101
| * | | clock: implement CLOCKSOURCE_MASK in terms of GENMASK_ULLAhmad Fatoum2023-04-171-1/+2