summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* x86: sound: Add sound support for samus (broadwell)Simon Glass2019-02-202-1/+66
* sound: Add a driver for RealTek RT5677Simon Glass2019-02-204-0/+1772
* x86: sound: Add support for broadwell I2SSimon Glass2019-02-203-0/+608
* sound: Add a driver for the i8254 beepSimon Glass2019-02-203-0/+51
* sound: x86: link: Add sound supportSimon Glass2019-02-203-0/+148
* sandbox: sound: Silence sound for testingSimon Glass2019-02-201-3/+22
* sound: Add support for Intel HDASimon Glass2019-02-203-0/+566
* sound: Add uclass operations for beepingSimon Glass2019-02-202-4/+76
* sound: Mark sound_setup() as optionalSimon Glass2019-02-201-1/+1
* pch: Add ioctl supportSimon Glass2019-02-202-0/+27
* sandbox: pch: Add a test for the PCH uclassSimon Glass2019-02-202-0/+70
* x86: sandbox: pch: Add a CONFIG option for PCHSimon Glass2019-02-203-1/+13
* pci: Don't export pci_hose_config_device()Simon Glass2019-02-201-5/+2
* i2c: designware: Add error checking on initSimon Glass2019-02-201-10/+19
* dm: syscon: Don't require a regmap for PCI devicesSimon Glass2019-02-201-0/+4
* dm: scsi: report correct device numberHeinrich Schuchardt2019-02-191-6/+7
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2019-02-184-65/+61
|\
| * ARM: socfpga: stratix10: Return valid error code from FPGA driverAng, Chee Hong2019-02-181-11/+6
| * mmc: dwmmc: Poll for iDMAC TX/RX interruptLey Foon Tan2019-02-181-0/+19
| * arm: socfpga: gen5 enable designware_socfpgaSimon Goldschmidt2019-02-181-0/+1
| * net: designware: socfpga: adapt to Gen5Simon Goldschmidt2019-02-182-54/+35
* | Merge tag 'video-for-2019.04-rc2' of git://git.denx.de/u-boot-videoTom Rini2019-02-162-20/+45
|\ \
| * | video: bmp: Add support for 24bpp BMP files on 16bpp displaysStefan Roese2019-02-151-6/+17
| * | sunxi: display: Implement fallback to ddc probe when hpd failsPriit Laes2019-02-151-7/+21
| * | sunxi: display: Move DDC PLL setup to HDMI initPriit Laes2019-02-151-7/+7
* | | 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
|\ \