aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-12-08lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich2-2/+2
2018-12-07Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2-11/+98
2018-12-07Merge tag 'u-boot-amlogic-20181207' of git://git.denx.de/u-boot-amlogicTom Rini2-13/+13
2018-12-07power: axp209: Limit inrush current for broken boardsOlliver Schinagl2-0/+32
2018-12-07power: axp209: Add support for voltage rate control on LDO3Olliver Schinagl2-0/+58
2018-12-07power: axp209: Reduce magic values by adding defines for LDO[234]Olliver Schinagl1-7/+7
2018-12-07power: axp209: Define the chip version maskOlliver Schinagl1-4/+1
2018-12-07serial: omap: Add code for early debuggingFelix Brack1-1/+41
2018-12-07pinctrl: stm32: Update stm32_pinctrl_get_gpio_dev()Patrice Chotard1-18/+24
2018-12-07gpio: stm32f7: Remove CONFIG_CLK flag.Patrice Chotard1-3/+1
2018-12-07gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.hPatrice Chotard1-1/+0
2018-12-07gpio: stm32f7: Add gpio bank holes managementPatrice Chotard1-14/+85
2018-12-07pinctrl: stm32: Move gpio_dev list filling outside probe()Patrice Chotard1-25/+38
2018-12-07serial: bcm6858: remove driver and switch to bcm6345Álvaro Fernández Rojas3-308/+1
2018-12-07serial: bcm6345: switch to raw I/O functionsÁlvaro Fernández Rojas1-50/+49
2018-12-07test: dma: add dma-uclass testGrygorii Strashko3-0/+290
2018-12-07dma: add channels supportÁlvaro Fernández Rojas2-4/+184
2018-12-07dma: move dma_ops to dma-uclass.hÁlvaro Fernández Rojas2-2/+2
2018-12-07pinctrl: meson: axg: Fix GPIO pin offsetsCarlo Caione1-11/+11
2018-12-06pinctrl: stm32: make pinctrl use hwspinlockBenjamin Gaignard1-4/+23
2018-12-06hwspinlock: add stm32 hardware spinlock supportBenjamin Gaignard3-0/+101
2018-12-06clk: stm32: add hardware spinlock clockBenjamin Gaignard1-0/+3
2018-12-06dm: Add Hardware Spinlock classBenjamin Gaignard6-0/+225
2018-12-06clk: Allow clock defaults to be set during re-reloc state for SPL onlyPhilipp Tomsich1-0/+4
2018-12-06w1: fix occasional enumeration failureMartin Fuzzey1-4/+0
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