aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*Tom Rini2022-12-0518-94/+94
* Convert CONFIG_SYS_NAND_SIZE to KconfigTom Rini2022-12-051-0/+5
* Convert CONFIG_SYS_NAND_PAGE_2K et al to KconfigTom Rini2022-12-051-0/+13
* Convert CONFIG_SYS_NAND_NO_SUBPAGE_WRITE to KconfigTom Rini2022-12-051-0/+4
* Convert CONFIG_SYS_NAND_MAX_OOBFREE et al to KconfigTom Rini2022-12-051-0/+18
* mtd: nand: raw: atmel_nand: Use ATMEL_BASE_ECC directlyTom Rini2022-12-051-9/+9
* Convert CONFIG_SYS_NAND_HW_ECC to KconfigTom Rini2022-12-052-5/+16
* Convert CONFIG_SYS_NAND_HW_ECC_OOBFIRST to KconfigTom Rini2022-12-051-0/+5
* Convert CONFIG_SYS_NAND_DBW_8 et al to KconfigTom Rini2022-12-051-0/+12
* Merge tag 'xilinx-for-v2023.01-rc3-v2' of https://source.denx.de/u-boot/custo...WIP/05Dec2022Tom Rini2022-12-054-11/+75
|\
| * mtd: spi-nor-core: Invert logic to reflect sst26 flash unlockedAlgapally Santosh Sagar2022-12-051-1/+1
| * spi: cadence-qspi: Remove condition for calling enable linear modeAshok Reddy Soma2022-12-051-5/+1
| * spi: zynqmp_qspi: Add support for 64-bit read/writeVenkatesh Yadav Abbarapu2022-12-051-2/+4
| * spi: zynqmp_gqspi: Update tapdelay valueT Karthik Reddy2022-12-051-1/+1
| * net: xilinx_axi: check PCS/PMA PHY status in setup_phyAndy Chiu2022-12-051-0/+44
| * net: xilinx_axi: add PCS/PMA PHYAndy Chiu2022-12-051-2/+24
* | i2c: nuvoton: renamed the NPCM i2c driverJim Liu2022-12-051-0/+0
|/
* bus: Optionally include TI sysc driver in SPL/TPLPaul Barker2022-12-023-2/+12
* bus: TI sysc driver requires DMPaul Barker2022-12-021-1/+1
* dm: core: Fix iteration over driver_info recordsPaul Barker2022-12-021-3/+3
* phy: add driver for Intel XWAY PHYWIP/2022-11-28-networking-updates-and-improvementsTim Harvey2022-11-284-0/+57
* net: macb: Fix race caused by flushing unwanted descriptorsYaron Micher2022-11-281-12/+39
* drivers: net: aquantia: fix typosTim Harvey2022-11-281-4/+4
* net: dwc_eth_qos: Add support for bulk RX descriptor cleaningMarek Vasut2022-11-282-23/+46
* net: dwc_eth_qos: Split TX and RX DMA ringsMarek Vasut2022-11-282-12/+24
* liteeth: LiteX Ethernet deviceJoel Stanley2022-11-283-0/+220
* usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT propertyMarek Vasut2022-11-271-4/+0
* usb: dwc3: Program GFLADJSean Anderson2022-11-272-0/+44
* usb: dwc3: Calculate REFCLKPER based on reference clockSean Anderson2022-11-271-2/+13
* usb: dwc3: reference clock period configurationBalaji Prakash J2022-11-272-0/+33
* usb: dwc3: Cache ref_clk pointer in struct dwc3Marek Vasut2022-11-272-0/+12
* usb: Expand buffer size in usb_find_and_bind_driver()Marek Vasut2022-11-271-1/+1
* ram: ast2600: Align the RL and WL settingDylan Hung2022-11-241-0/+9
* ram: ast2600: Improve ddr4 timing and signal qualityDylan Hung2022-11-241-25/+138
* ram: ast2600: Fix incorrect statement of the register pollingDylan Hung2022-11-241-6/+1
* Merge tag 'u-boot-amlogic-20221122' of https://source.denx.de/u-boot/custodia...WIP/23Nov2022Tom Rini2022-11-231-0/+70
|\
| * arm: amlogic: add setbrg op to serial deviceEdoardo Tomelleri2022-11-221-0/+70
* | sandbox: check lseek return value in handle_ufi_commandHeinrich Schuchardt2022-11-221-3/+7
* | Merge tag 'xilinx-for-v2023.01-rc3' of https://source.denx.de/u-boot/custodia...Tom Rini2022-11-2210-32/+109
|\ \ | |/ |/|
| * spi: cadence-qspi: Fix compilation error in mini u-boot flash resetAshok Reddy Soma2022-11-221-2/+2
| * qspi: versal-net: Add condition for tapdelay registerAshok Reddy Soma2022-11-221-1/+2
| * soc: xilinx: versal-net: Add soc_xilinx_versal_net driverMichal Simek2022-11-223-0/+87
| * net: phy: Fix ethernet-phy-id <dot> in the codeMichal Simek2022-11-221-2/+2
| * timer: xilinx-timer: use timer_conv_64() to fix timer wrap aroundOvidiu Panait2022-11-221-1/+1
| * timer-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait2022-11-221-0/+14
| * timer-uclass: add timer_get_ops() macroOvidiu Panait2022-11-221-1/+1
| * xilinx: common: Remove zynq_board_read_rom_ethaddr()Venkatesh Yadav Abbarapu2022-11-221-16/+0
| * Revert "pinctrl: zynqmp: Add support for output-enable and bias-high-impedance"Michal Simek2022-11-221-9/+0
* | watchdog: Drop GD_FLG_WDT_READY as it's not used any moreStefan Roese2022-11-221-1/+0
* | watchdog: designware: make reset really optionalQuentin Schulz2022-11-221-4/+5
|/