summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ARM: rcar_gen3: fix protection area access errorTakeshi Kihara2018-12-071-2/+10
* ARM: rcar_gen3: fix protection area access error at Cortex-A53Hiroyuki Yokoyama2018-12-071-1/+7
* rockchip: rk3399: Add MAINTAINERS entryTom Rini2018-12-061-0/+5
* Merge tag 'for-master-20181206' of git://git.denx.de/u-boot-rockchipTom Rini2018-12-0616-7/+2627
|\
| * rockchip: rk3399: Add Ficus EE board supportManivannan Sadhasivam2018-12-063-0/+150
| * rockchip: rk3399: Add Rock960 CE board supportManivannan Sadhasivam2018-12-064-0/+1651
| * rockchip: rk3399: Add common Rock960 family from VamrsManivannan Sadhasivam2018-12-068-0/+776
| * arm: dts: rockchip: add some common pin-settings to rk3399Randy Li2018-12-061-6/+49
| * usb: dwc2-otg: make regs_phy (in platdata) a uintptr_tPhilipp Tomsich2018-12-061-1/+1
|/
* Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini2018-12-0543-79/+935
|\
| * x86: acpi: Generate SPCR tableAndy Shevchenko2018-12-052-0/+120
| * x86: acpi: Add SPCR table descriptionAndy Shevchenko2018-12-051-0/+49
| * serial: ns16550: Provide ->getinfo() implementationAndy Shevchenko2018-12-051-1/+21
| * serial: ns16550: Read reg-io-width from device treeAndy Shevchenko2018-12-052-0/+3
| * serial: ns16550: Group reg_* members of ns16550_platdataAndy Shevchenko2018-12-051-1/+1
| * dm: serial: Introduce ->getinfo() callbackAndy Shevchenko2018-12-055-0/+90
| * dm: serial: Add ->getconfig() callbackAndy Shevchenko2018-12-055-3/+60
| * power: regulator: denied disable on always-on regulatorPatrick Delaunay2018-12-051-0/+5
| * dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas2018-12-056-2/+160
| * binman: Add myself as maintainerSimon Glass2018-12-051-0/+5
| * dm: (re)sort uclass ids alphabeticallyPhilipp Tomsich2018-12-051-4/+4
| * dm: rtc: Fix function name in commentPhilipp Tomsich2018-12-051-1/+1
| * buildman/toolchain.py: handle inconsistent tarball namesTrevor Woerner2018-12-051-2/+3
| * buildman/toolchain.py: fix toolchain directoryTrevor Woerner2018-12-051-1/+2
| * Add inttypes.hSimon Glass2018-12-051-0/+271
| * Add UINT32_MAX and UINT64_MAXSimon Glass2018-12-051-0/+4
| * time: Update mdelay() to delay in one large chunkSimon Glass2018-12-051-2/+1
| * video: backlight: Fix log message in enable_sequence()Simon Glass2018-12-051-1/+1
| * input: i8042: Use remove() instead of exported functionsSimon Glass2018-12-052-30/+20
| * cros_ec: Adjust to use v1 vboot context onlySimon Glass2018-12-051-4/+6
| * cros: Correct a printf() string and commentSimon Glass2018-12-051-2/+2
| * tpm: Fix a logging warning in unpack_byte_string()Simon Glass2018-12-051-1/+1
| * tpm: Add non-volatile index attributes needed for v2Simon Glass2018-12-051-0/+33
| * tpm: Export tpm_clear_and_reenable()Simon Glass2018-12-051-0/+8
| * tpm: Remove use of build-time TPM versionsSimon Glass2018-12-053-11/+29
| * sandbox: Use 'extras' to specify 'head' filesSimon Glass2018-12-053-5/+7
| * sandbox: Zero the ram buffer on startupSimon Glass2018-12-052-0/+8
| * sandbox: sysreset: Update to support power-on resetSimon Glass2018-12-052-3/+9
| * sandbox: net: Correct name copy in eth_raw_bus_post_bind()Simon Glass2018-12-051-1/+1
| * sandbox: physmem: Use mapping to support sandboxSimon Glass2018-12-051-1/+3
| * sandbox: Check the filename in jump_to_image_no_args()Simon Glass2018-12-051-2/+6
| * sandbox: Fix up the debug message for the image filenameSimon Glass2018-12-051-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-12-0556-335/+1150
|\ \
| * | mtd: sf: Make sf_mtd.c more robustBoris Brezillon2018-12-061-3/+36
| * | mtd: sf: Unregister the MTD device prior to removing the spi_flash objBoris Brezillon2018-12-061-0/+9
| * | mtd: Don't stop MTD partition creation when it fails on one deviceBoris Brezillon2018-12-063-28/+82
| * | mtd: Make sure we don't parse MTD partitions belonging to another devBoris Brezillon2018-12-061-5/+12
| * | mtd: Make sure the name passed in mtdparts fits in mtd_name[]Boris Brezillon2018-12-061-3/+8
| * | mtd: Be more strict on the "mtdparts=" prefix checkBoris Brezillon2018-12-061-1/+1
| * | mtd: Use get_mtdids() instead of env_get("mtdids") in mtd_search_alternate_na...Boris Brezillon2018-12-061-25/+24