summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-amlogic-20190612' of git://git.denx.de/u-boot-amlogicTom Rini2019-06-127-28/+231
|\
| * pinctrl: meson-gxbb: add hdmi related pinsMaxime Jourdan2019-06-121-0/+19
| * pinctrl: meson: g12a: add DS bank valueGuillaume La Roque2019-06-121-10/+10
| * pinctrl: meson: add support of drive-strength-microampGuillaume La Roque2019-06-123-14/+74
| * pinctrl: meson-axg: add support for getting pinmux statusNeil Armstrong2019-06-121-0/+48
| * pinctrl: meson-gx: add support for getting pinmux statusNeil Armstrong2019-06-121-0/+44
| * pinctrl: meson: add common function to get pins nameNeil Armstrong2019-06-122-0/+27
| * pinctrl: meson-gx: fix GPIO_TEST_N and GPIOCLK_ groupsNeil Armstrong2019-06-122-4/+9
* | Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-bootTom Rini2019-06-119-103/+1207
|\ \
| * | net: dwc_eth_qos: add Ethernet stm32mp1 supportChristophe Roullier2019-06-061-52/+383
| * | stm32mp1: clk: use the correct identifier for ethckPatrick Delaunay2019-06-061-1/+1
| * | spi: stm32: Add Serial Peripheral Interface driver for STM32MPPatrice Chotard2019-06-063-0/+624
| * | clk: stm32mp1: Add SPI1 clock entryPatrice Chotard2019-06-061-0/+7
| * | watchdog: stm32mp: Add watchdog driverPatrice Chotard2019-06-063-0/+144
| * | watchdog: Kconfig: Sort entry alphabeticallyPatrice Chotard2019-06-061-48/+49
| * | mtd: Fix get_mtdparts()Patrice Chotard2019-06-061-4/+1
* | | Merge tag 'u-boot-imx-20190612' of git://git.denx.de/u-boot-imxTom Rini2019-06-1113-91/+343
|\ \ \ | |_|/ |/| |
| * | pinctrl: imx: Define imx6_pinctrl_soc_info in .data sectionLukasz Majewski2019-06-111-1/+1
| * | net: fec_mxc: not access reserved register on i.MX8Peng Fan2019-06-111-1/+1
| * | serial: mxc: Add iMX6SX compatible stringMarek Vasut2019-06-111-0/+1
| * | pci: imx: Add DM and DT supportMarek Vasut2019-06-111-6/+105
| * | pci: imx: Pass driver private data aroundMarek Vasut2019-06-111-19/+25
| * | pci: imx: Fix potential 64bit memory access clampingMarek Vasut2019-06-111-9/+11
| * | pci: imx: Factor out hard-coded register base addressesMarek Vasut2019-06-111-31/+44
| * | imx8: fuse: fix fuse driverMarcel Ziswiler2019-06-111-2/+0
| * | clk: imx8qm: fix usdhc2 clocksMarcel Ziswiler2019-06-111-0/+18
| * | spi: imx: work with cs greater 0Heiko Schocher2019-06-111-22/+52
| * | spi: imx: remove doubled pointer from mxc_spi_probeHeiko Schocher2019-06-111-4/+3
| * | Revert "drivers/crypto/fsl: assign job-rings to non-TrustZone"Breno Matheus Lima2019-06-112-11/+0
| * | regulator: bd71837: copy the bd71837 pmic driver from NXP imx u-bootMatti Vaittinen2019-06-113-0/+97
| * | power: pfuze100: Fix off by one error in voltage table handlingTrent Piepho2019-06-111-2/+2
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-06-102-96/+193
|\ \
| * | spi: mpc8xxx: Convert to DMJagan Teki2019-06-102-42/+112
| * | spi: mpc8xxx: Use get_timerMario Six2019-06-101-4/+7
| * | spi: mpc8xxx: Fix if checkMario Six2019-06-101-1/+1
| * | spi: mpc8xxx: Re-order transfer setupMario Six2019-06-101-5/+5
| * | spi: mpc8xxx: Document LEN setting betterMario Six2019-06-101-11/+5
| * | spi: mpc8xxx: Rename variableMario Six2019-06-101-4/+4
| * | spi: mpc8xxx: Make code more readableMario Six2019-06-101-8/+19
| * | spi: mpc8xxx: Reduce scope of loop variablesMario Six2019-06-101-6/+5
| * | spi: mpc8xxx: Simplify logic a bitMario Six2019-06-101-10/+13
| * | spi: mpc8xxx: Get rid of is_readMario Six2019-06-101-5/+7
| * | spi: mpc8xxx: Simplify ifMario Six2019-06-101-7/+5
| * | spi: mpc8xxx: Use IO accessorsMario Six2019-06-101-19/+19
| * | spi: mpc8xxx: Replace defines with enumsMario Six2019-06-101-7/+19
| * | spi: mpc8xxx: Fix function names in stringsMario Six2019-06-101-4/+5
| * | spi: mpc8xxx: Fix space after castMario Six2019-06-101-3/+3
| * | spi: mpc8xxx: Rename camel-case variablesMario Six2019-06-101-11/+11
| * | spi: mpc8xxx: Fix commentsMario Six2019-06-101-8/+14
| * | spi: mpc8xxx: Use short type namesMario Six2019-06-101-7/+5