summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-12-06Convert CONFIG_POWER_LTC3676 et al to KconfigTom Rini4-5/+52
2022-12-06Convert CONFIG_HIKEY_GPIO et al to KconfigTom Rini1-0/+9
2022-12-06Convert CONFIG_FSL_IIM to KconfigTom Rini1-0/+4
2022-12-06power: pmic: Guard non-DM_PMIC drivers with a check for POWER_LEGACYTom Rini2-5/+10
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini68-499/+499
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini28-94/+94
2022-12-06global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*Tom Rini7-36/+36
2022-12-06rtc: Remove unused driversTom Rini4-525/+0
2022-12-06global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*Tom Rini5-31/+31
2022-12-06global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*Tom Rini5-60/+60
2022-12-06Convert CONFIG_SYS_NS16550_MEM32 et al to KconfigTom Rini2-9/+47
2022-12-06powerpc: Rename CONFIG_NS16550_MIN_FUNCTIONSTom Rini2-6/+6
2022-12-06global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*Tom Rini18-94/+94
2022-12-06Convert CONFIG_SYS_NAND_SIZE to KconfigTom Rini1-0/+5
2022-12-06Convert CONFIG_SYS_NAND_PAGE_2K et al to KconfigTom Rini1-0/+13
2022-12-06Convert CONFIG_SYS_NAND_NO_SUBPAGE_WRITE to KconfigTom Rini1-0/+4
2022-12-06Convert CONFIG_SYS_NAND_MAX_OOBFREE et al to KconfigTom Rini1-0/+18
2022-12-06mtd: nand: raw: atmel_nand: Use ATMEL_BASE_ECC directlyTom Rini1-9/+9
2022-12-06Convert CONFIG_SYS_NAND_HW_ECC to KconfigTom Rini2-5/+16
2022-12-06Convert CONFIG_SYS_NAND_HW_ECC_OOBFIRST to KconfigTom Rini1-0/+5
2022-12-06Convert CONFIG_SYS_NAND_DBW_8 et al to KconfigTom Rini1-0/+12
2022-12-05Merge tag 'xilinx-for-v2023.01-rc3-v2' of https://source.denx.de/u-boot/custo...Tom Rini4-11/+75
2022-12-05mtd: spi-nor-core: Invert logic to reflect sst26 flash unlockedAlgapally Santosh Sagar1-1/+1
2022-12-05spi: cadence-qspi: Remove condition for calling enable linear modeAshok Reddy Soma1-5/+1
2022-12-05spi: zynqmp_qspi: Add support for 64-bit read/writeVenkatesh Yadav Abbarapu1-2/+4
2022-12-05spi: zynqmp_gqspi: Update tapdelay valueT Karthik Reddy1-1/+1
2022-12-05net: xilinx_axi: check PCS/PMA PHY status in setup_phyAndy Chiu1-0/+44
2022-12-05net: xilinx_axi: add PCS/PMA PHYAndy Chiu1-2/+24
2022-12-05i2c: nuvoton: renamed the NPCM i2c driverJim Liu1-0/+0
2022-12-02bus: Optionally include TI sysc driver in SPL/TPLPaul Barker3-2/+12
2022-12-02bus: TI sysc driver requires DMPaul Barker1-1/+1
2022-12-02dm: core: Fix iteration over driver_info recordsPaul Barker1-3/+3
2022-11-28phy: add driver for Intel XWAY PHYTim Harvey4-0/+57
2022-11-28net: macb: Fix race caused by flushing unwanted descriptorsYaron Micher1-12/+39
2022-11-28drivers: net: aquantia: fix typosTim Harvey1-4/+4
2022-11-28net: dwc_eth_qos: Add support for bulk RX descriptor cleaningMarek Vasut2-23/+46
2022-11-28net: dwc_eth_qos: Split TX and RX DMA ringsMarek Vasut2-12/+24
2022-11-28liteeth: LiteX Ethernet deviceJoel Stanley3-0/+220
2022-11-27usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT propertyMarek Vasut1-4/+0
2022-11-27usb: dwc3: Program GFLADJSean Anderson2-0/+44
2022-11-27usb: dwc3: Calculate REFCLKPER based on reference clockSean Anderson1-2/+13
2022-11-27usb: dwc3: reference clock period configurationBalaji Prakash J2-0/+33
2022-11-27usb: dwc3: Cache ref_clk pointer in struct dwc3Marek Vasut2-0/+12
2022-11-27usb: Expand buffer size in usb_find_and_bind_driver()Marek Vasut1-1/+1
2022-11-25ram: ast2600: Align the RL and WL settingDylan Hung1-0/+9
2022-11-25ram: ast2600: Improve ddr4 timing and signal qualityDylan Hung1-25/+138
2022-11-25ram: ast2600: Fix incorrect statement of the register pollingDylan Hung1-6/+1
2022-11-23Merge tag 'u-boot-amlogic-20221122' of https://source.denx.de/u-boot/custodia...Tom Rini1-0/+70
2022-11-23sandbox: check lseek return value in handle_ufi_commandHeinrich Schuchardt1-3/+7
2022-11-22arm: amlogic: add setbrg op to serial deviceEdoardo Tomelleri1-0/+70