|
ThunderLAN: remove is_eisa flag
|
| |
These 2 places are the only matches for is_eisa in the whole tree.
Signed-off-by: Rolf Eike Beer <eike-ker...@sf-tec.de>
---
drivers/net/ethernet/ti/tlan.c | 1 -
drivers/net/ethernet/ti/tlan.h | 1 -
2 files changed, 2 deletions(-)
diff --git a/drivers/net/ethernet/ti/tlan .c b/drivers/net/ethernet/ti/tlan .c... more »
|
|
Backports based on v3.10-rc1 released
|
| |
As announced on the list the compat-drivers project was renamed to
backports [0] and uses now only one new tree for development [1]. Due
to the huge amount of changes we've been behind on linux-next daily
snapshots but we've now caught up with Linus so a release based on
v3.10-rc1 is due and is now available [2]. Please test ! There are... more »
|
|
compat-drivers renamed to backports
|
| |
Folks as you may already know compat-drivers was renamed to backports
to avoid any confusion with the in-kernel compat code that deals with
32/64 bit compat work and due to some huge amount of changes that went
into the project recently thanks mainly to Johannes. The new tree is
available here:... more »
|
|
drivers: net: usb: rtl8150: making the code a bit better looking
|
| |
...
copyright, email address and styling update;
Signed-off-by: Petko Manolov <pet...@nucleusys.com>
---
drivers/net/usb/rtl8150.c | 69 +++++++++++++++++------------- -----
1 file changed, 34 insertions(+), 35 deletions(-)
diff --git a/drivers/net/usb/rtl8150.c b/drivers/net/usb/rtl8150.c... more »
|
|
drivers: net: usb: rtl8150: avoid potential race in async registers write
|
| |
...
[get|set]_registers() will now display a message in case of error condition
and if DEBUG is enabled. All resources required for asynchronous control URB
submission are being dynamically (de)allocated.
Signed-off-by: Petko Manolov <pet...@nucleusys.com>
---
drivers/net/usb/rtl8150.c | 129 +++++++++++++++++------------- -----... more »
|
|
drivers: net: usb: rtl8150: getting rid of skb pool
|
| |
...
removing socket buffer pre-allocation pool;
Signed-off-by: Petko Manolov <pet...@nucleusys.com>
---
drivers/net/usb/rtl8150.c | 60 +++--------------------------- -----
drivers/net/usb/rtl8150.h | 3 --
2 files changed, 5 insertions(+), 58 deletions(-)
diff --git a/drivers/net/usb/rtl8150.c b/drivers/net/usb/rtl8150.c... more »
|
|
drivers: net: usb: rtl8150: introducing rtl8150.h
|
| |
...
adding rtl8150.h;
Signed-off-by: Petko Manolov <pet...@nucleusys.com>
---
drivers/net/usb/rtl8150.h | 131 ++++++++++++++++++++++++++++++ +++++
1 file changed, 131 insertions(+)
diff --git a/drivers/net/usb/rtl8150.h b/drivers/net/usb/rtl8150.h
new file mode 100644
index 0000000..cfb1e74... more »
|
|
drivers: net: usb: rtl8150: bug fixing and code cleanup
|
| |
...
This patch series adds rtl8150.h, which contains structure and constant definitons formerly found in rtl8150.c, removes socket buffer pre-allocated pool and uses dynamically allocated memory for the asynchronous URB requests, thus avoids clobbering the previously scheduled for update value.... more »
|
|
drivers: net: usb: rtl8150: bug fixing and cleanup
|
| |
...
This patch series adds rtl8150.h, which contains structure and constant definitons formerly found in rtl8150.c, removes socket buffer pre-allocated pool and uses dynamically allocated memory for the asynchronous URB requests, thus avoids clobbering the previously scheduled for update value.... more »
|
|
|