Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266130
b: refs/heads/master
c: f26cd41
h: refs/heads/master
v: v3
  • Loading branch information
Dave Martin authored and David S. Miller committed Sep 21, 2011
1 parent 894b3a0 commit 41e96a0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 300 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 38034518c086fc48232b641cab97396a615864d0
refs/heads/master: f26cd41ae56f3c0ef4521505ad5b6e3940849c33
7 changes: 0 additions & 7 deletions trunk/drivers/net/can/sja1000/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ config CAN_EMS_PCI
CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche
(http://www.ems-wuensche.de).

config CAN_PEAK_PCI
tristate "PEAK PCAN PCI/PCIe Cards"
depends on PCI
---help---
This driver is for the PCAN PCI/PCIe cards (1, 2, 3 or 4 channels)
from PEAK Systems (http://www.peak-system.com).

config CAN_KVASER_PCI
tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
depends on PCI
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/can/sja1000/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ obj-$(CONFIG_CAN_SJA1000_PLATFORM) += sja1000_platform.o
obj-$(CONFIG_CAN_SJA1000_OF_PLATFORM) += sja1000_of_platform.o
obj-$(CONFIG_CAN_EMS_PCI) += ems_pci.o
obj-$(CONFIG_CAN_KVASER_PCI) += kvaser_pci.o
obj-$(CONFIG_CAN_PEAK_PCI) += peak_pci.o
obj-$(CONFIG_CAN_PLX_PCI) += plx_pci.o
obj-$(CONFIG_CAN_TSCAN1) += tscan1.o

Expand Down
291 changes: 0 additions & 291 deletions trunk/drivers/net/can/sja1000/peak_pci.c

This file was deleted.

2 changes: 2 additions & 0 deletions trunk/drivers/net/ethernet/smsc/smsc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -2121,6 +2121,8 @@ static int __devinit smsc911x_probe_config_dt(
of_property_read_u32(np, "reg-io-width", &width);
if (width == 4)
config->flags |= SMSC911X_USE_32BIT;
else
config->flags |= SMSC911X_USE_16BIT;

if (of_get_property(np, "smsc,irq-active-high", NULL))
config->irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_HIGH;
Expand Down

0 comments on commit 41e96a0

Please sign in to comment.