Loading arch/arm/mach-pxa/lubbock.c +8 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ #include <linux/interrupt.h> #include <linux/mtd/mtd.h> #include <linux/mtd/partitions.h> #include <linux/smc91x.h> #include <linux/spi/spi.h> #include <linux/spi/ads7846.h> Loading Loading @@ -284,11 +285,18 @@ static struct resource smc91x_resources[] = { }, }; static struct smc91x_platdata lubbock_smc91x_info = { .flags = SMC91X_USE_16BIT | SMC91X_NOWAIT | SMC91X_IO_SHIFT_2, }; static struct platform_device smc91x_device = { .name = "smc91x", .id = -1, .num_resources = ARRAY_SIZE(smc91x_resources), .resource = smc91x_resources, .dev = { .platform_data = &lubbock_smc91x_info, }, }; static struct resource flash_resources[] = { Loading drivers/net/smc91x.h +1 −2 Original line number Diff line number Diff line Loading @@ -48,8 +48,7 @@ #define SMC_CAN_USE_32BIT 0 #define SMC_NOWAIT 1 /* The first two address lines aren't connected... */ #define SMC_IO_SHIFT 2 #define SMC_IO_SHIFT (lp->io_shift) #define SMC_inw(a, r) readw((a) + (r)) #define SMC_outw(v, a, r) writew(v, (a) + (r)) Loading Loading
arch/arm/mach-pxa/lubbock.c +8 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ #include <linux/interrupt.h> #include <linux/mtd/mtd.h> #include <linux/mtd/partitions.h> #include <linux/smc91x.h> #include <linux/spi/spi.h> #include <linux/spi/ads7846.h> Loading Loading @@ -284,11 +285,18 @@ static struct resource smc91x_resources[] = { }, }; static struct smc91x_platdata lubbock_smc91x_info = { .flags = SMC91X_USE_16BIT | SMC91X_NOWAIT | SMC91X_IO_SHIFT_2, }; static struct platform_device smc91x_device = { .name = "smc91x", .id = -1, .num_resources = ARRAY_SIZE(smc91x_resources), .resource = smc91x_resources, .dev = { .platform_data = &lubbock_smc91x_info, }, }; static struct resource flash_resources[] = { Loading
drivers/net/smc91x.h +1 −2 Original line number Diff line number Diff line Loading @@ -48,8 +48,7 @@ #define SMC_CAN_USE_32BIT 0 #define SMC_NOWAIT 1 /* The first two address lines aren't connected... */ #define SMC_IO_SHIFT 2 #define SMC_IO_SHIFT (lp->io_shift) #define SMC_inw(a, r) readw((a) + (r)) #define SMC_outw(v, a, r) writew(v, (a) + (r)) Loading