summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | mv_ddr: ddr3: Use correct bitmask for read sample delayChris Packham2020-07-091-1/+1
|/
* spl: fit: nand: fix fit loading in case of bad blocksDario Binacchi2020-07-081-0/+28
* tpm: add #ifndef to fix redeclaration build errorsJohannes Holland2020-07-081-0/+2
* tpm2: tis_spi: add linux compatible fallback stringBruno Thomsen2020-07-081-1/+1
* sata_sil: Enable DM_PCI operationAndre Przywara2020-07-072-2/+15
* net: smc911x: Properly handle EEPROM MAC addressAndre Przywara2020-07-071-24/+36
* gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher2020-07-072-0/+66
* net: designware: s700: Add glue code for S700 macAmit Singh Tomar2020-07-073-0/+75
* net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx t...Amit Singh Tomar2020-07-072-0/+44
* net: phy: realtek: Add support for RTL8201F PHY module.Amit Singh Tomar2020-07-071-0/+20
* clk: actions: Add Ethernet clocksAmit Singh Tomar2020-07-072-2/+9
* cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie2020-07-071-1/+54
* ram: stm32mp1: add size and addr parameter to test allPatrick Delaunay2020-07-071-3/+44
* ram: stm32mp1: use the DDR size by default in the test addressBusPatrick Delaunay2020-07-071-1/+2
* ram: stm32mp1: add parameter addr in test FrequencySelectivePatternPatrick Delaunay2020-07-071-6/+7
* ram: stm32mp1: protect minimum value in get_bufsizePatrick Delaunay2020-07-071-18/+19
* power: regulator: stm32: vrefbuf: fix a possible overshoot when re-enablingFabrice Gasnier2020-07-071-2/+14
* pinctrl: stm32: add information on pin configurationPatrick Delaunay2020-07-071-3/+24
* pinctrl: stmfx: add information on pin configurationPatrick Delaunay2020-07-071-1/+31
* gpio: stmfx: add ops get_dir_flagsPatrick Delaunay2020-07-071-0/+50
* gpio: stmfx: add ops set_dir_flagPatrick Delaunay2020-07-071-0/+37
* gpio: stmfx: add function stmfx_read_reg and stmfx_write_regPatrick Delaunay2020-07-071-42/+26
* gpio: stmfx: rename function used to change pin configurationPatrick Delaunay2020-07-071-10/+8
* gpio: stmfx: move function to prepare new ops introductionPatrick Delaunay2020-07-071-30/+30
* gpio: stm32: add ops get_dir_flagsPatrick Delaunay2020-07-071-0/+59
* gpio: stm32: add ops set_dir_flagsPatrick Delaunay2020-07-071-14/+76
* arm: stm32mp: add weak function to save vddcorePatrick Delaunay2020-07-071-0/+5
* stm32mp1: clk: configure pll1 with OPPPatrick Delaunay2020-07-071-28/+262
* net: dwc_eth_qos: update the compatible supported for STM32Patrick Delaunay2020-07-071-1/+1
* video: restore CONFIG_VIDCONSOLE_AS_LCD as booleanPatrick Delaunay2020-07-061-1/+11
* Merge branch 'next'Tom Rini2020-07-0678-1359/+4085
|\
| * Merge branch '2020-07-01-kconfig-etc-updates' into nextTom Rini2020-07-051-3/+2
| |\
| | * pci: rockchip: Mark inline functions as static inlineTom Rini2020-07-011-3/+2
| * | riscv: cpu: check and append L1 cache to cpu featuresSagar Shrikant Kadam2020-07-011-0/+12
| * | riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bitSagar Shrikant Kadam2020-07-011-4/+1
| * | uclass: cpu: fix to display proper CPU featuresSagar Shrikant Kadam2020-07-011-0/+3
| * | riscv: Enable cpu clock if it is presentSean Anderson2020-07-011-0/+20
| * | riscv: Try to get cpu frequency from a "clocks" node if it existsSean Anderson2020-07-011-1/+18
| * | reset: Add generic reset driverSean Anderson2020-07-013-0/+87
| * | dm: Fix error handling for dev_read_addr_ptrSean Anderson2020-07-014-4/+4
| * | dm: Add support for simple-pm-busSean Anderson2020-07-013-0/+64
| * | clk: Add K210 clock supportSean Anderson2020-07-013-2/+665
| * | clk: Add a bypass clock for K210Sean Anderson2020-07-012-1/+271
| * | clk: Add K210 pll supportSean Anderson2020-07-015-0/+616
| * | clk: Fix clk_get_by_* handling of indexSean Anderson2020-07-011-4/+4
| * | clk: Check that ops of composite clock components exist before callingSean Anderson2020-07-011-22/+35
| * | clk: Always use the supplied struct clkSean Anderson2020-07-016-20/+18
| |/
| * Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-06-3013-57/+92
| |\
| | * net: pcnet: Add Kconfig entriesMarek Vasut2020-06-291-0/+6
| | * net: pcnet: Add DM supportMarek Vasut2020-06-291-1/+126