tools: Fall back to importlib_resources on Python 3.6
[platform/kernel/u-boot.git] / drivers /
2023-04-28 Rasmus Villemoesdm: core: introduce uclass_get_device_by_of_path()
2023-04-28 Rasmus Villemoesuclass: add uclass_find_device_by_phandle_id() helper
2023-04-28 Bin Mengdm: core: Make aliases_lookup static
2023-04-28 Jorge Ramirez-Ortizdrivers: tee: sandbox: Fix SCP03 control emulator
2023-04-28 Heinrich Schuchardtsandbox: fix return type of os_filesize()
2023-04-28 Heinrich Schuchardtsandbox: mark sandbox_exit() as no return.
2023-04-28 Heinrich Schuchardtsandbox: spi: sandbox_sf_process_cmd() missing fallthrough
2023-04-28 Heinrich Schuchardtsandbox: fix sandbox_hub_submit_control_msg()
2023-04-28 Heinrich Schuchardtsandbox: fix fall through in sandbox_flash_bulk()
2023-04-27 Tom RiniMerge branch '2023-04-27-introduce-nvm-xip-block-storag...
2023-04-27 Abdellatif El Khlifisandbox64: add support for NVMXIP QSPI
2023-04-27 Abdellatif El Khlifidrivers/mtd/nvmxip: introduce QSPI XIP driver
2023-04-27 Abdellatif El Khlifidrivers/mtd/nvmxip: introduce NVM XIP block storage...
2023-04-27 Tom RiniMerge branch '2023-04-27-IDE-code-cleanups'
2023-04-27 Simon Glasside: Make use of U-Boot types
2023-04-27 Simon Glasside: Simplify expressions and hex values
2023-04-27 Simon Glasside: Convert to use log_debug()
2023-04-27 Simon Glasside: Tidy up ide_reset()
2023-04-27 Simon Glasside: Correct LBA setting
2023-04-27 Simon Glasside: Use a single local blk_desc for ide_ident()
2023-04-27 Simon Glasside: Move all blk_desc init into ide_ident()
2023-04-27 Simon Glasside: Make ide_ident() return an error code
2023-04-27 Simon Glasside: Use desc consistently for struct blk_desc
2023-04-27 Simon Glasside: Combine the two loops in ide_probe()
2023-04-27 Simon Glasside: Move ide_init() entirely within ide_probe()
2023-04-27 Simon Glasside: Move setting of vendor strings into ide_probe()
2023-04-27 Simon Glasside: Make ide_bus_ok a local variable
2023-04-27 Simon Glasside: Move bus init into a function
2023-04-27 Simon Glasside: Avoid preprocessor for CONFIG_LBA48
2023-04-27 Simon Glasside: Avoid preprocessor for CONFIG_ATAPI
2023-04-27 Simon Glasside: Simplify success condition
2023-04-27 Simon Glasside: Refactor confusing loop code
2023-04-27 Simon Glasside: Change the retries variable
2023-04-27 Simon Glasside: Make function static
2023-04-27 Simon Glasside: Correct use of ATAPI
2023-04-27 Simon Glasside: Create a prototype for ide_set_reset()
2023-04-27 Simon Glasside: Drop weak functions
2023-04-27 Simon Glasside: Move a few functions further up the file
2023-04-27 Simon Glasside: Drop ide_device_present()
2023-04-27 Simon Glasside: Move ide_init() into probing
2023-04-27 Simon Glasside: Use mdelay() for long delays
2023-04-27 Simon Glasside: Move ATA_CURR_BASE to C file
2023-04-26 Tom RiniMerge branch '2023-04-26-enable-bootstd-for-all-rockchip'
2023-04-26 Simon Glassvirtio: Ensure PCI is set up first
2023-04-26 Tom RiniMerge branch '2023-04-25-assorted-updates-and-fixes'
2023-04-25 Rasmus Villemoesgpio-uclass: fix off-by-one in gpio_request_list_by_nam...
2023-04-25 Michal Simekxen: Limit execution to EL1 only
2023-04-25 Christian Gmeinerata: pci: enable bus mastering
2023-04-25 Peng Fansysreset: psci: add psci_sysreset_get_status
2023-04-25 Peng Fansysreset: psci: enable DM_FLAG_PRE_RELOC
2023-04-25 Peng Fanfirmware: psci: enable DM_FLAG_PRE_RELOC
2023-04-25 Michal Simekxen: Fix Kconfig dependencies
2023-04-25 Tom Riniusb: gadget: f_mass_storage: Rework do_request_sense...
2023-04-25 Rasmus Villemoessoc: soc_ti_k3: fix revision array bounds checks
2023-04-25 Tom RiniMerge branch '2023-04-25-use-bounce-buffers-for-VIRTIO_...
2023-04-25 Will Deaconvirtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM...
2023-04-25 Will Deaconvirtio: Allocate bounce buffers for devices with VIRTIO...
2023-04-25 Will Deaconvirtio: Add helper functions to attach/detach vring...
2023-04-25 Will Deaconvirtio: Allocate virtqueue in page-size units
2023-04-25 Will Deaconvirtio: pci: Tear down VQs in virtio_pci_reset()
2023-04-25 Will Deaconvirtio: Expose VIRTIO_F_IOMMU_PLATFORM in device features
2023-04-24 Tom RiniMerge branch '2023-04-24-TI-platform-updates'
2023-04-24 Manorit Chawdhryremoteproc: ti_k3_arm64: Change the startup of arm64...
2023-04-24 Andrew Davisarm: mach-k3: Remove empty sys_proto.h include
2023-04-24 Andrew Davisarm: mach-k3: Move sdelay() and wait_on_value() declaration
2023-04-24 Andrew Davissoc: soc_ti_k3: Use hardware.h to remove definition...
2023-04-23 Tom RiniMerge tag 'u-boot-rockchip-20230421' of https://source...
2023-04-22 Tom RiniMerge tag 'efi-2023-07-rc1-2' of https://source.denx...
2023-04-22 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2023-04-22 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2023-04-22 Tom RiniMerge tag 'u-boot-stm32-20230419' of https://source...
2023-04-22 Tom RiniMerge tag 'u-boot-nand-20230422' of https://source...
2023-04-22 Linus Walleijmtd: rawnand: nand_base: Handle algorithm selection
2023-04-22 Dario BinacchiRevert "mtd: rawnand: nand_base: Handle algorithm selec...
2023-04-21 Jonas Karlmanmmc: rockchip_sdhci: Limit number of blocks read in...
2023-04-21 Peter Geismmc: sdhci: Allow disabling of SDMA in SPL
2023-04-21 Jonas Karlmanclk: rockchip: rk3588: Add limited TMCLK_EMMC clock...
2023-04-21 Jonas Karlmanmmc: rockchip_sdhci: Add support for RK3588
2023-04-21 Jonas Karlmanmmc: rockchip_sdhci: Fix HS400 and HS400ES mode on...
2023-04-21 Jonas Karlmanmmc: rockchip_sdhci: Rearrange and simplify used regs...
2023-04-21 Jonas Karlmanmmc: rockchip_sdhci: Remove empty get_phy and set_enhan...
2023-04-21 Jonas Karlmanmmc: rockchip_sdhci: Update speed mode controls in...
2023-04-21 Jonas Karlmanmmc: rockchip_sdhci: Refactor execute tuning error...
2023-04-21 Jonas Karlmanmmc: rockchip_sdhci: Use set_clock and config_dll sdhci_ops
2023-04-21 Jonas Karlmanmmc: rockchip_sdhci: Add set_clock and config_dll sdhci_ops
2023-04-21 Jonas Karlmanmmc: rockchip_sdhci: Remove unneeded emmc_phy_init
2023-04-21 Jonas Karlmanmmc: rockchip_sdhci: Fix use of device private data
2023-04-21 Jonas Karlmanmmc: sdhci: Set UHS Mode Select field for UHS SDR25...
2023-04-21 Jonas Karlmanmmc: sdhci: Fix HISPD bit handling for MMC HS 52MHz...
2023-04-21 Chris Morganrockchip: rng: add trngv1 for rk3588
2023-04-21 Jonas Karlmanclk: rockchip: rk3568: Add dummy I2S1_MCLKOUT_TX clock...
2023-04-21 Jonas Karlmanpinctrl: rockchip: Fix IO mux selection on RK3568
2023-04-21 Jonas Karlmanrockchip: rk3588: Add support for sdmmc clocks in SPL
2023-04-21 Jonas Karlmanclk: scmi: Add Kconfig option for SPL
2023-04-21 John Keepingrockchip: otp: fix misc_read() return values
2023-04-21 John Keepingrockchip: efuse: fix misc_read() return values
2023-04-21 Chris Morganrockchip: video: Add support for RK3568 DSI Host
2023-04-21 Chris Morgandrivers: phy: add Innosilicon DSI-DPHY driver
2023-04-21 Jonathan Liuram: rk3399: add missing high row detection
2023-04-21 Jonas Karlmangpio: rockchip: Add support for RK3568 and RK3588 banks
next