2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-24 21:24:00 +08:00
linux-next/arch/mips/mti-sead3
Ralf Baechle cc08d25a88 MIPS: SEAD3: Nuke PIC32 I2C driver.
A platform driver for which nothing ever registers the corresponding
platform device.

Also it was driving the same hardware as sead3-i2c-drv.c so redundant
anyway and couldn't co-exist with that driver because each of them was
using a private spinlock to protect access to the same hardware
resources.

This also fixes a randconfig problem:

arch/mips/mti-sead3/sead3-pic32-i2c-drv.c: In function 'i2c_platform_probe':
arch/mips/mti-sead3/sead3-pic32-i2c-drv.c:345:2: error: implicit declaration of
function 'i2c_add_numbered_adapter' [-Werror=implicit-function-declaration]
  ret = i2c_add_numbered_adapter(&priv->adap);
    ^
arch/mips/mti-sead3/sead3-pic32-i2c-drv.c: In function
'i2c_platform_remove':
arch/mips/mti-sead3/sead3-pic32-i2c-drv.c:361:2: error: implicit declaration
of function 'i2c_del_adapter' [-Werror=implicit-function-declaration]
i2c_del_adapter(&priv->adap);

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2014-10-24 13:27:37 +02:00
..
leds-sead3.c MIPS: sead3: Use generic suspend/resume for LEDs. 2013-05-08 12:30:09 +02:00
Makefile MIPS: SEAD3: Nuke PIC32 I2C driver. 2014-10-24 13:27:37 +02:00
Platform MIPS: Add core files for MIPS SEAD-3 development platform. 2012-09-13 15:43:46 -05:00
sead3-console.c MIPS: FW: sead3: Use new common FW library variable processing. 2013-05-08 12:30:09 +02:00
sead3-display.c MIPS: FW: Remove obsolete header file for MTI platforms. 2013-05-08 12:30:10 +02:00
sead3-ehci.c MIPS: Add core files for MIPS SEAD-3 development platform. 2012-09-13 15:43:46 -05:00
sead3-i2c-dev.c MIPS: Add core files for MIPS SEAD-3 development platform. 2012-09-13 15:43:46 -05:00
sead3-i2c-drv.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
sead3-i2c.c MIPS: Add core files for MIPS SEAD-3 development platform. 2012-09-13 15:43:46 -05:00
sead3-init.c MIPS: microMIPS: Add support for exception handling. 2013-05-09 17:55:18 +02:00
sead3-int.c MIPS: Move 'gic_present' to common location. 2013-05-09 17:55:20 +02:00
sead3-lcd.c MIPS: Add core files for MIPS SEAD-3 development platform. 2012-09-13 15:43:46 -05:00
sead3-leds.c MIPS: Add core files for MIPS SEAD-3 development platform. 2012-09-13 15:43:46 -05:00
sead3-mtd.c MIPS: SEAD3: Don't use module_init in non-modular sead3-mtd.c code 2014-03-31 18:17:12 +02:00
sead3-net.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
sead3-platform.c MIPS: Add core files for MIPS SEAD-3 development platform. 2012-09-13 15:43:46 -05:00
sead3-reset.c MIPS: sead3: Fix ability to perform a soft reset. 2013-06-21 18:07:01 +02:00
sead3-serial.c MIPS: Add core files for MIPS SEAD-3 development platform. 2012-09-13 15:43:46 -05:00
sead3-setup.c mips: convert fdt pointers to opaque pointers 2014-04-30 00:59:13 -05:00
sead3-time.c MIPS: sead3: remove unused cpu_khz variable 2014-01-23 13:02:35 +01:00