summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-06-11Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-bootTom Rini
2019-06-11Merge tag 'u-boot-imx-20190612' of git://git.denx.de/u-boot-imxTom Rini
2019-06-11pinctrl: imx: Define imx6_pinctrl_soc_info in .data sectionLukasz Majewski
2019-06-11net: fec_mxc: not access reserved register on i.MX8Peng Fan
2019-06-11serial: mxc: Add iMX6SX compatible stringMarek Vasut
2019-06-11pci: imx: Add DM and DT supportMarek Vasut
2019-06-11pci: imx: Pass driver private data aroundMarek Vasut
2019-06-11pci: imx: Fix potential 64bit memory access clampingMarek Vasut
2019-06-11pci: imx: Factor out hard-coded register base addressesMarek Vasut
2019-06-11imx8: fuse: fix fuse driverMarcel Ziswiler
2019-06-11clk: imx8qm: fix usdhc2 clocksMarcel Ziswiler
2019-06-11spi: imx: work with cs greater 0Heiko Schocher
2019-06-11spi: imx: remove doubled pointer from mxc_spi_probeHeiko Schocher
2019-06-11Revert "drivers/crypto/fsl: assign job-rings to non-TrustZone"Breno Matheus Lima
2019-06-11regulator: bd71837: copy the bd71837 pmic driver from NXP imx u-bootMatti Vaittinen
2019-06-11power: pfuze100: Fix off by one error in voltage table handlingTrent Piepho
2019-06-10Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2019-06-10spi: mpc8xxx: Convert to DMJagan Teki
2019-06-10spi: mpc8xxx: Use get_timerMario Six
2019-06-10spi: mpc8xxx: Fix if checkMario Six
2019-06-10spi: mpc8xxx: Re-order transfer setupMario Six
2019-06-10spi: mpc8xxx: Document LEN setting betterMario Six
2019-06-10spi: mpc8xxx: Rename variableMario Six
2019-06-10spi: mpc8xxx: Make code more readableMario Six
2019-06-10spi: mpc8xxx: Reduce scope of loop variablesMario Six
2019-06-10spi: mpc8xxx: Simplify logic a bitMario Six
2019-06-10spi: mpc8xxx: Get rid of is_readMario Six
2019-06-10spi: mpc8xxx: Simplify ifMario Six
2019-06-10spi: mpc8xxx: Use IO accessorsMario Six
2019-06-10spi: mpc8xxx: Replace defines with enumsMario Six
2019-06-10spi: mpc8xxx: Fix function names in stringsMario Six
2019-06-10spi: mpc8xxx: Fix space after castMario Six
2019-06-10spi: mpc8xxx: Rename camel-case variablesMario Six
2019-06-10spi: mpc8xxx: Fix commentsMario Six
2019-06-10spi: mpc8xxx: Use short type namesMario Six
2019-06-06net: dwc_eth_qos: add Ethernet stm32mp1 supportChristophe Roullier
2019-06-06stm32mp1: clk: use the correct identifier for ethckPatrick Delaunay
2019-06-06spi: stm32: Add Serial Peripheral Interface driver for STM32MPPatrice Chotard
2019-06-06clk: stm32mp1: Add SPI1 clock entryPatrice Chotard
2019-06-06watchdog: stm32mp: Add watchdog driverPatrice Chotard
2019-06-06watchdog: Kconfig: Sort entry alphabeticallyPatrice Chotard
2019-06-06mtd: Fix get_mtdparts()Patrice Chotard
2019-06-05video: meson: hdmi-supply regulator should be optionalMaxime Jourdan
2019-06-04video: mxsfb: add DM_VIDEO supportIgor Opaniuk
2019-06-04video: mxsfb: refactor video_hw_init()Igor Opaniuk
2019-06-04video: mxsfb: reorder includesIgor Opaniuk
2019-06-04video: mxsfb: change mxs_lcd_init signatureIgor Opaniuk
2019-06-02Merge tag 'efi-2019-07-rc4' of git://git.denx.de/u-boot-efiTom Rini
2019-06-01dm: net: macb: Implement link speed change callbackBin Meng
2019-06-01dm: net: macb: Update macb_linkspd_cb() signatureBin Meng