summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dm: sound: exynos: Add support for max98090Simon Glass2018-12-134-0/+1049
* dm: sound: Move common code out of maxim98095Simon Glass2018-12-135-135/+204
* dm: sound: Add conversion to driver modelSimon Glass2018-12-136-17/+318
* dm: sound: Start i2c IDs from 0Simon Glass2018-12-133-6/+4
* dm: core: Add a function to read into a unsigned intSimon Glass2018-12-131-0/+23
* dm: sound: Create a uclass for soundSimon Glass2018-12-133-0/+195
* dm: sound: Create a uclass for i2sSimon Glass2018-12-133-1/+85
* dm: sound: Create a uclass for audio codecsSimon Glass2018-12-133-0/+82
* dm: sound: Rename samsung_i2s_priv to i2s_uc_privSimon Glass2018-12-132-7/+7
* dm: sound: Create an option to use driver model for soundSimon Glass2018-12-131-0/+6
* dm: sound: exynos: Correct codec bus addressesSimon Glass2018-12-131-2/+1
* dm: sound: Fix up header orderingSimon Glass2018-12-133-28/+27
* dm: sound: wm8994: Drop wm8994_i2c_init()Simon Glass2018-12-131-11/+1
* dm: sound: max98095: Drop g_codec_info and g_max98095_infoSimon Glass2018-12-131-15/+12
* dm: sound: wm8994: Drop g_codec_info and g_wm8994_infoSimon Glass2018-12-131-9/+7
* dm: sound: max98095: Drop global i2c-address variableSimon Glass2018-12-131-4/+4
* dm: sound: wm8994: Drop global i2c-address variableSimon Glass2018-12-131-4/+4
* dm: sound: max98095: Split out interface setup codeSimon Glass2018-12-131-12/+24
* dm: sound: wm899c: Split out interface setup codeSimon Glass2018-12-131-11/+23
* dm: sound: wm8994: Create a new common init functionSimon Glass2018-12-131-23/+33
* dm: sound: max98095: Pass private data to internal functionsSimon Glass2018-12-131-74/+78
* dm: sound: wm8994: Pass private data to internal functionsSimon Glass2018-12-131-142/+154
* dm: sound: Drop codec_typeSimon Glass2018-12-132-24/+0
* dm: sound: samsung: Rename i2stx_info to samsung_i2s_privSimon Glass2018-12-132-8/+8
* dm: sound: Drop unused pre-device-tree codeSimon Glass2018-12-132-12/+0
* dm: sound: samsung: Make local function staticSimon Glass2018-12-132-5/+5
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2018-12-131-0/+7
|\
| * i2c: tegra: Fix regression by implementing a dummy probe_chip() callbackJean-Jacques Hiblot2018-12-121-0/+7
* | firmware: psci: introduce SPL_ARM_PSCI_FWPeng Fan2018-12-122-1/+5
* | spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori2018-12-122-2/+2
* | blk: Rework guard around part_init callTom Rini2018-12-123-3/+4
|/
* Merge tag 'fsl-qoriq-for-v2019.01-rc2' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-12-107-147/+666
|\
| * armv8: lx2160a: Add LX2160A SoC SupportPriyanka Jain2018-12-063-1/+110
| * scsi: ceva: add ls2080a soc supportPeng Ma2018-12-061-0/+4
| * scsi: ceva: add ls1088a soc supportPeng Ma2018-12-061-4/+18
| * scsi: ceva: add ls1046a soc supportPeng Ma2018-12-061-0/+3
| * drivers: qe: add TFABOOT supportRajesh Bhagat2018-12-061-3/+79
| * net: fm: add TFABOOT supportRajesh Bhagat2018-12-061-3/+100
| * drivers: ifc: dynamic chipselect mapping supportPankit Garg2018-12-061-136/+352
* | Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchipTom Rini2018-12-1011-6/+555
|\ \
| * | power: add FAN53555 family supportPhilipp Tomsich2018-12-106-0/+336
| * | bootcount: add a DM RTC backing store for bootcountPhilipp Tomsich2018-12-103-0/+110
| * | bootcount: add uclass for bootcountPhilipp Tomsich2018-12-103-0/+103
| * | rockchip: rk322x: ram: enable DRAM init in SPL instead of TPLKever Yang2018-12-101-6/+6
* | | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2018-12-1013-164/+688
|\ \ \
| * | | drivers: core: nullify gd->dm_root after dm_uninit()Jean-Jacques Hiblot2018-12-101-0/+1
| * | | drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the KconfigJean-Jacques Hiblot2018-12-101-2/+10
| * | | power: make most tps drivers and the twl4030 driver compatible with DM_I2CJean-Jacques Hiblot2018-12-107-10/+317
| * | | i2c: omap24xx_i2c: Use platdata to probe the deviceJean-Jacques Hiblot2018-12-101-10/+11
| * | | i2c: omap24xx_i2c: Move away from SoC specific headers for reg offsetVignesh R2018-12-101-144/+314