Revision ceadda057c000fa82e6bbe508923d8181414dea7 authored by Linus Torvalds on 03 June 2010, 22:44:43 UTC, committed by Linus Torvalds on 03 June 2010, 22:44:43 UTC
* 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging:
  i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
  i2c/busses: Move two drivers to embedded section
  i2c: Rename i2c_check_addr to i2c_check_addr_busy
  i2c: Document reserved I2C addresses
  i2c: Check for address validity on client registration
  i2c: Share the I2C device presence detection code
  Documentation/i2c: Checkpatch cleanup
2 parent s 95619be + fbae3fb
Raw File
Makefile-ppc
ifeq ($(CONFIG_HOST_2G_2G), y)
START_ADDR = 0x80000000
else
START_ADDR = 0xc0000000
endif
ARCH_CFLAGS = -U__powerpc__ -D__UM_PPC__

# The arch is ppc, but the elf32 name is powerpc
ELF_SUBARCH = powerpc
back to top