aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-11-27spi: mpc8xx: Migrate to DM_SPIChristophe Leroy2-155/+36
2018-11-27spi: Remove unused spi_initJagan Teki12-61/+0
2018-11-27dm: platform_data: spi: s/pl022_spi.h/spi_pl022.hJagan Teki1-1/+1
2018-11-27spi: pl022: Drop unnecessary include filesJagan Teki1-5/+0
2018-11-27spi: pl022: Simplify platdata codeJagan Teki1-28/+20
2018-11-24spi: mtk_qspi: add qspi driver for MT7629 SoCGuochun Mao3-0/+367
2018-11-24spi: Add Amlogic Meson SPI Flash Controller driverNeil Armstrong3-0/+329
2018-11-22mtd: rawnand: pxa3xx: fix 2kiB pages with 8b strength chips layoutMiquel Raynal1-9/+9
2018-11-22mtd: nand: pxa3xx: re-read a page in raw mode on uncorrectable errorMiquel Raynal1-4/+23
2018-11-22mtd: nand: pxa3xx: add raw read supportMiquel Raynal1-6/+92
2018-11-20clk: meson: fix clk81 divider calculationJerome Brunet1-1/+2
2018-11-20dm: adc: add uclass's mask and conversion helpersFabrice Gasnier1-0/+37
2018-11-18gpio: Add MT7621 GPIO supportStefan Roese3-0/+192
2018-11-18wdt: Add MT7621 watchdog driverStefan Roese3-0/+111
2018-11-16misc: fs_loader: Fix compiler warningKeerthy1-1/+1
2018-11-16misc: fs_loader: Use device_get_global_by_ofnode to get to nodeKeerthy1-3/+2
2018-11-16serial: ns16550: add setconfig supportSimon Goldschmidt1-2/+41
2018-11-16ram: Introduce K3 AM654 DDR Sub System driverLokesh Vutla4-0/+2027
2018-11-16i2c: stm32f7: change setup struct to constPatrick Delaunay1-2/+2
2018-11-16i2c: stm32f7: cosmetic: clean the driverPatrick Delaunay1-15/+16
2018-11-16pinctrl: sandbox: Add get_pin_muxing ops supportPatrice Chotard1-0/+18
2018-11-16gpio: stm32f7: Add ops get_functionPatrice Chotard1-0/+20
2018-11-16pinctrl: stm32: Add get_pin_muxing() opsPatrice Chotard1-0/+71
2018-11-16pinctrl: stm32: Add get_pin_name() opsPatrice Chotard1-0/+46
2018-11-16pinctrl: stm32: Add get_pins_count() opsPatrice Chotard1-5/+85
2018-11-16dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard1-0/+13
2018-11-16dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_countPatrice Chotard1-0/+23
2018-11-16dm: pinctrl: Add get_pin_muxing() opsPatrice Chotard1-0/+11
2018-11-16w1-eeprom: Add support for Maxim DS2502 add only memoryMartin Fuzzey3-0/+258
2018-11-16mtd: nand: lpc32xx slc: disable DMA support in SPL buildsVladimir Zapolskiy1-46/+32
2018-11-16mtd: nand: lpc32xx mlc: predefine number of NAND chips to supportVladimir Zapolskiy1-0/+4
2018-11-16gpio: pca953x: Clear the polarity invert register at initYe Li1-0/+28
2018-11-16clk: Allow clock defaults to be set also during re-reloc stateAndreas Dannenberg1-4/+0
2018-11-16serial: bcm6858: add serial supportPhilippe Reynes3-0/+307
2018-11-16arm: at91: wdt: Convert watchdog driver to dm/dtPrasanthi Chellakumar3-25/+91
2018-11-16Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dmTom Rini107-220/+5169
2018-11-14Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini3-14/+45
2018-11-14watchdog: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0
2018-11-14video: simplefb: Remove DM_FLAG_PRE_RELOC flagBin Meng1-1/+0
2018-11-14sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0