summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * configs: Don't use SPI_FLASH_BAR as defaultVignesh R2019-02-071-0/+6
| * mtd: spi: Add lightweight SPI flash stack for SPLVignesh R2019-02-075-263/+1116
| * mtd: spi: Remove unused filesVignesh R2019-02-072-1548/+0
| * mtd: spi: Switch to new SPI NOR frameworkVignesh R2019-02-078-282/+91
| * mtd: spi: sf_probe: Add "jedec, spi-nor" compatible stringVignesh R2019-02-071-0/+1
| * mtd: spi: spi-nor-core: Add back U-Boot specific featuresVignesh R2019-02-071-3/+159
| * mtd: spi: spi-nor-core: Add SFDP supportVignesh R2019-02-072-6/+637
| * mtd: spi: spi-nor-core: Add 4 Byte addressing supportVignesh R2019-02-071-0/+141
| * mtd: spi: spi-nor-core: Add SPI MEM supportVignesh R2019-02-071-4/+93
| * mtd: spi: Port SPI NOR framework from LinuxVignesh R2019-02-071-0/+1716
| * spi: Add non DM version of SPI_MEMVignesh R2019-02-073-2/+108
| * spi: spi-mem: Claim SPI bus before spi mem accessVignesh R2019-02-071-5/+8
| * spi: spi-mem: Extend spi_mem_adjust_op_size() to honor max xfer sizeVignesh R2019-02-071-0/+19