All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH next-next 0/2] can: cc770: add support for the Bosch CC770 and Intel AN82527
@ 2011-11-24 12:07 Wolfgang Grandegger
  2011-11-24 12:07 ` [PATCH net-next 1/2] can: cc770: add driver core " Wolfgang Grandegger
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Wolfgang Grandegger @ 2011-11-24 12:07 UTC (permalink / raw)
  To: netdev
  Cc: linux-can, socketcan-users, IreneV, Stanislav Yelenskiy,
	Wolfgang Grandegger

Already since a while we have support for the Bosch CC770 and Intel
AN82527 CAN controllers in our out-of-tree Socket-CAN repository.
It would be nice if somebody could test the driver. Unfortunately,
I currently do not have hardware at hand. I have not yet ported the
OF platform driver as it needs further attaention due to the merge
of the platform and OF platform interface.

Wolfgang Grandegger (2):
  can: cc770: add driver core for the Bosch CC770 and Intel AN82527
  can: cc770: legacy CC770 ISA bus driver

 drivers/net/can/Kconfig           |    2 +
 drivers/net/can/Makefile          |    1 +
 drivers/net/can/cc770/Kconfig     |   14 +
 drivers/net/can/cc770/Makefile    |    8 +
 drivers/net/can/cc770/cc770.c     |  895 +++++++++++++++++++++++++++++++++++++
 drivers/net/can/cc770/cc770.h     |  247 ++++++++++
 drivers/net/can/cc770/cc770_isa.c |  337 ++++++++++++++
 7 files changed, 1504 insertions(+), 0 deletions(-)
 create mode 100644 drivers/net/can/cc770/Kconfig
 create mode 100644 drivers/net/can/cc770/Makefile
 create mode 100644 drivers/net/can/cc770/cc770.c
 create mode 100644 drivers/net/can/cc770/cc770.h
 create mode 100644 drivers/net/can/cc770/cc770_isa.c

-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2011-12-16 21:18 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-24 12:07 [PATCH next-next 0/2] can: cc770: add support for the Bosch CC770 and Intel AN82527 Wolfgang Grandegger
2011-11-24 12:07 ` [PATCH net-next 1/2] can: cc770: add driver core " Wolfgang Grandegger
2011-11-24 12:07 ` [PATCH next-next 2/2] can: cc770: legacy CC770 ISA bus driver Wolfgang Grandegger
2011-11-29 23:39 ` [PATCH next-next 0/2] can: cc770: add support for the Bosch CC770 and Intel AN82527 David Miller
     [not found]   ` <20111129.183950.1327835803051184146.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2011-11-30  6:37     ` Oliver Hartkopp
     [not found]       ` <4ED5CF14.4020502-fJ+pQTUTwRTk1uMJSBkQmQ@public.gmane.org>
2011-11-30  8:29         ` Wolfgang Grandegger
     [not found]           ` <4ED5E94F.8010403-5Yr1BZd7O62+XT7JhA+gdA@public.gmane.org>
2011-11-30 12:10             ` Wolfgang Grandegger
2011-11-30 21:07       ` David Miller
2011-11-30 21:14         ` David Miller
2011-12-01  9:43           ` Wolfgang Grandegger
2011-12-01  7:47         ` Oliver Hartkopp
2011-12-01  8:15           ` netdev development process - was " Oliver Hartkopp
2011-12-01  9:07             ` Wolfgang Grandegger
2011-12-01 18:09           ` David Miller
2011-12-01 20:04             ` Marc Kleine-Budde
2011-12-12  9:13               ` the linux-can-next tree (was: Re: [PATCH next-next 0/2] can: cc770: add support for the Bosch CC770 and Intel AN82527) Marc Kleine-Budde
2011-12-16 21:14                 ` the linux-can-next tree David Miller
     [not found]         ` <20111130.160727.1989923062226789802.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2011-12-01  8:26           ` [PATCH next-next 0/2] can: cc770: add support for the Bosch CC770 and Intel AN82527 Wolfgang Grandegger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.