mbox series

pull-request: can-next 2019-08-20

Message ID 827b7ab8-f678-d5ce-a0c6-2a4b5f42238d@pengutronix.de
State Accepted
Delegated to: David Miller
Headers show
Series pull-request: can-next 2019-08-20 | expand

Pull-request

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

Message

Marc Kleine-Budde Aug. 20, 2019, 5:32 p.m. UTC
Hello David,

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

The first patch is by Geert Uytterhoeven, it removes the unused platform
data support from the rcar_can driver.

A patch by Nishka Dasgupta marks the structure peak_pciec_i2c_bit_ops in
the peak_pci driver as constant.

A patch by me removes the custom DMA support from the hi311x driver.

The next 4 patches target the tcan4x5x driver and are also by me, they
first clean up the driver a bit, and then add missing error handling and
fix a bug in the length calculation in the regmap callbacks.

The next 2 patches are by me for the m_can_platform driver, they also
remove unneeded casts and add missing error handling.

The remaining 9 patches all target the mcp251x driver. The first 5 are
clean up patches by me, the next relaxes the timing in the
mcp251x_hw_reset() function. Alexander Shiyan's patch improves the name
which is used while registering the interrupt handler. Phil Elwell's
patch improves the mcp251x_open() function to use the DT-supplied
interrupt flags instead of hard coding them. The final patch is again by
me, it removes the custom DMA support from the hi311x driver.

Marc

---

The following changes since commit 932630fa902878f4c8c50d0b1260eeb9de16b0a4:

  Merge tag 'wireless-drivers-next-for-davem-2019-08-19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next (2019-08-19 18:32:30 -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-20190820

for you to fetch changes up to df58525df395561551440392d92daa6416b4f8f3:

  can: mcp251x: remove custom DMA mapped buffer (2019-08-20 13:41:26 +0200)

----------------------------------------------------------------
linux-can-next-for-5.4-20190820

----------------------------------------------------------------
Alexander Shiyan (1):
      can: mcp251x: Use dev_name() during request_threaded_irq()

Geert Uytterhoeven (1):
      can: rcar_can: Remove unused platform data support

Marc Kleine-Budde (14):
      can: hi311x: remove custom DMA mapped buffer
      can: tcan4x5x: remove unused struct tcan4x5x_priv::tcan4x5x_lock
      can: tcan4x5x: remove not needed casts to struct tcan4x5x_priv *
      can: tcan4x5x: tcan4x5x_can_probe(): add missing error handling if mcan_class is NULL
      can: tcan4x5x: fix data length in regmap write path
      can: m_can_platform: remove not needed casts to struct m_can_plat_priv *
      can: m_can_platform: m_can_plat_probe(): add missing error handling if mcan_class is NULL
      can: mcp251x: convert block comments to network style comments
      can: mcp251x: remove unnecessary blank lines

Comments

David Miller Aug. 20, 2019, 9:02 p.m. UTC | #1
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Tue, 20 Aug 2019 19:32:13 +0200

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

Pulled, thanks Marc.