summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dmTom Rini2019-02-1042-240/+829
|\
| * sound: Allow audio codecs to be used by other SoCsSimon Glass2019-02-096-28/+8
| * sound: i2s: Tidy up a few commentsSimon Glass2019-02-091-10/+1
| * sound: samsung: Fix 'regiter' typoSimon Glass2019-02-091-8/+8
| * misc: Allow child devicesSimon Glass2019-02-091-0/+3
| * buildman: fix typoChris Packham2019-02-091-1/+1
| * of-platdata: improve documentationSimon Goldschmidt2019-02-092-15/+22
| * buildman: Write the environment out to an 'env' fileSimon 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-093-0/+43
| * Revert "power: regulator: Return success on attempt to disable an always-on r...Lokesh Vutla2019-02-091-1/+1
| * fdt: tegra: Drop COMPAT_AMS_AS3722Simon Glass2019-02-092-2/+0
| * fdt: samsung: Drop unused fdt_compat_id valuesSimon Glass2019-02-092-12/+0
| * samsung: mmc: Drop old MMC init codeSimon Glass2019-02-093-90/+0
| * samsung: Drop board_enable_audio_codec()Simon Glass2019-02-091-29/+0
| * spring: Update flashmap detailsSimon Glass2019-02-091-2/+39
| * spring: Update sound to use max98088 codecSimon Glass2019-02-092-18/+19
| * sound: Add a driver for max98088Simon Glass2019-02-095-1/+633
| * exynos: Convert to use CONFIG_BLKSimon Glass2019-02-094-0/+30
| * exynos: Drop duplicate 'model' lineSimon Glass2019-02-092-10/+6
| * Convert CONFIG_BOARD_TYPES to KconfigSimon Glass2019-02-0910-13/+12
* | Merge branch '2019-02-08-master-imports'Tom Rini2019-02-1060-144/+1286
|\ \ | |/ |/|
| * arm: mach-k3: common: Clean up ATF image startup functionAndreas Dannenberg2019-02-091-18/+10
| * bcm968580xref: switch to CONFIG_OF_SEPARATEPhilippe Reynes2019-02-091-1/+0
| * bcm968580: rename to bcm968580xrefPhilippe Reynes2019-02-092-2/+2
| * armv7R: K3: am654: Fix order of debug elements in x509 templateAndrew F. Davis2019-02-091-1/+1
| * am65x_evm: Allow bootm to load larger kernelsAndrew F. Davis2019-02-091-0/+2
| * configs: am65x_evm_r5: Enable GPT supportAndrew F. Davis2019-02-091-0/+1
| * cmd: sata: add null pointer check for devMarcel Ziswiler2019-02-091-0/+4
| * dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler2019-02-092-1/+5
| * bcm963158: enable watchdog and reboot with watchdogPhilippe Reynes2019-02-091-0/+2
| * dt: bcm63158: add watchdogPhilippe Reynes2019-02-091-0/+17
| * watchdog: bcm6345: allow to use this driver on arm bcm63158Philippe Reynes2019-02-091-1/+1
| * bcm963158: add initial supportPhilippe Reynes2019-02-098-0/+196
| * bcm63158: add initial supportPhilippe Reynes2019-02-092-0/+91
| * initcall: Move to inline functionAlexander Graf2019-02-094-45/+35
| * board/BuR/brppt1: drop DM_I2C_COMPATHannes Schmelzer2019-02-097-11/+8
| * 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-092-6/+12
| * dts: stm32mp1: clock tree updatePatrick Delaunay2019-02-092-15/+15
| * clk: stm32mp1: add debug informationPatrick Delaunay2019-02-092-4/+80
| * 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
| * hashtable: fix environment variable corruptionRoman Kapl2019-02-093-3/+136
| * moveconfig: add a second pass for empty #if/#endif blocksChris Packham2019-02-091-2/+25
| * omap3_cairo: remove empty #ifdef/#endif blockChris Packham2019-02-091-10/+0
| * test: provide unit test for memory functionsHeinrich Schuchardt2019-02-097-0/+245