aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-12-05Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini12-25/+165
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini23-182/+1062
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 Brezillon2-28/+80
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 Brezillon1-0/+7
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 Brezillon1-1/+15
2018-12-05serial: ns16550: Provide ->getinfo() implementationAndy Shevchenko1-1/+21
2018-12-05Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-videoTom Rini3-3/+5
2018-12-05serial: ns16550: Read reg-io-width from device treeAndy Shevchenko1-0/+1
2018-12-05dm: serial: Introduce ->getinfo() callbackAndy Shevchenko2-0/+42
2018-12-05dm: serial: Add ->getconfig() callbackAndy Shevchenko2-0/+29
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 Rojas2-0/+30
2018-12-05video: backlight: Fix log message in enable_sequence()Simon Glass1-1/+1
2018-12-05input: i8042: Use remove() instead of exported functionsSimon Glass1-15/+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-05sandbox: sysreset: Update to support power-on resetSimon Glass1-1/+7
2018-12-05sandbox: net: Correct name copy in eth_raw_bus_post_bind()Simon Glass1-1/+1
2018-12-04video: use BMP_ALIGN_CENTER define from splash.hAnatolij Gustschin1-2/+1
2018-12-04mmc: Do not issue CMD 6 on SD 1.00 and SD 1.01Marek Vasut1-0/+4
2018-12-03Revert "serial: ns16550: fix debug uart putc called before init"Simon Goldschmidt1-16/+2
2018-12-03Merge tag 'xilinx-for-v2019.01' of git://git.denx.de/u-boot-microblazeTom Rini2-10/+81
2018-12-03Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2-16/+85
2018-12-03Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini6-81/+233
2018-12-03video: Allow driver to specify the line lengthSimon Glass2-1/+4
2018-12-03spi, mpc8xx: migrate to DM_SPIChristophe Leroy1-149/+30
2018-12-03drivers: serial: get rid of non DM mpc8xx driverChristophe Leroy2-85/+14
2018-12-03drivers: serial: migrate mpc8xx to DMChristophe Leroy1-3/+74
2018-12-03drivers: watchdog: add a DM driver for the MPC8xx watchdogChristophe Leroy2-0/+58
2018-12-03rtc: m41t62: Convert the RTC driver to support the driver model (DM)Lukasz Majewski1-0/+77
2018-12-03rtc: m41t62: Extract common RTC handling code to facilitate DM conversionLukasz Majewski1-12/+20
2018-12-03rtc: m41t62: Break i2c_write() arguments to fix checkpatch warningLukasz Majewski1-1/+2
2018-12-03Kconfig: Migrate CONFIG_RTC_M41T62 define to KconfigLukasz Majewski1-0/+6
2018-12-03net: zynq_gem: Add check for 64-bit dma support by hardwareSiva Durga Prasad Paladugu1-1/+23
2018-12-03net: zynq_gem: Added 64-bit addressing supportVipul Kumar1-9/+54
2018-12-03ARM: meson: Add regmap support for clock driverLoic Devulder1-29/+30
2018-12-03mmc: tmio: sdhi: Add HS400 supportMarek Vasut2-8/+96
2018-12-03mmc: tmio: sdhi: Move tap_pos to private dataMarek Vasut2-3/+5
2018-12-03mmc: tmio: sdhi: Filter out HS400 on certain SoCsMarek Vasut1-0/+20
2018-12-03mmc: tmio: Reorder TMIO clock handlingMarek Vasut1-51/+54
2018-12-03mmc: tmio: Keep generating clock when clock are enabledMarek Vasut1-2/+8
2018-12-03mmc: tmio: Do not set divider to 1 in DDR modeMarek Vasut1-0/+4