summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-04-06spi: mpc8xxx: Add support for SPI on mpc832xChristophe Leroy1-0/+13
2023-04-06gpio: Add QUICC Engine GPIOs driverChristophe Leroy3-0/+189
2023-04-06clk: mpc83xx: Fix clocks for mpc832xChristophe Leroy1-0/+7
2023-04-06watchdog: mpc8xxx: Add support for mpc83xxChristophe Leroy2-1/+2
2023-04-06watchdog: mpc8xxx: Make it genericChristophe Leroy2-19/+71
2023-04-05watchdog: mpc8xx: Rename it mpc8xxxChristophe Leroy3-16/+16
2023-03-31Merge tag 'u-boot-imx-next-20230331' of https://gitlab.denx.de/u-boot/custodi...Tom Rini11-63/+369
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
2023-03-29phy: ti: j721e-wiz: Add support to enable LN23 Type-C swapSinthu Raja1-2/+22
2023-03-29phy: ti: j721e-wiz: Manage TypeC lane swap if typec-dir-gpios not specifiedSinthu Raja1-9/+29
2023-03-28Merge tag 'u-boot-at91-2023.07-a' of https://source.denx.de/u-boot/custodians...Tom Rini7-42/+303
2023-03-27Merge branch 'master' into nextTom Rini8-38/+61
2023-03-27clk: at91: sam9x60: Add initial setup of UPLL and USBCK ratesSergiu Moga1-0/+30
2023-03-27clk: at91: pmc: export clock setup to pmcClaudiu Beznea3-42/+64
2023-03-27clk: at91: sam9x60: Register the required clocks for USBSergiu Moga1-0/+33
2023-03-27clk: at91: Add support for sam9x60 USB clockSergiu Moga4-0/+176
2023-03-24Merge branch 'rpi-2023.04' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini1-21/+32
2023-03-24mmc: bcm2835-host: let firmware manage the clock divisorVincent Fazio1-21/+32
2023-03-24ddr: marvell: a38x: Remove unused file seq_exec.hPali Rohár2-65/+0
2023-03-22dma: ti: k3-udma: Fix channel hang on teardownVignesh Raghavendra1-1/+1
2023-03-21Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shTom Rini1-4/+6
2023-03-20clk: renesas: Pack reset identifier before look upMarek Vasut1-4/+6
2023-03-19rockchip: timer: rockchip_timer: fix compatible and driver nameJohan Jonker1-5/+3
2023-03-19rockchip: sdhci: rk3568: bypass DLL when clk <= 52 MHzVasily Khoruzhick1-4/+11