summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* video: omap: set LCD clock rate through DM APIDario Binacchi2021-01-121-26/+103
* video: omap: add panel driverDario Binacchi2021-01-125-150/+323
* dm: core: add a function to decode display timingsDario Binacchi2021-01-121-0/+6
* bus: ti: am33xx: add pwm subsystem driverDario Binacchi2021-01-123-0/+28
* pwm: ti: am33xx: add enhanced pwm driverDario Binacchi2021-01-123-0/+476
* omap: timer: fix the rate settingDario Binacchi2021-01-121-3/+3
* fdt: translate address if #size-cells = <0>Dario Binacchi2021-01-125-13/+24
* clk: move clk-ti-sci driver to 'ti' directoryDario Binacchi2021-01-125-9/+9
* clk: ti: omap4: add clock manager driverDario Binacchi2021-01-122-1/+23
* clk: ti: add support for clkctrl clocksDario Binacchi2021-01-123-0/+161
* clk: ti: add gate clock driverDario Binacchi2021-01-123-0/+100
* clk: ti: add divider clock driverDario Binacchi2021-01-126-25/+439
* clk: ti: am33xx: add DPLL clock driversDario Binacchi2021-01-124-0/+355
* clk: ti: add mux clock driverDario Binacchi2021-01-125-0/+294
* clk: add clk_round_rate()Dario Binacchi2021-01-123-0/+42
* bus: ti: add minimal sysc interconnect target driverDario Binacchi2021-01-123-0/+174
* clk: export generic routinesDario Binacchi2021-01-121-12/+12
* spi: omap3_spi: Fix speed and mode selectionVignesh Raghavendra2021-01-121-3/+14
* spi: ti_qspi: Fix "spi-max-frequency" error path in ti_qspi_ofdata_to_platdataOvidiu Panait2021-01-121-2/+2
* gpio: tca642x: fix input subcommand for gpio banks > 0Tomas Novotny2021-01-121-14/+35
* Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-01-069-30/+391
|\
| * video: Call video_sync in video_clear()Michal Simek2021-01-051-1/+1
| * video: seps525: Add seps525 SPI driverMichal Simek2021-01-053-0/+335
| * video: Introduce video_sync operationMichal Simek2021-01-051-0/+9
| * video: Let video_sync to return error valueMichal Simek2021-01-053-18/+39
| * zynq: mtd: nand: remove superfluous ifHeinrich Schuchardt2021-01-051-6/+4
| * spi: zynqmp_gqspi: Fix unaligned data writes issueT Karthik Reddy2021-01-041-4/+2
| * serial: uartlite: Fix uninitialized ret in debug uartliteAshok Reddy Soma2021-01-041-1/+1
* | Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-05216-677/+1065
|\ \
| * | dtoc: Drop dm_populate_phandle_data()Simon Glass2021-01-051-3/+0
| * | dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-0515-18/+18
| * | dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-0527-39/+39
| * | dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-0513-19/+19
| * | dm: core: Add logging when lists_bind_fdt() failsSimon Glass2021-01-051-1/+1
| * | dm: core: Allow the uclass list to moveSimon Glass2021-01-053-7/+8
| * | dm: core: Split out scanning code to dm_scan()Simon Glass2021-01-051-14/+35
| * | dm: core: Access device ofnode through functionsSimon Glass2021-01-0543-70/+82
| * | dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-0512-15/+15
| * | dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass2021-01-054-4/+4
| * | dm: core: Access device flags through functionsSimon Glass2021-01-058-33/+33
| * | dm: core: Rename sqq to seq_Simon Glass2021-01-054-10/+10
| * | dm: core: Split out alloc code into a new functionSimon Glass2021-01-051-37/+52
| * | x86: sysreset: Move priv/plat structs to headersSimon Glass2021-01-051-4/+1
| * | dm: core: Move priv/plat structs for simple_bus to headersSimon Glass2021-01-051-6/+1
| * | spi: Tweak a few strange SPI NOR features for of-platdataSimon Glass2021-01-052-2/+2
| * | spi: Tidy up get/set of device nodeSimon Glass2021-01-051-1/+1
| * | x86: spl: Move priv/plat structs to headersSimon Glass2021-01-052-11/+11
| * | x86: apl: Move priv/plat structs to headersSimon Glass2021-01-051-12/+0
| * | sandbox: Add a compatible string for spltestSimon Glass2021-01-051-0/+6
| * | sandbox: i2c: Move priv into a header fileSimon Glass2021-01-051-4/+1