mbox

pull-request: can-next 2015-09-17

Message ID 55FFAFB5.7040707@pengutronix.de
State Accepted, archived
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-4.4-20150921

Message

Marc Kleine-Budde Sept. 21, 2015, 7:20 a.m. UTC
Hello David,

this is a pull request of 8 patches for net-next/master.

All 8 patches are by me and cleanup the flexcan driver.

Marc

---

The following changes since commit a1ef48e1e8843e2f6be631b8cf1c21b24579b9d6:

  Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue (2015-09-20 22:26:58 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-4.4-20150921

for you to fetch changes up to 6fa7da249269a6146ce456c43098901c81c8afdf:

  can: flexcan: enable interrupts atomically at the end of flexcan_chip_start() (2015-09-21 08:38:23 +0200)

----------------------------------------------------------------
linux-can-next-for-4.4-20150921

----------------------------------------------------------------
Marc Kleine-Budde (8):
      can: flexcan: cleanup coding style and fix typos
      can: headers: make header files self contained
      can: flexcan: remove unused header files
      can: flexcan: flexcan_chip_start(): cleanup writing of reg_mcr
      can: flexcan: rename feature into quirks
      can: flexcan: use pointer to struct regs instead of void pointer for mmio address space
      can: flexcan: give member of flexcan_priv holding mailboxes a sensible name
      can: flexcan: enable interrupts atomically at the end of flexcan_chip_start()

 drivers/net/can/flexcan.c | 197 ++++++++++++++++++++++------------------------
 include/linux/can/dev.h   |   3 +-
 include/linux/can/led.h   |   1 +
 3 files changed, 95 insertions(+), 106 deletions(-)

Comments

David Miller Sept. 22, 2015, 12:15 a.m. UTC | #1
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Mon, 21 Sep 2015 09:20:21 +0200

> this is a pull request of 8 patches for net-next/master.
> 
> All 8 patches are by me and cleanup the flexcan driver.

Pulled, thanks Marc.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html