summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-02-164-3/+55
|\ \ \ | |_|/ |/| |
| * | mmc: tmio: sdhi: Configure DT2FF register for HS400 modeMarek Vasut2019-02-161-0/+3
| * | mmc: tmio: Configure HOST_MODE WMODE according to bus widthMarek Vasut2019-02-161-3/+7
| * | mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before bootMarek Vasut2019-02-162-0/+45
* | | Merge tag 'u-boot-imx-2019-02-16' of git://git.denx.de/u-boot-imxTom Rini2019-02-167-18/+32
|\ \ \ | |/ / |/| |
| * | imx: serial_mxc: disable ri and dcd irq in dte modeMax Krummenacher2019-02-151-4/+9
| * | mmc: fsl_esdhc: Fix DM_REGULATOR ifdefs for SPL buildsAbel Vesa2019-02-151-4/+4
| * | usb: ehci-mx6: Make regulator DM_REGULATOR dependentAbel Vesa2019-02-151-1/+6
| * | net: mv88e61xx: fix autonegotiation on portsTim Harvey2019-02-151-4/+4
| * | MTD: nand: mxs_nand: Allow driver to auto setup ECC in SPLAdam Ford2019-02-151-3/+0
| * | net: dm: fec: Fix regulator enable when using DM_REGULATORAdam Ford2019-02-151-1/+1
| * | MTD: NAND: mxs_nand_init_dma: Make mxs_nand_init_dma staticAdam Ford2019-02-151-1/+1
| * | MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECCAdam Ford2019-02-152-0/+7
| |/
* | xilinx: common: Remove !DM_i2C code for reading mac from eepromMichal Simek2019-02-141-0/+1
* | i2c: Remove ancient zynq_i2c driverMichal Simek2019-02-143-347/+0
* | spi: zynqmp_gqspi: Enable versal compatible stringMichal Simek2019-02-141-0/+1
|/
* x86: tsc: Add support for native calibration of TSC freqBernhard Messerklinger2019-02-121-0/+55
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2019-02-114-6/+103
|\
| * i2c: mux: Generate longer i2c mux nameMichal Simek2019-02-111-3/+26
| * i2c: Fill req_seq in i2c_post_bind()Michal Simek2019-02-111-3/+25
| * i2c: dm: Record maximum id of devices before probing devicesMichal Simek2019-02-111-0/+26
| * dm: core: Introduce dev_read_alias_highest_id()Michal Simek2019-02-081-0/+8
| * dm: core: Add of_alias_get_highest_id()Michal Simek2019-02-081-0/+18
* | pcie: designware: mvebu: fix reset release polarityBaruch Siach2019-02-111-1/+3
* | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-02-105-13/+38
|\ \
| * | mmc: Do not poll using CMD13 when changing timingMarek Vasut2019-02-091-8/+20
| * | mmc: tmio: renesas: Add 1uS delay after DMA completion on older IPsMarek Vasut2019-02-091-0/+3
| * | mmc: tmio: Make DMA transfer end bit configurableMarek Vasut2019-02-094-5/+15
| |/
* | Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dmTom Rini2019-02-1013-88/+664
|\ \
| * | sound: Allow audio codecs to be used by other SoCsSimon Glass2019-02-096-28/+8
| * | sound: samsung: Fix 'regiter' typoSimon Glass2019-02-091-8/+8
| * | misc: Allow child devicesSimon Glass2019-02-091-0/+3
| * | mmc: omap_hsmmc: Use regulator_set_enable_if_allowed for enabling regulatorLokesh Vutla2019-02-091-8/+8
| * | power: regulator: Introduce regulator_set_enable_if_allowed apiLokesh Vutla2019-02-091-0/+11
| * | Revert "power: regulator: Return success on attempt to disable an always-on r...Lokesh Vutla2019-02-091-1/+1
| * | samsung: mmc: Drop old MMC init codeSimon Glass2019-02-091-50/+0
| * | sound: Add a driver for max98088Simon Glass2019-02-095-1/+633
| |/
* | dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler2019-02-091-1/+1
* | watchdog: bcm6345: allow to use this driver on arm bcm63158Philippe Reynes2019-02-091-1/+1
* | mmc: omap_hsmmc: Workaround errata regarding SDR104/HS200 tuning failures (i929)Faiz Abbas2019-02-091-1/+91
* | clk: stm32mp1: correctly handle Clock Spreading GeneratorPatrick Delaunay2019-02-091-1/+7
* | clk: stm32mp1: add debug informationPatrick Delaunay2019-02-091-4/+79
* | clk: stm32mp1: recalculate counter when switching freqPatrick Delaunay2019-02-091-2/+7
* | clk: stm32mp1: correct access to RCC_OCENSETR/RCC_OCENCLRRPatrick Delaunay2019-02-091-8/+5
* | clk: stm32mp1: add IPCC clockPatrick Delaunay2019-02-091-0/+1
* | clk: stm32mp1: no more get ck_usbo_48m in device treePatrick Delaunay2019-02-091-3/+3
* | drivers: serial: dm: Enable DM_FLAG_PRE_RELOC in SBSA pl011 uart driverVabhav Sharma2019-02-091-2/+0
* | watchdog: bcm6345: allow to use this driver on arm bcm6858Philippe Reynes2019-02-091-1/+1
* | watchdog: bcm6345: switch to raw I/O functionsPhilippe Reynes2019-02-091-5/+5
|/
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-02-0716-1792/+3765
|\