aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-08-24clk: ccf: mux: change the get_rate helperDario Binacchi1-1/+25
2020-08-24clk: ccf: mux: fix access to the sandbox registerDario Binacchi1-0/+8
2020-08-24clk: ccf: mux: fix typoDario Binacchi1-1/+1
2020-08-24clk: ccf: mux: change include orderDario Binacchi1-4/+4
2020-08-24clk: fix the console output of clk_registerDario Binacchi1-5/+5
2020-08-24clk: set flags in the ccf registration routinesDario Binacchi6-1/+7
2020-08-24dm: test: clk: add the test for the ccf gated clockDario Binacchi1-0/+4
2020-08-24clk: imx6: Add definition for IMX6QDL_CLK_ENET_REF clockLukasz Majewski1-0/+7
2020-08-24clk: imx: Add support for pllv3 enet clockLukasz Majewski1-0/+25
2020-08-24clk: imx6: Add definition for IMX6QDL_CLK_ENET clockLukasz Majewski1-0/+1
2020-08-24clk: ICS8N3QV01 remove superfluous codeHeinrich Schuchardt1-1/+0
2020-08-23Convert CONFIG_SPLASH_SCREEN et al to KconfigSimon Glass1-0/+85
2020-08-20Merge tag 'xilinx-for-v2020.10-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini11-83/+77
2020-08-20clk: versal: Move pm_query_id out of clock driverMichal Simek1-17/+0
2020-08-20mmc: sdhci: Use upper/lower_32_bits macrosMichal Simek1-4/+4
2020-08-20mmc: sdhci: Enable high speed conditional on the corresponding bitFaiz Abbas1-1/+4
2020-08-20xilinx: zynqmp: fix incorrect map not align with IPI HWIbai Erkiaga1-4/+10
2020-08-20xilinx: zynqmp: merge firmware calls for EL2 and EL3Ibai Erkiaga1-41/+43
2020-08-20xilinx: zynqmp: synchronize firmware call return payloadIbai Erkiaga1-1/+1
2020-08-20mmc: zynq: Fix default value for xlnx,mio-bankMichal Simek1-1/+1
2020-08-20xilinx: Fix xlnx,mio_bank propertyMichal Simek1-1/+1
2020-08-20i2c: eeprom: Use reg property instead of offset and sizeMichal Simek1-7/+8
2020-08-20xilinx: kconfig: Change Kconfig dependencies for Xilinx driversMichal Simek4-7/+6
2020-08-19ahci: mediatek: add ahci driverFrank Wunderlich3-0/+139
2020-08-19reset: add basic reset controller for pciesysFrank Wunderlich1-0/+15
2020-08-19phy: mtk-tphy: add PHY_TYPE_SATAFrank Wunderlich1-0/+105
2020-08-19PCI: mediatek: Add PCIe support for MT7622Chuanjia Liu1-3/+459
2020-08-19clk: mediatek: add pciesys support for MT7622 SoCChuanjia Liu1-0/+54
2020-08-19pinctrl: mediatek: mt8512: fix the wrong start address of rangesChunfeng Yun1-3/+3
2020-08-18serial: uniphier: fix typo in commentMasahiro Yamada1-1/+1
2020-08-14board: xen: De-initialize before jumping to LinuxOleksandr Andrushchenko1-0/+8
2020-08-14xen: pvblock: Print found devices indicesAnastasiia Lukianenko1-0/+20
2020-08-14xen: pvblock: Implement front-back protocol and do IOAnastasiia Lukianenko2-12/+348
2020-08-14xen: pvblock: Read XenStore configuration and initializeAnastasiia Lukianenko1-1/+284
2020-08-14xen: pvblock: Enumerate virtual block devicesAnastasiia Lukianenko1-2/+110
2020-08-14xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko5-0/+136
2020-08-14xen: Port Xen grant table driver from mini-osOleksandr Andrushchenko3-0/+219
2020-08-14xen: Port Xen bus driver from mini-osOleksandr Andrushchenko3-0/+560
2020-08-14linux/compat.h: Add wait_event_timeout macroOleksandr Andrushchenko1-1/+0
2020-08-14serial: serial_xen: Add Xen PV serial driverPeng Fan4-0/+194
2020-08-14xen: Port Xen event channel driver from mini-osOleksandr Andrushchenko3-3/+199
2020-08-14xen: Port Xen hypervisor related code from mini-osOleksandr Andrushchenko4-4/+246
2020-08-14drivers: pcie: add Broadcom IPROC PCIe RC driverSrinath Mannam3-0/+1295
2020-08-14drivers: pci: add api to get dma regionsRayagonda Kokatanur1-0/+42
2020-08-13Merge tag 'u-boot-stm32-20200813' of https://gitlab.denx.de/u-boot/custodians...Tom Rini5-258/+1309
2020-08-13mtd: rawnand: stm32_fmc2: get resources from parent nodeChristophe Kerello1-28/+59
2020-08-13memory: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driverChristophe Kerello3-0/+1066
2020-08-13mtd: rawnand: stm32_fmc2: use clrsetbits_le32Christophe Kerello1-35/+21
2020-08-13mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macrosChristophe Kerello1-64/+56
2020-08-13mtd: rawnand: stm32_fmc2: cosmetic change to use nfc instead of fmc2 where re...Christophe Kerello1-132/+131