All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: can-next 2019-09-03
@ 2019-09-03  9:46 Marc Kleine-Budde
  2019-09-05  7:57 ` pull-request: can-next 2019-09-03,pull-request: " David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Kleine-Budde @ 2019-09-03  9:46 UTC (permalink / raw)
  To: netdev; +Cc: davem, kernel, linux-can


[-- Attachment #1.1: Type: text/plain, Size: 3307 bytes --]

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(-)

-- 
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: 488 bytes --]

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

* Re: pull-request: can-next 2019-09-03,pull-request: can-next 2019-09-03
  2019-09-03  9:46 pull-request: can-next 2019-09-03 Marc Kleine-Budde
@ 2019-09-05  7:57 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-09-05  7:57 UTC (permalink / raw)
  To: mkl; +Cc: netdev, kernel, linux-can

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.

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

end of thread, other threads:[~2019-09-05  7:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03  9:46 pull-request: can-next 2019-09-03 Marc Kleine-Budde
2019-09-05  7:57 ` pull-request: can-next 2019-09-03,pull-request: " David Miller

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.