aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-04-07net: phy: aquantia: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-27/+9
2023-04-07net: phy: adin: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-11/+1
2023-04-07net: phy: Iterate over both registered PHYs and struct phy_driver linker listMarek Vasut1-0/+15
2023-04-07net: phy: Factor manual relocation into separate functionMarek Vasut1-16/+23
2023-04-07net: phy: teranetics: Staticize PHY driver entriesMarek Vasut1-1/+1
2023-04-07net: phy: cortina: Staticize PHY driver entriesMarek Vasut1-2/+2
2023-04-07net: phy: ca_phy: Staticize PHY driver entriesMarek Vasut1-2/+2
2023-04-07net: phy: aquantia: Staticize PHY driver entriesMarek Vasut1-9/+9
2023-04-05blk: blkmap: Add linear device mapping supportTobias Waldekranz1-0/+71
2023-04-05blk: blkmap: Add memory mapping supportTobias Waldekranz1-0/+105
2023-04-05blk: blkmap: Add basic infrastructureTobias Waldekranz4-0/+363
2023-04-04drivers: fastboot: zImage flashing is not supported for v3, v4Safae Ouajih1-0/+8
2023-04-04android: boot: replace android_image_check_headerSafae Ouajih1-2/+1
2023-04-04android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih1-4/+4
2023-04-03Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2-1/+2
2023-04-04usb: gadget: f_sdp: Add missing spl_board_prepare_for_boot() callMarek Vasut1-0/+1
2023-04-04usb: gadget: missing fallthrough in composite_setup()Heinrich Schuchardt1-1/+1
2023-04-03Merge branch 'next'Tom Rini96-1209/+3141
2023-04-03pinctrl: fix pinctrl_gpio_get_pinctrl_and_offset for gpio-ranges arrayQuanyang Wang1-24/+23
2023-04-02rockchip: Fix incorrect constant name in RAM init codeWIP/02Apr2023David Sebek1-1/+1
2023-04-01scsi: typo supporedtHeinrich Schuchardt1-1/+1
2023-03-31Merge tag 'u-boot-imx-next-20230331' of https://gitlab.denx.de/u-boot/custodi...WIP/31Mar2023-nextTom Rini11-63/+369
2023-03-31sysreset: gpio: fix gpio_reboot_request return valueJonathan Liu1-1/+6
2023-03-30input: button_kbd: make driver complementary to gpio buttonsSvyatoslav Ryhel2-7/+5
2023-03-30drivers: rtc: add max313xx series rtc driverChris Packham3-0/+473
2023-03-30gpio: allow passing NULL to gpio_request_by_line_name() to search all gpio co...Rasmus Villemoes1-0/+7
2023-03-30rtc: m41t62: implements read8/write8 operationsThomas Perrot1-0/+12
2023-03-30drivers: pci: sandbox: Add stub sandbox PCI MPS supportStephen Carlson1-0/+3
2023-03-30sysinfo: gpio: fix loop over DT "revisions" arrayRasmus Villemoes1-2/+3
2023-03-30clk: imx8mp: add pwm clocks supportTommaso Merciai1-0/+24
2023-03-30net: fec_mxc: Add board_interface_eth_init() for i.MX8M Mini/Nano/PlusMarek Vasut1-0/+4
2023-03-30net: fec_mxc: Add ref clock setup support for i.MX8M Mini/Nano/PlusMarek Vasut1-0/+32
2023-03-30net: dwc_eth_qos: Add board_interface_eth_init() for i.MX8M PlusMarek Vasut1-0/+4
2023-03-30net: dwc_eth_qos: Add i.MX8M Plus RMII supportMarek Vasut1-11/+18
2023-03-30net: dwc_eth_qos: Add DM CLK support for i.MX8M PlusMarek Vasut1-10/+121
2023-03-30net: dwc_eth_qos: Set DMA_MODE SWR bit to reset the MACMarek Vasut1-0/+6
2023-03-30net: dwc_eth_qos: Staticize eqos_inval_buffer_tegra186()Marek Vasut1-1/+1
2023-03-30net: dwc_eth_qos: Drop unused dm_gpio_free() on STM32Marek Vasut1-4/+1
2023-03-30net: dwc_eth_qos: Drop bogus return after gotoMarek Vasut1-1/+0
2023-03-30net: Pull board_interface_eth_init() into common codeMarek Vasut1-7/+0
2023-03-30clk: imx8mp: Add EQoS MAC clockMarek Vasut1-0/+13
2023-03-30misc: imx: remove DM dependency for ocotp driver in SPLJean-Marie Lemetayer1-1/+1
2023-03-30power: pmic: Add NXP PCA9451A PMIC supportYe Li2-1/+11
2023-03-29misc: sentinel: s400_api: Use new command request definitionsYe Li1-14/+14
2023-03-29misc: sentinel: s400_api: Add get_events APIYe Li1-0/+45
2023-03-29ddr: imx: Update the ddr init flow on imx8ulpJacky Bai1-12/+43
2023-03-29misc: fuse: Lock 8ULP ECC-protected fuse when programmingYe Li1-1/+21
2023-03-29misc: fuse: Update fuse mapping for 8ULP S400 APIYe Li1-0/+10
2023-03-29ddr: imx8ulp: Change DRAM timing save area to 0x20055000Ye Li1-1/+1
2023-03-29pci: apple: Initialize only enabled portsJanne Grunau1-0/+2