summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-06-19mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabledYangbo Lu1-0/+29
2019-06-12Merge tag 'u-boot-amlogic-20190612' of git://git.denx.de/u-boot-amlogicTom Rini7-28/+231
2019-06-12pinctrl: meson-gxbb: add hdmi related pinsMaxime Jourdan1-0/+19
2019-06-12pinctrl: meson: g12a: add DS bank valueGuillaume La Roque1-10/+10
2019-06-12pinctrl: meson: add support of drive-strength-microampGuillaume La Roque3-14/+74
2019-06-12pinctrl: meson-axg: add support for getting pinmux statusNeil Armstrong1-0/+48
2019-06-12pinctrl: meson-gx: add support for getting pinmux statusNeil Armstrong1-0/+44
2019-06-12pinctrl: meson: add common function to get pins nameNeil Armstrong2-0/+27
2019-06-12pinctrl: meson-gx: fix GPIO_TEST_N and GPIOCLK_ groupsNeil Armstrong2-4/+9
2019-06-12Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-bootTom Rini9-103/+1207
2019-06-11Merge tag 'u-boot-imx-20190612' of git://git.denx.de/u-boot-imxTom Rini13-91/+343
2019-06-11pinctrl: imx: Define imx6_pinctrl_soc_info in .data sectionLukasz Majewski1-1/+1
2019-06-11net: fec_mxc: not access reserved register on i.MX8Peng Fan1-1/+1
2019-06-11serial: mxc: Add iMX6SX compatible stringMarek Vasut1-0/+1
2019-06-11pci: imx: Add DM and DT supportMarek Vasut1-6/+105
2019-06-11pci: imx: Pass driver private data aroundMarek Vasut1-19/+25
2019-06-11pci: imx: Fix potential 64bit memory access clampingMarek Vasut1-9/+11
2019-06-11pci: imx: Factor out hard-coded register base addressesMarek Vasut1-31/+44
2019-06-11imx8: fuse: fix fuse driverMarcel Ziswiler1-2/+0
2019-06-11clk: imx8qm: fix usdhc2 clocksMarcel Ziswiler1-0/+18
2019-06-11spi: imx: work with cs greater 0Heiko Schocher1-22/+52
2019-06-11spi: imx: remove doubled pointer from mxc_spi_probeHeiko Schocher1-4/+3
2019-06-11Revert "drivers/crypto/fsl: assign job-rings to non-TrustZone"Breno Matheus Lima2-11/+0
2019-06-11regulator: bd71837: copy the bd71837 pmic driver from NXP imx u-bootMatti Vaittinen3-0/+97
2019-06-11power: pfuze100: Fix off by one error in voltage table handlingTrent Piepho1-2/+2
2019-06-10Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2-96/+193
2019-06-10spi: mpc8xxx: Convert to DMJagan Teki2-42/+112
2019-06-10spi: mpc8xxx: Use get_timerMario Six1-4/+7
2019-06-10spi: mpc8xxx: Fix if checkMario Six1-1/+1
2019-06-10spi: mpc8xxx: Re-order transfer setupMario Six1-5/+5
2019-06-10spi: mpc8xxx: Document LEN setting betterMario Six1-11/+5
2019-06-10spi: mpc8xxx: Rename variableMario Six1-4/+4
2019-06-10spi: mpc8xxx: Make code more readableMario Six1-8/+19
2019-06-10spi: mpc8xxx: Reduce scope of loop variablesMario Six1-6/+5
2019-06-10spi: mpc8xxx: Simplify logic a bitMario Six1-10/+13
2019-06-10spi: mpc8xxx: Get rid of is_readMario Six1-5/+7
2019-06-10spi: mpc8xxx: Simplify ifMario Six1-7/+5
2019-06-10spi: mpc8xxx: Use IO accessorsMario Six1-19/+19
2019-06-10spi: mpc8xxx: Replace defines with enumsMario Six1-7/+19
2019-06-10spi: mpc8xxx: Fix function names in stringsMario Six1-4/+5
2019-06-10spi: mpc8xxx: Fix space after castMario Six1-3/+3
2019-06-10spi: mpc8xxx: Rename camel-case variablesMario Six1-11/+11
2019-06-10spi: mpc8xxx: Fix commentsMario Six1-8/+14
2019-06-10spi: mpc8xxx: Use short type namesMario Six1-7/+5
2019-06-06net: dwc_eth_qos: add Ethernet stm32mp1 supportChristophe Roullier1-52/+383
2019-06-06stm32mp1: clk: use the correct identifier for ethckPatrick Delaunay1-1/+1
2019-06-06spi: stm32: Add Serial Peripheral Interface driver for STM32MPPatrice Chotard3-0/+624
2019-06-06clk: stm32mp1: Add SPI1 clock entryPatrice Chotard1-0/+7
2019-06-06watchdog: stm32mp: Add watchdog driverPatrice Chotard3-0/+144
2019-06-06watchdog: Kconfig: Sort entry alphabeticallyPatrice Chotard1-48/+49