summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| | * net: pcnet: Split common and non-DM functionsMarek Vasut2020-06-291-55/+94
| | * net: pcnet: Wrap name and enetaddr into private dataMarek Vasut2020-06-291-15/+19
| | * net: pcnet: Wrap iobase into private dataMarek Vasut2020-06-291-57/+46
| | * net: pcnet: Pass private data through dev->privMarek Vasut2020-06-291-10/+10
| | * net: pcnet: Wrap devbusfn into private dataMarek Vasut2020-06-291-10/+9
| | * net: pcnet: Drop useless forward declarationsMarek Vasut2020-06-291-6/+0
| | * net: pcnet: Move initialize function at the endMarek Vasut2020-06-291-91/+89
| | * net: pcnet: Move private data allocation to initializeMarek Vasut2020-06-291-13/+14
| | * net: pcnet: Replace memset+malloc with callocMarek Vasut2020-06-291-2/+1
| | * net: pcnet: Simplify private data allocationMarek Vasut2020-06-291-21/+12
| | * net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-06-291-1/+1