All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: "linux-can@vger.kernel.org" <linux-can@vger.kernel.org>
Subject: upcoming pull reqeust
Date: Tue, 15 Jan 2013 21:58:18 +0100	[thread overview]
Message-ID: <50F5C2EA.8030304@pengutronix.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 2647 bytes --]

Hello,

I'm going to send a pull request to David this week, it will include:
the LED trigger patches by Fabio and Kurt and my Kconfig cleanup. The
usb8-dev driver has some problems with unplug under heavy load, so it
will not be included.

The patches are in the for-davem branch in the linux-can-next repo at
gitorious:

https://gitorious.org/linux-can/linux-can-next/commits/for-davem

The shortlog is:

Fabio Baltieri (7):
      can: add tx/rx LED trigger support
      can: flexcan: add LED trigger support
      can: at91_can: add LED trigger support
      can: ti_hecc: add LED trigger support
      can: c_can: add LED trigger support
      can: mcp251x: add LED trigger support
      can: sja1000: add LED trigger support

Kurt Van Dijck (2):
      can: export a safe netdev_priv wrapper for candev
      can: rename LED trigger name on netdev renames

Marc Kleine-Budde (4):
      can: Kconfig: convert 'depends on CAN' into 'if CAN...endif' block
      can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' block
      can: Kconfig: switch on all CAN protocolls by default
      can: sja1000: correct indention of Kconfig help text

 drivers/net/can/Kconfig           |   37 +++++++----
 drivers/net/can/Makefile          |    2 +
 drivers/net/can/at91_can.c        |   10 +++
 drivers/net/can/c_can/Kconfig     |    2 +-
 drivers/net/can/c_can/c_can.c     |   10 +++
 drivers/net/can/cc770/Kconfig     |    2 +-
 drivers/net/can/dev.c             |   18 ++++++
 drivers/net/can/flexcan.c         |   11 ++++
 drivers/net/can/led.c             |  129 +++++++++++++++++++++++++++++++++++++
 drivers/net/can/mcp251x.c         |   23 +++++--
 drivers/net/can/mscan/Kconfig     |    2 +-
 drivers/net/can/sja1000/Kconfig   |   14 ++--
 drivers/net/can/sja1000/sja1000.c |   17 ++++-
 drivers/net/can/softing/Kconfig   |    2 +-
 drivers/net/can/ti_hecc.c         |   10 +++
 drivers/net/can/usb/Kconfig       |    2 +-
 include/linux/can/dev.h           |   11 ++++
 include/linux/can/led.h           |   51 +++++++++++++++
 net/can/Kconfig                   |   13 ++--
 19 files changed, 329 insertions(+), 37 deletions(-)
 create mode 100644 drivers/net/can/led.c
 create mode 100644 include/linux/can/led.h

Comments, any missing patches or {Reviewed,Acked,Tested}-by?

regards,
Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

             reply	other threads:[~2013-01-15 20:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-15 20:58 Marc Kleine-Budde [this message]
2013-01-19 13:34 ` upcoming pull reqeust Oliver Hartkopp
2013-01-22 22:03   ` Marc Kleine-Budde
2013-01-25 15:55     ` Oliver Hartkopp
2013-01-26 16:09       ` Marc Kleine-Budde
2013-01-26 16:35       ` Marc Kleine-Budde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50F5C2EA.8030304@pengutronix.de \
    --to=mkl@pengutronix.de \
    --cc=linux-can@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.