aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to KconfigPatrick Delaunay2022-01-212-2/+30
* mtd: cfi: change CONFIG_SYS_MAX_FLASH_BANKS_DETECT as booleanPatrick Delaunay2022-01-211-1/+1
* mtd: cfi: introduce CFI_FLASH_BANKSPatrick Delaunay2022-01-213-7/+6
* Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/20Jan2022Tom Rini2022-01-2012-67/+69
|\
| * phy: marvell: Remove unused function comphy_update_map()Pali Rohár2022-01-202-9/+9
| * drivers: octeon: get rid of Unicode in codeHeinrich Schuchardt2022-01-201-17/+17
| * SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár2022-01-201-5/+8
| * pci: pci_mvebu: Add support for Kirkwood PCIe controllersPali Rohár2022-01-202-3/+19
| * fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún2022-01-206-33/+16
* | Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2022-01-20116-362/+362
|\ \ | |/ |/|
| * doc: replace @return by Return:Heinrich Schuchardt2022-01-19116-362/+362
* | Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodia...WIP/19Jan2022Tom Rini2022-01-1911-13/+1015
|\ \ | |/ |/|
| * firmware: zynqmp: Do not report error if node is already configuredMichal Simek2022-01-191-0/+6
| * firmware: zynqmp: Move loading message to debugMichal Simek2022-01-191-1/+2
| * net: gem: Workaround gmii2rgmii bridge DT node issueAshok Reddy Soma2022-01-171-1/+2
| * Revert "net: gem: Disable broadcast setting"Michal Simek2022-01-171-2/+0
| * phy: zynqmp: Add serdes/psgtr driverMichal Simek2022-01-123-0/+762
| * serial: zynq: Add missing xlnx,zynqmp-uart compatibleMichal Simek2022-01-121-0/+1
| * net: gem: Reduce timeout of mdio phy idle status checkAshok Reddy Soma2022-01-051-2/+4
| * net: zynq: Add support for PHY configuration in SGMII modeMichal Simek2022-01-051-0/+20
| * net: zynq: Add support for GEM resetMichal Simek2022-01-051-0/+26
| * net: zynq: Add support for mdio bus address decodingMichal Simek2022-01-051-0/+3
| * microblaze: branch to base vector address on resetOvidiu Panait2022-01-051-2/+4
| * xilinx: firmware: Move dcache handling directly to pmufw load configMichal Simek2022-01-051-0/+3
| * clk: zynqmp: Fix gem tx/rx/ref clock handlingMichal Simek2022-01-051-5/+18
| * clk: zynqmp: Add support for setting up clock for USBMichal Simek2022-01-051-0/+1
| * zynqmp: gpio: Add support for zynqmp gpio modepin driverT Karthik Reddy2022-01-053-0/+163
* | clk: ast2600: Revise MII interface delayDylan Hung2022-01-181-5/+5
* | net: ftgmac100: Add Aspeed AST2600 supportDylan Hung2022-01-181-0/+1
* | net: ftgmac100: Add DM_MDIO supportDylan Hung2022-01-181-5/+15
* | mmc: actions: add MMC driver for Actions OWL S700/S900Amit Singh Tomar2022-01-183-0/+416
* | clk: actions: Add SD/MMC clocksAmit Singh Tomar2022-01-181-0/+73
* | clk: actions: Introduce dummy get/set_rate callbacksAmit Singh Tomar2022-01-181-0/+26
* | pinctrl: single: add support for pinctrl-single, pins when #pinctrl-cells = 2WIP/2022-01-17-assorted-updatesAJ Bagwell2022-01-181-26/+29
* | drivers: musb_gadget: Save endpoint desc to usb_ep->descqianfan Zhao2022-01-171-2/+1
* | mtd: nand: pxa3xx: set mtd->devRobert Marko2022-01-171-0/+1
* | Merge branch '2022-01-15-TI-platform-updates'WIP/17Jan2022Tom Rini2022-01-177-50/+127
|\ \
| * | nand: gpmc: Handle bitflips in erased pages when using BCH ECC engineDavid Rivshin2022-01-161-9/+36
| * | Fix wrong QSPI clock calculation for AM4372Stefan Mätje2022-01-161-1/+2
| * | omap: timer: implement timer_get_boot_usChristian Gmeiner2022-01-161-0/+21
| * | gpio: da8xx_gpio: Fix gpio name with addresschao zeng2022-01-161-0/+8
| * | net: ti: am65-cpsw: Add support for multi port independent MAC modeVignesh Raghavendra2022-01-152-27/+52
| * | dma: ti: k3-udma: Fix rflow reservation for PKTDMAVignesh Raghavendra2022-01-151-13/+8
* | | Merge tag 'u-boot-at91-2022.04-b' of https://source.denx.de/u-boot/custodians...Tom Rini2022-01-171-0/+6
|\ \ \
| * | | i2c: at91: add compatible with microchip,sam9x60-i2cEugen Hristev2022-01-131-0/+6
* | | | Merge https://source.denx.de/u-boot/custodians/u-boot-pmicTom Rini2022-01-173-0/+123
|\ \ \ \
| * | | | power: domain: Add Apple pmgr driverMark Kettenis2022-01-173-0/+123
| | |/ / | |/| |
* | | | Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini2022-01-1710-10/+530
|\ \ \ \ | |/ / / |/| | |
| * | | net: fastboot: make UDP port net: configurableChristian Gmeiner2022-01-151-0/+7
| * | | net: fsl: Fix busy flag polling registerMarkus Koch2022-01-152-3/+3