- b6fcab0 net: phy: marvell10g: Adapt Marvell 10G PHY driver from Linux by Marek Vasut · 1 year, 11 months ago
- 87b7502 net: phy: Add phy_modify_mmd() and phy_modify_mmd_changed() from Linux by Marek Vasut · 1 year, 11 months ago
- bf3dabb net: phy: marvell: Import and use marvell_phy.h from Linux by Marek Vasut · 1 year, 11 months ago
- 75d2889 net: phy: Synchronize PHY interface modes with Linux by Marek Vasut · 1 year, 11 months ago
- 166ea49 net: mvpp2: Replace PHY_INTERFACE_MODE_SFI with 5GBASER/10GBASER/XAUI by Marek Vasut · 1 year, 11 months ago
- 6b1948d net: mvpp2: Drop PHY_INTERFACE_MODE_SGMII_2500 support by Marek Vasut · 1 year, 11 months ago
- 9461d73 net: phy: Only call phy_init() on systems needing manual relocation by Marek Vasut · 1 year, 11 months ago
- c878e70 net: phy: Re-inline phy_drv_reloc() by Marek Vasut · 1 year, 11 months ago
- 7da03bb net: phy: Drop unused phy_register() by Marek Vasut · 1 year, 11 months ago
- 8728d4c net: phy: Drop static phy_drivers list by Marek Vasut · 1 year, 11 months ago
- 20bd8e4 net: phy: gen10g: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- f705329 net: phy: genphy: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 53ef8d7 net: phy: xilinx-gmii2rgmii: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 81a8728 net: phy: ncsi: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 7f4e6c2 net: phy: fixed: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 5c359aa net: phy: mscc: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 330d64f net: phy: intel-xway: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 6620b92 net: phy: xilinx: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- fb5cf1b net: phy: vitesse: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 5b777fe net: phy: ti: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 787a67f net: phy: teranetics: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 2ea350c net: phy: smsc: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- f2e0be3 net: phy: realtek: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 1965f2a net: phy: nxp-tja11xx: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- d1296d4 net: phy: nxp-c45-tja11xx: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 390e3fc net: phy: natsemi: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 3b96dc7 net: phy: meson-gxl: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 6b5eea7 net: phy: ksz90x1: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- f282e32 net: phy: ksz8xxx: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 9010be9 net: phy: marvell: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- f10c893 net: phy: lxt: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- b20c53a net: phy: et1011c: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- abdbfad net: phy: mv88e61xx: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 7e9ce5a net: phy: davicom: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 579f359 net: phy: cortina: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 227650f net: phy: ca_phy: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- c00f3f8 net: phy: broadcom: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 761e406 net: phy: b53: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- fba31ab net: phy: atheros: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- a5fbc10 net: phy: aquantia: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 4de8644 net: phy: adin: Convert to U_BOOT_PHY_DRIVER() by Marek Vasut · 1 year, 11 months ago
- 7940a93 net: phy: Iterate over both registered PHYs and struct phy_driver linker list by Marek Vasut · 1 year, 11 months ago
- 9d5a38c net: phy: Factor manual relocation into separate function by Marek Vasut · 1 year, 11 months ago
- d156968 net: phy: teranetics: Staticize PHY driver entries by Marek Vasut · 1 year, 11 months ago
- 97c50ab net: phy: cortina: Staticize PHY driver entries by Marek Vasut · 1 year, 11 months ago
- 3309c58 net: phy: ca_phy: Staticize PHY driver entries by Marek Vasut · 1 year, 11 months ago
- 5914bec net: phy: aquantia: Staticize PHY driver entries by Marek Vasut · 1 year, 11 months ago
- 762dc78 blk: blkmap: Add linear device mapping support by Tobias Waldekranz · 2 years ago
- 15d9e99 blk: blkmap: Add memory mapping support by Tobias Waldekranz · 2 years ago
- c41e209 blk: blkmap: Add basic infrastructure by Tobias Waldekranz · 2 years ago
- bc6413b drivers: fastboot: zImage flashing is not supported for v3, v4 by Safae Ouajih · 2 years ago
- 734cb47 android: boot: replace android_image_check_header by Safae Ouajih · 2 years ago
- d71a732 android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0 by Safae Ouajih · 2 years ago
- 02f8486 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 1 year, 10 months ago
- 7f23470 usb: gadget: f_sdp: Add missing spl_board_prepare_for_boot() call by Marek Vasut · 1 year, 11 months ago
- 0633594 usb: gadget: missing fallthrough in composite_setup() by Heinrich Schuchardt · 1 year, 10 months ago
- 288fe30 Merge branch 'next' by Tom Rini · 1 year, 10 months ago
- d0bb00a pinctrl: fix pinctrl_gpio_get_pinctrl_and_offset for gpio-ranges array by Quanyang Wang · 1 year, 11 months ago
- 86169cd rockchip: Fix incorrect constant name in RAM init code by David Sebek · 1 year, 10 months ago
- 854aaf9 scsi: typo supporedt by Heinrich Schuchardt · 1 year, 10 months ago
- 942ac73 Merge tag 'u-boot-imx-next-20230331' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · 1 year, 10 months ago
- a47164d sysreset: gpio: fix gpio_reboot_request return value by Jonathan Liu · 1 year, 10 months ago
- 25df915 input: button_kbd: make driver complementary to gpio buttons by Svyatoslav Ryhel · 1 year, 11 months ago
- 0798a1c drivers: rtc: add max313xx series rtc driver by Chris Packham · 1 year, 11 months ago
- e1c9794 gpio: allow passing NULL to gpio_request_by_line_name() to search all gpio controllers by Rasmus Villemoes · 1 year, 11 months ago
- fdef6b9 rtc: m41t62: implements read8/write8 operations by Thomas Perrot · 1 year, 11 months ago
- 713db6f drivers: pci: sandbox: Add stub sandbox PCI MPS support by Stephen Carlson · 1 year, 11 months ago
- 19213d7 sysinfo: gpio: fix loop over DT "revisions" array by Rasmus Villemoes · 1 year, 11 months ago
- f216580 clk: imx8mp: add pwm clocks support by Tommaso Merciai · 1 year, 11 months ago
- 4bdc352 net: fec_mxc: Add board_interface_eth_init() for i.MX8M Mini/Nano/Plus by Marek Vasut · 1 year, 11 months ago
- 80a34e4 net: fec_mxc: Add ref clock setup support for i.MX8M Mini/Nano/Plus by Marek Vasut · 1 year, 11 months ago
- f9e950b net: dwc_eth_qos: Add board_interface_eth_init() for i.MX8M Plus by Marek Vasut · 1 year, 11 months ago
- 2e9b301 net: dwc_eth_qos: Add i.MX8M Plus RMII support by Marek Vasut · 1 year, 11 months ago
- 1584560 net: dwc_eth_qos: Add DM CLK support for i.MX8M Plus by Marek Vasut · 1 year, 11 months ago
- a79de08 net: dwc_eth_qos: Set DMA_MODE SWR bit to reset the MAC by Marek Vasut · 1 year, 11 months ago
- ac19125 net: dwc_eth_qos: Staticize eqos_inval_buffer_tegra186() by Marek Vasut · 1 year, 11 months ago
- 2e0bade net: dwc_eth_qos: Drop unused dm_gpio_free() on STM32 by Marek Vasut · 1 year, 11 months ago
- 895b05c net: dwc_eth_qos: Drop bogus return after goto by Marek Vasut · 1 year, 11 months ago
- 6c7e559 net: Pull board_interface_eth_init() into common code by Marek Vasut · 1 year, 11 months ago
- ecb1c37 clk: imx8mp: Add EQoS MAC clock by Marek Vasut · 1 year, 11 months ago
- 251a305 misc: imx: remove DM dependency for ocotp driver in SPL by Jean-Marie Lemetayer · 2 years ago
- 69c573c power: pmic: Add NXP PCA9451A PMIC support by Ye Li · 2 years ago
- 040fc2b misc: sentinel: s400_api: Use new command request definitions by Ye Li · 2 years ago
- 76c184f misc: sentinel: s400_api: Add get_events API by Ye Li · 2 years ago
- a29383d ddr: imx: Update the ddr init flow on imx8ulp by Jacky Bai · 2 years ago
- 39f700e misc: fuse: Lock 8ULP ECC-protected fuse when programming by Ye Li · 2 years ago
- fff1161 misc: fuse: Update fuse mapping for 8ULP S400 API by Ye Li · 2 years ago
- b36756c ddr: imx8ulp: Change DRAM timing save area to 0x20055000 by Ye Li · 2 years ago
- 6ee2c8a pci: apple: Initialize only enabled ports by Janne Grunau · 1 year, 11 months ago
- 3d0f2e3 phy: ti: j721e-wiz: Add support to enable LN23 Type-C swap by Sinthu Raja · 1 year, 11 months ago
- 75b6cd9 phy: ti: j721e-wiz: Manage TypeC lane swap if typec-dir-gpios not specified by Sinthu Raja · 1 year, 11 months ago
- 654483d Merge tag 'u-boot-at91-2023.07-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next by Tom Rini · 1 year, 10 months ago
- 605bc14 Merge branch 'master' into next by Tom Rini · 1 year, 10 months ago
- c544e81 clk: at91: sam9x60: Add initial setup of UPLL and USBCK rates by Sergiu Moga · 1 year, 11 months ago
- 248e410 clk: at91: pmc: export clock setup to pmc by Claudiu Beznea · 1 year, 11 months ago
- c88a925 clk: at91: sam9x60: Register the required clocks for USB by Sergiu Moga · 1 year, 11 months ago
- 0a0f0e7 clk: at91: Add support for sam9x60 USB clock by Sergiu Moga · 1 year, 11 months ago
- 78f67f1 Merge branch 'rpi-2023.04' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 1 year, 10 months ago
- 85bdd28 mmc: bcm2835-host: let firmware manage the clock divisor by Vincent Fazio · 3 years, 5 months ago
- e690056 ddr: marvell: a38x: Remove unused file seq_exec.h by Pali Rohár · 1 year, 11 months ago