aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Merge tag 'for-master-20181206' of git://git.denx.de/u-boot-rockchipTom Rini16-7/+2627
2018-12-06rockchip: rk3399: Add Ficus EE board supportManivannan Sadhasivam3-0/+150
2018-12-06rockchip: rk3399: Add Rock960 CE board supportManivannan Sadhasivam4-0/+1651
2018-12-06rockchip: rk3399: Add common Rock960 family from VamrsManivannan Sadhasivam8-0/+776
2018-12-06arm: dts: rockchip: add some common pin-settings to rk3399Randy Li1-6/+49
2018-12-06usb: dwc2-otg: make regs_phy (in platdata) a uintptr_tPhilipp Tomsich1-1/+1
2018-12-05Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini43-79/+935
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini56-335/+1150
2018-12-06mtd: sf: Make sf_mtd.c more robustBoris Brezillon1-3/+36
2018-12-06mtd: sf: Unregister the MTD device prior to removing the spi_flash objBoris Brezillon1-0/+9
2018-12-06mtd: Don't stop MTD partition creation when it fails on one deviceBoris Brezillon3-28/+82
2018-12-06mtd: Make sure we don't parse MTD partitions belonging to another devBoris Brezillon1-5/+12
2018-12-06mtd: Make sure the name passed in mtdparts fits in mtd_name[]Boris Brezillon1-3/+8
2018-12-06mtd: Be more strict on the "mtdparts=" prefix checkBoris Brezillon1-1/+1
2018-12-06mtd: Use get_mtdids() instead of env_get("mtdids") in mtd_search_alternate_na...Boris Brezillon1-25/+24
2018-12-06mtd: sf: Make sure we don't register the same device twiceBoris Brezillon1-1/+12
2018-12-06mtd: Delete partitions attached to the device when a device is deletedBoris Brezillon2-0/+22
2018-12-06mtd: Parse mtdparts/mtdids again when the MTD list has been updatedBoris Brezillon1-1/+17
2018-12-06mtd: Add a function to report when the MTD dev list has been updatedBoris Brezillon2-1/+16
2018-12-05x86: acpi: Generate SPCR tableAndy Shevchenko2-0/+120
2018-12-05x86: acpi: Add SPCR table descriptionAndy Shevchenko1-0/+49
2018-12-05serial: ns16550: Provide ->getinfo() implementationAndy Shevchenko1-1/+21
2018-12-05Merge git://git.denx.de/u-boot-riscvTom Rini9-21/+75
2018-12-05Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-videoTom Rini9-18/+65
2018-12-05serial: ns16550: Read reg-io-width from device treeAndy Shevchenko2-0/+3
2018-12-05serial: ns16550: Group reg_* members of ns16550_platdataAndy Shevchenko1-1/+1
2018-12-05dm: serial: Introduce ->getinfo() callbackAndy Shevchenko5-0/+90
2018-12-05dm: serial: Add ->getconfig() callbackAndy Shevchenko5-3/+60
2018-12-05power: regulator: denied disable on always-on regulatorPatrick Delaunay1-0/+5
2018-12-05dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas6-2/+160
2018-12-05binman: Add myself as maintainerSimon Glass1-0/+5
2018-12-05dm: (re)sort uclass ids alphabeticallyPhilipp Tomsich1-4/+4
2018-12-05dm: rtc: Fix function name in commentPhilipp Tomsich1-1/+1
2018-12-05buildman/toolchain.py: handle inconsistent tarball namesTrevor Woerner1-2/+3
2018-12-05buildman/toolchain.py: fix toolchain directoryTrevor Woerner1-1/+2
2018-12-05Add inttypes.hSimon Glass1-0/+271
2018-12-05Add UINT32_MAX and UINT64_MAXSimon Glass1-0/+4
2018-12-05time: Update mdelay() to delay in one large chunkSimon Glass1-2/+1
2018-12-05video: backlight: Fix log message in enable_sequence()Simon Glass1-1/+1
2018-12-05input: i8042: Use remove() instead of exported functionsSimon Glass2-30/+20
2018-12-05cros_ec: Adjust to use v1 vboot context onlySimon Glass1-4/+6
2018-12-05cros: Correct a printf() string and commentSimon Glass1-2/+2
2018-12-05tpm: Fix a logging warning in unpack_byte_string()Simon Glass1-1/+1
2018-12-05tpm: Add non-volatile index attributes needed for v2Simon Glass1-0/+33
2018-12-05tpm: Export tpm_clear_and_reenable()Simon Glass1-0/+8
2018-12-05tpm: Remove use of build-time TPM versionsSimon Glass3-11/+29
2018-12-05sandbox: Use 'extras' to specify 'head' filesSimon Glass3-5/+7
2018-12-05sandbox: Zero the ram buffer on startupSimon Glass2-0/+8
2018-12-05sandbox: sysreset: Update to support power-on resetSimon Glass2-3/+9
2018-12-05sandbox: net: Correct name copy in eth_raw_bus_post_bind()Simon Glass1-1/+1