summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-12-14dm: sound: Use the correct number of channels for soundSimon Glass2-5/+8
2018-12-14dm: sandbox: Allow selection of sample rate and channelsSimon Glass1-1/+1
2018-12-14dm: sound: max98095: Tidy up error codesSimon Glass1-24/+23
2018-12-14dm: sound: Fix license headersSimon Glass2-9/+3
2018-12-14dm: sound: Complete migration to driver modelSimon Glass6-410/+4
2018-12-14dm: exynos: sound: Convert to use driver modelSimon Glass1-0/+3
2018-12-14dm: sound: exynos: Add support for max98090Simon Glass4-0/+1049
2018-12-14dm: sound: Move common code out of maxim98095Simon Glass5-135/+204
2018-12-14dm: sound: Add conversion to driver modelSimon Glass6-17/+318
2018-12-14dm: sound: Start i2c IDs from 0Simon Glass3-6/+4
2018-12-14dm: core: Add a function to read into a unsigned intSimon Glass1-0/+23
2018-12-14dm: sound: Create a uclass for soundSimon Glass3-0/+195
2018-12-14dm: sound: Create a uclass for i2sSimon Glass3-1/+85
2018-12-14dm: sound: Create a uclass for audio codecsSimon Glass3-0/+82
2018-12-14dm: sound: Rename samsung_i2s_priv to i2s_uc_privSimon Glass2-7/+7
2018-12-14dm: sound: Create an option to use driver model for soundSimon Glass1-0/+6
2018-12-14dm: sound: exynos: Correct codec bus addressesSimon Glass1-2/+1
2018-12-14dm: sound: Fix up header orderingSimon Glass3-28/+27
2018-12-14dm: sound: wm8994: Drop wm8994_i2c_init()Simon Glass1-11/+1
2018-12-14dm: sound: max98095: Drop g_codec_info and g_max98095_infoSimon Glass1-15/+12
2018-12-14dm: sound: wm8994: Drop g_codec_info and g_wm8994_infoSimon Glass1-9/+7
2018-12-14dm: sound: max98095: Drop global i2c-address variableSimon Glass1-4/+4
2018-12-14dm: sound: wm8994: Drop global i2c-address variableSimon Glass1-4/+4
2018-12-14dm: sound: max98095: Split out interface setup codeSimon Glass1-12/+24
2018-12-14dm: sound: wm899c: Split out interface setup codeSimon Glass1-11/+23
2018-12-14dm: sound: wm8994: Create a new common init functionSimon Glass1-23/+33
2018-12-14dm: sound: max98095: Pass private data to internal functionsSimon Glass1-74/+78
2018-12-14dm: sound: wm8994: Pass private data to internal functionsSimon Glass1-142/+154
2018-12-14dm: sound: Drop codec_typeSimon Glass2-24/+0
2018-12-14dm: sound: samsung: Rename i2stx_info to samsung_i2s_privSimon Glass2-8/+8
2018-12-14dm: sound: Drop unused pre-device-tree codeSimon Glass2-12/+0
2018-12-14dm: sound: samsung: Make local function staticSimon Glass2-5/+5
2018-12-13Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-0/+7
2018-12-12firmware: psci: introduce SPL_ARM_PSCI_FWPeng Fan2-1/+5
2018-12-12spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori2-2/+2
2018-12-12blk: Rework guard around part_init callTom Rini3-3/+4
2018-12-12i2c: tegra: Fix regression by implementing a dummy probe_chip() callbackJean-Jacques Hiblot1-0/+7
2018-12-11Merge tag 'fsl-qoriq-for-v2019.01-rc2' of git://git.denx.de/u-boot-fsl-qoriqTom Rini7-147/+666
2018-12-10Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchipTom Rini11-6/+555
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini13-164/+688
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini17-186/+684
2018-12-10power: add FAN53555 family supportPhilipp Tomsich6-0/+336
2018-12-10bootcount: add a DM RTC backing store for bootcountPhilipp Tomsich3-0/+110
2018-12-10bootcount: add uclass for bootcountPhilipp Tomsich3-0/+103
2018-12-10rockchip: rk322x: ram: enable DRAM init in SPL instead of TPLKever Yang1-6/+6
2018-12-10drivers: core: nullify gd->dm_root after dm_uninit()Jean-Jacques Hiblot1-0/+1
2018-12-10drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the KconfigJean-Jacques Hiblot1-2/+10
2018-12-10power: make most tps drivers and the twl4030 driver compatible with DM_I2CJean-Jacques Hiblot7-10/+317
2018-12-10i2c: omap24xx_i2c: Use platdata to probe the deviceJean-Jacques Hiblot1-10/+11
2018-12-10i2c: omap24xx_i2c: Move away from SoC specific headers for reg offsetVignesh R1-144/+314