summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-07-2744-201/+2987
|\
| * serial: mxc: Add compatibles to NXP's serial driver (for imx21 and imx53)Lukasz Majewski2019-07-191-0/+2
| * IMX: serial: dm: Set DM_FLAG_PRE_RELOC in the IMX uart driverLukasz Majewski2019-07-191-2/+0
| * watchdog: imx: Add DM supportMarek Vasut2019-07-192-17/+104
| * watchdog: Split WDT from SPL_WDTMarek Vasut2019-07-192-1/+8
| * gpio: Add missing parenthesis to the GPIO_TO_PORT defineLukasz Majewski2019-07-191-1/+1
| * pwm: imx: add DM_PWM supportHeiko Schocher2019-07-191-9/+101
| * pwm: imx: add Kconfig supportHeiko Schocher2019-07-191-0/+5
| * regulator: bd718x7: support ROHM BD71837 and BD71847 PMICsMatti Vaittinen2019-07-194-5/+513
| * thermal: add i.MX8 thermal driverPeng Fan2019-07-193-0/+213
| * misc: imx8: add sc_misc_get_tempPeng Fan2019-07-191-0/+28
| * spi: mxs: Add support DM/DTS for i.MX28 mxs SPI driver (DM_SPI conversion)Lukasz Majewski2019-07-191-83/+317
| * pinctrl: mxs: Add support for i.MX2[38] mxs pinctrl driverLukasz Majewski2019-07-194-0/+262
| * gpio: mxs: Add support for DM/DTS in the mxs_gpio.c driver (DM_GPIO)Lukasz Majewski2019-07-191-0/+148
| * net: fec: Enable support for i.MX28 DM_ETH in the fec_mxc.c driverLukasz Majewski2019-07-192-1/+2
| * i.MX6: nand: add nandbcb command for imxShyam Saini2019-07-194-76/+3
| * clk: sandbox: Add sandbox test code for Common Clock Framework [CCF]Lukasz Majewski2019-07-193-1/+195
| * clk: sandbox: Adjust clk-mux.c to emulate reading divider value from HWLukasz Majewski2019-07-191-1/+9
| * clk: sandbox: Adjust clk-divider to emulate reading its value from HWLukasz Majewski2019-07-191-1/+9
| * dm: clk: Extend clk_get_parent_rate() to support CLK_GET_RATE_NOCACHE flagLukasz Majewski2019-07-191-2/+2
| * clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: v5.1.12)Lukasz Majewski2019-07-1913-0/+1005
| * dm: clk: Define clk_get_by_id() for clk operationsLukasz Majewski2019-07-191-0/+22
| * dm: clk: Define clk_get_parent_rate() for clk operationsLukasz Majewski2019-07-191-0/+22
| * dm: clk: Define clk_get_parent() for clk operationsLukasz Majewski2019-07-191-0/+16
| * clk: Provide struct clk for fixed rate clock (clk_fixed_rate.c)Lukasz Majewski2019-07-191-0/+5
| * clk: Remove clock ID check in .get_rate() of clk_fixed_*Lukasz Majewski2019-07-192-6/+0
* | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2019-07-279-382/+723
|\ \
| * | spi: Drop obsolete mtk_qspi driver referencesWeijie Gao2019-07-253-368/+0
| * | spi: add spi-mem driver for MediaTek MT7629 SoCWeijie Gao2019-07-253-0/+328
| * | mtd: spi: Add micron mt35xu512aba and mt35xu02g flash IDAshish Kumar2019-07-221-0/+2
| * | mtd: spi: Add flash property for Micron mt25qu512aAshish Kumar2019-07-181-0/+2
| * | spi: Add SiFive SPI driverBhargav Shah2019-07-183-0/+379
| * | mmc: mmc_spi: Use SPI_XFER_BEGIN and SPI_XFER_END flagsAnup Patel2019-07-181-1/+3
| * | drivers/spi: fsl_qspi: improve timeout calculationThomas Schaefer2019-07-181-11/+6
| * | drivers/spi: fsl_qspi: fix read timeoutThomas Schaefer2019-07-181-5/+4
| * | spi: spi-mem: Fix read data size issueYe Li2019-07-181-3/+5
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-netWIP/25Jul2019Tom Rini2019-07-2511-346/+1897
|\ \ \
| * | | net: sun8i_emac: Test the correct phyEmmanuel Vadot2019-07-251-8/+21
| * | | net: davinci_emac: convert to using the driver modelBartosz Golaszewski2019-07-251-35/+42
| * | | net: macb: Fix check for little-endian system in gmac_configure_dma()Anup Patel2019-07-251-4/+7
| * | | net: macb: Extend MACB driver for SiFive Unleashed boardAnup Patel2019-07-251-17/+56
| * | | net: tsec: Change compatible strings to match LinuxVladimir Oltean2019-07-251-1/+1
| * | | net: tsec: Common handling of MAC station address for DM_ETHVladimir Oltean2019-07-251-9/+2
| * | | net: tsec: Make errors visibleVladimir Oltean2019-07-251-4/+4
| * | | net: tsec: Reverse Christmas tree notationVladimir Oltean2019-07-251-5/+5
| * | | net: tsec: Fix offset of MDIO registers for DM_ETHVladimir Oltean2019-07-251-6/+7
| * | | net: tsec: Refactor the readout of the tbi-handle propertyVladimir Oltean2019-07-251-8/+7
| * | | net/macb: increase RX buffer size for GEMRamon Fried2019-07-251-8/+23
| * | | net: macb: apply sane DMA configurationRamon Fried2019-07-251-0/+28
| * | | net: macb: add dma_burst_length configRamon Fried2019-07-251-1/+21