summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot2018-12-102-4/+30
* dm: i2c: Make i2c_get_chip_for_busnum() fail if the chip is not detectedJean-Jacques Hiblot2018-12-101-0/+11
* ARM: mvebu: restore license information in mv_ddr_plat.{c,h}Chris Packham2018-12-092-0/+9
* Merge git://git.denx.de/u-boot-marvellTom Rini2018-12-0931-1254/+1156
|\
| * ARM: mvebu: a38x: sync ddr training code with mv_ddr-armada-18.09.02Chris Packham2018-12-0831-1254/+1156
* | lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich2018-12-082-2/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-12-072-11/+98
|\ \
| * | power: axp209: Limit inrush current for broken boardsOlliver Schinagl2018-12-072-0/+32
| * | power: axp209: Add support for voltage rate control on LDO3Olliver Schinagl2018-12-072-0/+58
| * | power: axp209: Reduce magic values by adding defines for LDO[234]Olliver Schinagl2018-12-071-7/+7
| * | power: axp209: Define the chip version maskOlliver Schinagl2018-12-071-4/+1
* | | Merge tag 'u-boot-amlogic-20181207' of git://git.denx.de/u-boot-amlogicTom Rini2018-12-072-13/+13
|\ \ \ | |_|/ |/| |
| * | pinctrl: meson: axg: Fix GPIO pin offsetsCarlo Caione2018-12-071-11/+11
| * | pinctrl: meson: Fix GPIO direction registers accessCarlo Caione2018-12-051-2/+2
* | | 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