summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | dm: gpio: tegra: Drop request()/free() in the driverSimon Glass2014-10-231-113/+0
| * | | | | dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass2014-10-231-0/+21
| * | | | | dm: gpio: sandbox: Drop request()/free() in the driverSimon Glass2014-10-231-82/+0
| * | | | | dm: gpio: sandbox: Implement the remove() methodSimon Glass2014-10-231-0/+8
| * | | | | dm: gpio: sandbox: Implement the get_function() methodSimon Glass2014-10-231-1/+8
| * | | | | dm: Move the function for getting GPIO status into the uclassSimon Glass2014-10-231-0/+39
| * | | | | dm: gpio: Add gpio_get_function() and friendsSimon Glass2014-10-231-0/+47
| * | | | | dm: gpio: Implement GPIO reservation in the uclassSimon Glass2014-10-231-14/+78
| * | | | | dm: omap: serial: Add driver model supportSimon Glass2014-10-232-0/+48
| * | | | | dm: omap: gpio: Support driver modelSimon Glass2014-10-232-5/+231
| * | | | | dm: omap: gpio: Put _get_gpio_value() logic into its own functionSimon Glass2014-10-231-36/+42
| * | | | | dm: serial: Support CONFIG_CONS_INDEX if availableSimon Glass2014-10-231-1/+10
| * | | | | dm: ns16550: Correct the probe logic for platform dataSimon Glass2014-10-231-2/+3
| * | | | | dm: ns16550: Use an address instead of a pointer for the uart baseSimon Glass2014-10-231-3/+3
| * | | | | dm: serial: ns16550: Correct logic for checking for characterSimon Glass2014-10-231-1/+1
| * | | | | dm: serial: Reset the watchdog while waiting in getc()Simon Glass2014-10-231-0/+5
| * | | | | dm: gpio: Support numbered GPIOsSimon Glass2014-10-231-12/+25
| | |/ / / | |/| | |
* | | | | i2c: designware: add an implement i2c protosJeroen Hofstee2014-10-251-7/+12
* | | | | net: davince: add missing includeJeroen Hofstee2014-10-251-0/+1
* | | | | mmc: bcm2835_sdhci: add missing includeJeroen Hofstee2014-10-251-0/+1
* | | | | video: ipu: prevent warnings with W=1Jeroen Hofstee2014-10-253-15/+4
* | | | | tegra: make local functions staticJeroen Hofstee2014-10-253-5/+7
* | | | | serial: make local functions staticJeroen Hofstee2014-10-253-8/+8
* | | | | sdhci: make local functions staticJeroen Hofstee2014-10-251-3/+3
* | | | | omap_gpmc: fix warnigs with W=1Jeroen Hofstee2014-10-251-18/+18
* | | | | net: fec_mxc: make local functions staticJeroen Hofstee2014-10-251-3/+5
* | | | | gpio: make local functions staticJeroen Hofstee2014-10-251-2/+2
* | | | | ehci-hcd.c: make local functions staticJeroen Hofstee2014-10-251-1/+1
* | | | | video: use __weakJeroen Hofstee2014-10-252-32/+10
* | | | | usb: use __weakJeroen Hofstee2014-10-251-12/+3
* | | | | pci: use __weakJeroen Hofstee2014-10-251-6/+2
* | | | | net: phy: fix warnings with W=1Jeroen Hofstee2014-10-251-5/+2
* | | | | cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64}Jeroen Hofstee2014-10-251-34/+16
|/ / / /
* | | | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2014-10-232-1/+4
|\ \ \ \
| * | | | tegra: gpio: fix null label regressionMarcel Ziswiler2014-10-221-0/+3
| * | | | mmc: Tegra: Fix timeout issue seen on certain eMMC partsMarcel Ziswiler2014-10-221-1/+1
* | | | | i2c: mvtwsi: Add support for Marvell Armada XPStefan Roese2014-10-231-1/+1
* | | | | net: mvneta.c: Add support for the ethernet controller of the Marvell Armada ...Stefan Roese2014-10-232-0/+1654
* | | | | spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASEStefan Roese2014-10-231-1/+2
* | | | | spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC'sStefan Roese2014-10-231-0/+10
* | | | | arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.hStefan Roese2014-10-231-1/+1
* | | | | arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese2014-10-239-9/+9
* | | | | Merge git://git.denx.de/u-boot-x86Tom Rini2014-10-231-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | x86: cros_ec: Update LPC driver for new cros_ec headerSimon Glass2014-10-221-2/+2
| | |/ / | |/| |
* | | | dm: serial: Support driver model in pl01x driverSimon Glass2014-10-221-0/+73
* | | | dm: serial: Tidy up the pl01x driverSimon Glass2014-10-223-140/+165
* | | | dm: rpi: Convert GPIO driver to driver modelSimon Glass2014-10-221-23/+157
* | | | dm: core: Add support for simple-busSimon Glass2014-10-222-0/+34
* | | | dm: imx: serial: Support driver model in the MXC serial driverSimon Glass2014-10-221-25/+145
* | | | dm: imx: gpio: Support driver model in MXC gpio driverSimon Glass2014-10-221-1/+303
OpenPOWER on IntegriCloud