uboot/drivers
Simon Glass fffff7268b dm: i2c: Make API accessible even without CONFIG_DM
Make the driver model I2C API available always, even if driver model
is not enabled. This allows for a 'soft' switch-over, where drivers can
use the new structures in code which is compiled but not yet used. This
makes migration easier in some cases.

Fix up the existing drivers which define their own 'struct i2c_msg'.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de>
2015-02-12 10:35:33 -07:00
..
bios_emulator bios_emulator: Add some VESA interface debugging 2015-01-23 17:24:16 -07:00
block x86: ahci: Make sure interface is not busy after enabling the port 2015-01-23 17:24:53 -07:00
bootcount
core dm: core: Ignore disabled devices when binding 2015-01-29 17:09:57 -07:00
crypto DM: crypto/fsl - Add Freescale rsa DM driver 2015-01-29 17:09:58 -07:00
ddr arm: mvebu: drivers/ddr: Add DDR3 driver with training code from Marvell bin_hdr 2015-02-06 17:25:03 +01:00
demo dm: demo: Add a simple GPIO demonstration 2015-01-29 17:09:51 -07:00
dfu
dma
fpga fpga: xilinx: Show fpga info if defined 2015-01-21 10:25:43 +01:00
gpio gpio: omap: Pass correct argument to _get_gpio_direction() 2015-02-12 10:35:29 -07:00
hwmon
i2c dm: i2c: Make API accessible even without CONFIG_DM 2015-02-12 10:35:33 -07:00
input
memory
misc dm: cros_ec: Convert cros_ec_i2c over to driver model 2015-01-29 17:10:01 -07:00
mmc x86: mmc: Move common FSP functions into a common file 2015-02-06 12:07:36 -07:00
mtd mtd: atmel_nand: according to pmecc version to perform 0xff page correction 2015-02-07 23:42:57 +01:00
net Merge branch 'master' of git://git.denx.de/u-boot-net 2015-01-31 12:40:26 -05:00
pci x86: video: Allow video ROM execution to fall back to the other method 2015-02-05 22:16:43 -07:00
pcmcia
power Merge branch 'master' of git://git.denx.de/u-boot-sunxi 2015-02-02 10:11:44 -05:00
pwm
qe
rtc x86: rtc: mc146818: Add helpers to read/write CMOS RAM 2015-01-24 06:13:44 -07:00
serial powerpc: Add serial driver for driver model 2015-02-12 10:35:31 -07:00
soc
sound
spi x86: Add SPI support to quark/galileo 2015-02-06 12:07:45 -07:00
thermal
tpm
twserial
usb usb: pci: Add XHCI driver for PCI 2015-02-05 22:16:42 -07:00
video Merge branch 'master' of git://git.denx.de/u-boot-x86 2015-02-10 10:42:56 -05:00
watchdog arm, at91, wdt: make timeout configurable 2015-02-07 23:43:20 +01:00
Kconfig
Makefile