summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-03-26dm: core: Use separate priv/plat data regionSimon Glass2-6/+15
2021-03-26dm: core: Allow storing priv/plat data separatelySimon Glass1-0/+12
2021-03-26dm: core: Move flags to device-runtime infoSimon Glass1-0/+33
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass1-1/+13
2021-03-26Revert "sandbox: Disable I2C emulators in SPL"Simon Glass1-2/+0
2021-03-26sandbox: i2c: Support i2c emulation with of-platdataSimon Glass2-2/+28
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass4-7/+13
2021-03-26sandbox: i2c: Move platdata structs to header filesSimon Glass2-31/+1
2021-03-26dm: core: Drop uclass_find_device_by_phandle() with of-platdataSimon Glass1-1/+1
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass1-15/+0
2021-03-26clk: sandbox: Create a special fixed-rate driverSimon Glass1-0/+33
2021-03-26clk: fixed-rate: Export driver parts for OF_PLATDATA_INSTSimon Glass1-4/+10
2021-03-26clk: sandbox: Move priv/plat data to a header fileSimon Glass2-13/+0
2021-03-22dm: core: Skip adding uclasses with OF_PLATDATA_INSTSimon Glass1-1/+4
2021-03-22dm: core: Set up driver model for OF_PLATDATA_INSTSimon Glass1-12/+30
2021-03-22dm: core: Adjust uclass setup with of-platdataSimon Glass1-2/+6
2021-03-22dm: core: Allow dropping run-time binding of devicesSimon Glass1-17/+25
2021-03-22bus: ti-sysc: change in a normal driverDario Binacchi1-6/+0
2021-03-22dtoc: Generate device instancesSimon Glass1-0/+4
2021-03-22dtoc: Generate uclass devicesSimon Glass1-0/+1
2021-03-22sandbox: i2c: Rename driver names to work with of-platdataSimon Glass2-3/+3
2021-03-22dtoc: Assign a sequence number to each nodeSimon Glass1-2/+4
2021-03-22dm: error handling dev_get_dma_range()Heinrich Schuchardt1-2/+2
2021-03-22mmc: pci: Fix Kconfig dependencyBin Meng1-0/+1
2021-03-20serial: mtk: rewrite the setbrg functionWeijie Gao1-41/+33
2021-03-20pinctrl: mt7629: add jtag function and pin groupWeijie Gao1-0/+7
2021-03-20pinctrl: mediatek: do not probe gpio driver if not enabledWeijie Gao1-4/+8
2021-03-20pinctrl: mediatek: add get_pin_muxing ops for mediatek pinctrlSam Shih1-0/+14
2021-03-20pinctrl: mediatek: fix wrong assignment in mtk_get_pin_nameSam Shih1-1/+1
2021-03-16pinctrl: renesas: Add support for R8A774C0Lad Prabhakar4-0/+23
2021-03-16pinctrl: renesas: pfc-r8a77990: Sync PFC tables with Linux 5.11Lad Prabhakar1-2/+85
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini52-228/+306
2021-03-15Merge tag 'u-boot-stm32-20210312' of https://source.denx.de/u-boot/custodians...Tom Rini13-46/+56
2021-03-14drivers: tee: sandbox: SCP03 control emulatorJorge Ramirez-Ortiz2-1/+59
2021-03-13tpm: Correct warning on 32-bit buildSimon Glass1-1/+1
2021-03-12dm: core: Fix allocation of empty of-platdataSimon Glass1-4/+13
2021-03-12arm: mvebu: a38x: Remove dead code ARMADA_39XPali Rohár3-17/+0
2021-03-12arm: a37xx: pci: Implement workaround for the readback value of VEND_IDPali Rohár1-0/+10
2021-03-12ddr: marvell: axp: fix array types have different bounds warningMarek Behún2-3/+3
2021-03-12ddr: marvell: axp: align signature of mv_xor_mem_init() with a38xMarek Behún2-4/+4
2021-03-12ddr: marvell: a38x: Sync code with Marvell mv-ddr-marvell repositoryPali Rohár10-40/+6
2021-03-12ddr: marvell: a38x: Add more space for additional info from SPDSujeet Baranwal1-1/+7
2021-03-11video: dw_mipi_dsi: update log of dphy_enableYannick Fertre1-4/+4
2021-03-11video: dw_mipi_dsi: missing device to log debugYannick Fertre1-0/+1
2021-03-11video: stm32: remove all child of DSI bridge when its probe failedPatrick Delaunay1-0/+3
2021-03-11scmi: cosmetic: reorder include filesPatrick Delaunay2-3/+2
2021-03-11scmi: define LOG_CATEGORYPatrick Delaunay6-0/+12
2021-03-11scmi: Include device_compat.hPatrick Delaunay1-0/+1
2021-03-11clk: stm32mp1: gets root clocks from fdtEtienne Carriere1-39/+23
2021-03-11mtd: spinand: Add WATCHDOG_RESET() in spinand_mtd_read/write()Patrice Chotard1-0/+3