mbox series

pull-request: can-next 2019-09-03

Message ID a6751a50-f15d-612d-783b-a706098ea90e@pengutronix.de
State Accepted
Delegated to: David Miller
Headers show
Series pull-request: can-next 2019-09-03 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-5.4-20190903

Message

Marc Kleine-Budde Sept. 3, 2019, 9:46 a.m. UTC
Hello David,

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

The first patch is by Christer Beskow, targets the kvaser_pciefd driver
and fixes the PWM generator's frequency.

The next three patches are by Dan Murphy, the tcan4x5x is updated to use
a proper interrupts/interrupt-parent DT binding to specify the devices
IRQ line. Further the unneeded wake ups of the device is removed from
the driver.

A patch by me for the mcp25xx driver removes the deprecated board file
setup example. Three patches by Andy Shevchenko simplify clock handling,
update the driver from OF to device property API and simplify the
mcp251x_can_suspend() function.

The remaining 7 patches are by me and clean up checkpatch warnings in
the generic CAN device infrastructure.

regards,
Marc

---

The following changes since commit 67538eb5c00f08d7fe27f1bb703098b17302bdc0:

  Merge branch 'mvpp2-per-cpu-buffers' (2019-09-02 12:07:46 -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-5.4-20190903

for you to fetch changes up to 13ecee77fa810b21beaf3023e921525c55f88b04:

  can: dev: can_dev_init(): convert from printk(KERN_INFO) to pr_info (2019-09-03 10:28:13 +0200)

----------------------------------------------------------------
linux-can-next-for-5.4-20190903

----------------------------------------------------------------
Andy Shevchenko (3):
      can: mcp251x: Use devm_clk_get_optional() to get the input clock
      can: mcp251x: Make use of device property API
      can: mcp251x: Call wrapper instead of regulator_disable()

Christer Beskow (1):
      can: kvaser_pciefd: the PWM generator is running at the bus frequency of the system.

Dan Murphy (3):
      dt-bindings: can: tcan4x5x: Update binding to use interrupt property
      can: tcan4x5x: Remove data-ready gpio interrupt
      can: tcan4x5x: Remove checking the wake pin

Marc Kleine-Budde (8):
      can: mcp251x: remove deprecated board file setup example
      can: dev: convert block comments to network style comments
      can: dev: avoid long lines
      can: dev: remove unnecessary parentheses
      can: dev: remove unnecessary blank line
      can: dev: can_restart(): convert NULL pointer check
      can: dev: can_dellink(): remove return at end of void function
      can: dev: can_dev_init(): convert from printk(KERN_INFO) to pr_info

 .../devicetree/bindings/net/can/tcan4x5x.txt       |   7 +-
 drivers/net/can/dev.c                              | 131 +++++++++------------
 drivers/net/can/kvaser_pciefd.c                    |   6 +-
 drivers/net/can/m_can/tcan4x5x.c                   |  24 +---
 drivers/net/can/spi/mcp251x.c                      |  68 +++--------
 include/linux/can/dev.h                            |   3 +-
 include/linux/can/rx-offload.h                     |  13 +-
 7 files changed, 97 insertions(+), 155 deletions(-)

Comments

David Miller Sept. 5, 2019, 7:57 a.m. UTC | #1
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Tue, 3 Sep 2019 11:46:31 +0200

> this is a pull request for net-next/master consisting of 15 patches.
> 
> The first patch is by Christer Beskow, targets the kvaser_pciefd driver
> and fixes the PWM generator's frequency.
> 
> The next three patches are by Dan Murphy, the tcan4x5x is updated to use
> a proper interrupts/interrupt-parent DT binding to specify the devices
> IRQ line. Further the unneeded wake ups of the device is removed from
> the driver.
> 
> A patch by me for the mcp25xx driver removes the deprecated board file
> setup example. Three patches by Andy Shevchenko simplify clock handling,
> update the driver from OF to device property API and simplify the
> mcp251x_can_suspend() function.
> 
> The remaining 7 patches are by me and clean up checkpatch warnings in
> the generic CAN device infrastructure.

Pulled, thanks.