aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-13dm: sandbox: Allow selection of sample rate and channelsSimon Glass3-10/+8
2018-12-13dm: sound: max98095: Tidy up error codesSimon Glass1-24/+23
2018-12-13dm: sound: Fix license headersSimon Glass2-9/+3
2018-12-13dm: sound: Complete migration to driver modelSimon Glass18-475/+16
2018-12-13dm: exynos: Drop CONFIG_DM_I2C_COMPATSimon Glass6-6/+0
2018-12-13dm: sandbox: sound: Convert to use driver modelSimon Glass3-11/+55
2018-12-13dm: exynos: sound: Convert to use driver modelSimon Glass15-22/+145
2018-12-13dm: sound: exynos: Add support for max98090Simon Glass4-0/+1049
2018-12-13dm: sound: Move common code out of maxim98095Simon Glass5-135/+204
2018-12-13exynos: Add support for exynos5420 i2s pinmuxSimon Glass3-2/+39
2018-12-13exynos: Add proid_is_exynos542x() for common 542xSimon Glass7-13/+15
2018-12-13dm: sound: Add conversion to driver modelSimon Glass8-17/+320
2018-12-13dm: sound: Start i2c IDs from 0Simon Glass3-6/+4
2018-12-13dm: core: Add a function to read into a unsigned intSimon Glass4-0/+118
2018-12-13dm: sound: Create a uclass for soundSimon Glass10-4/+351
2018-12-13dm: sandbox: Update sound to use two buffersSimon Glass1-25/+63
2018-12-13dm: sound: Create a uclass for i2sSimon Glass9-6/+163
2018-12-13dm: sound: Create a uclass for audio codecsSimon Glass9-1/+182
2018-12-13dm: sound: Rename samsung_i2s_priv to i2s_uc_privSimon Glass3-10/+10
2018-12-13dm: sound: Create an option to use driver model for soundSimon Glass2-0/+7
2018-12-13dm: sound: exynos: Correct codec bus addressesSimon Glass4-12/+11
2018-12-13dm: sound: Fix up header orderingSimon Glass3-28/+27
2018-12-13dm: sound: wm8994: Drop wm8994_i2c_init()Simon Glass1-11/+1
2018-12-13dm: sound: max98095: Drop g_codec_info and g_max98095_infoSimon Glass1-15/+12
2018-12-13dm: sound: wm8994: Drop g_codec_info and g_wm8994_infoSimon Glass1-9/+7
2018-12-13dm: sound: max98095: Drop global i2c-address variableSimon Glass1-4/+4
2018-12-13dm: sound: wm8994: Drop global i2c-address variableSimon Glass1-4/+4
2018-12-13dm: sound: max98095: Split out interface setup codeSimon Glass1-12/+24
2018-12-13dm: sound: wm899c: Split out interface setup codeSimon Glass1-11/+23
2018-12-13dm: sound: wm8994: Create a new common init functionSimon Glass1-23/+33
2018-12-13dm: sound: max98095: Pass private data to internal functionsSimon Glass1-74/+78
2018-12-13dm: sound: wm8994: Pass private data to internal functionsSimon Glass1-142/+154
2018-12-13dm: sound: Drop codec_typeSimon Glass3-33/+0
2018-12-13dm: sound: samsung: Rename i2stx_info to samsung_i2s_privSimon Glass3-12/+12
2018-12-13dm: sound: Drop unused pre-device-tree codeSimon Glass2-12/+0
2018-12-13dm: sound: Rename en_sound_codec to sound_codecSimon Glass1-2/+2
2018-12-13dm: sound: samsung: Make local function staticSimon Glass2-5/+5
2018-12-13snow: Expand U-Boot sizeSimon Glass1-1/+1
2018-12-13sandbox: Increase the pre-relocation memorySimon Glass6-5/+2
2018-12-13Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-0/+7
2018-12-12Merge branch '2018-12-12-master-imports'Tom Rini32-144/+112
2018-12-12am3517_evm: Use ttyS2 instead of ttyO2Adam Ford1-1/+1
2018-12-12firmware: psci: introduce SPL_ARM_PSCI_FWPeng Fan2-1/+5
2018-12-12test: overlay: NULL passed as fdtHeinrich Schuchardt1-19/+9
2018-12-12ARM: omap3logic: Remove legacy USB code in favor of DM_USBAdam Ford1-61/+0
2018-12-12ARM: omap3_logic/omap35_logic: Move to DM_USBAdam Ford4-36/+16
2018-12-12arm: am335x-pdu001: Move from embedded to separate DTBFelix Brack2-1/+2
2018-12-12spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori7-8/+7
2018-12-12defconfigs: am335x_hs_evm: Sync HS and non-HS defconfigsAndrew F. Davis2-7/+14
2018-12-12fdt: Add warning about CONFIG_OF_EMBEDSimon Glass1-0/+8