summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* serial: omap: Add code for early debuggingFelix Brack2018-12-071-1/+41
* pinctrl: stm32: Update stm32_pinctrl_get_gpio_dev()Patrice Chotard2018-12-071-18/+24
* gpio: stm32f7: Remove CONFIG_CLK flag.Patrice Chotard2018-12-071-3/+1
* gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.hPatrice Chotard2018-12-071-1/+0
* gpio: stm32f7: Add gpio bank holes managementPatrice Chotard2018-12-071-14/+85
* pinctrl: stm32: Move gpio_dev list filling outside probe()Patrice Chotard2018-12-071-25/+38
* serial: bcm6858: remove driver and switch to bcm6345Álvaro Fernández Rojas2018-12-073-308/+1
* serial: bcm6345: switch to raw I/O functionsÁlvaro Fernández Rojas2018-12-071-50/+49
* test: dma: add dma-uclass testGrygorii Strashko2018-12-073-0/+290
* dma: add channels supportÁlvaro Fernández Rojas2018-12-072-4/+184
* dma: move dma_ops to dma-uclass.hÁlvaro Fernández Rojas2018-12-072-2/+2
* pinctrl: stm32: make pinctrl use hwspinlockBenjamin Gaignard2018-12-061-4/+23
* hwspinlock: add stm32 hardware spinlock supportBenjamin Gaignard2018-12-063-0/+101
* clk: stm32: add hardware spinlock clockBenjamin Gaignard2018-12-061-0/+3
* dm: Add Hardware Spinlock classBenjamin Gaignard2018-12-066-0/+225
* clk: Allow clock defaults to be set during re-reloc state for SPL onlyPhilipp Tomsich2018-12-061-0/+4
* w1: fix occasional enumeration failureMartin Fuzzey2018-12-061-4/+0
* Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini2018-12-0512-25/+165
|\
| * serial: ns16550: Provide ->getinfo() implementationAndy Shevchenko2018-12-051-1/+21
| * serial: ns16550: Read reg-io-width from device treeAndy Shevchenko2018-12-051-0/+1
| * dm: serial: Introduce ->getinfo() callbackAndy Shevchenko2018-12-052-0/+42
| * dm: serial: Add ->getconfig() callbackAndy Shevchenko2018-12-052-0/+29
| * 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-052-0/+30
| * video: backlight: Fix log message in enable_sequence()Simon Glass2018-12-051-1/+1
| * input: i8042: Use remove() instead of exported functionsSimon Glass2018-12-051-15/+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
| * sandbox: sysreset: Update to support power-on resetSimon Glass2018-12-051-1/+7
| * sandbox: net: Correct name copy in eth_raw_bus_post_bind()Simon Glass2018-12-051-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-12-0523-182/+1062
|\ \
| * | 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-062-28/+80
| * | 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
| * | mtd: sf: Make sure we don't register the same device twiceBoris Brezillon2018-12-061-1/+12
| * | mtd: Delete partitions attached to the device when a device is deletedBoris Brezillon2018-12-061-0/+7
| * | mtd: Parse mtdparts/mtdids again when the MTD list has been updatedBoris Brezillon2018-12-061-1/+17
| * | mtd: Add a function to report when the MTD dev list has been updatedBoris Brezillon2018-12-061-1/+15
| * | spi: mpc8xx: Migrate to DM_SPIChristophe Leroy2018-11-272-155/+36
| * | spi: Remove unused spi_initJagan Teki2018-11-2712-61/+0
| * | dm: platform_data: spi: s/pl022_spi.h/spi_pl022.hJagan Teki2018-11-271-1/+1
| * | spi: pl022: Drop unnecessary include filesJagan Teki2018-11-271-5/+0
| * | spi: pl022: Simplify platdata codeJagan Teki2018-11-271-28/+20
| * | spi: mtk_qspi: add qspi driver for MT7629 SoCGuochun Mao2018-11-243-0/+367
| * | spi: Add Amlogic Meson SPI Flash Controller driverNeil Armstrong2018-11-243-0/+329
| * | mtd: rawnand: pxa3xx: fix 2kiB pages with 8b strength chips layoutMiquel Raynal2018-11-221-9/+9