All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: can-next 2017-12-01
@ 2017-12-01  9:57 Marc Kleine-Budde
  2017-12-01 13:37 ` Marc Kleine-Budde
  0 siblings, 1 reply; 6+ messages in thread
From: Marc Kleine-Budde @ 2017-12-01  9:57 UTC (permalink / raw)
  To: netdev; +Cc: David Miller, kernel, linux-can


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

Hello David,

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

The first two patches are by Arnd Bergmann, they convert the peak_usb
from using "struct timeval" to "ktime_t". The error handling in the
vxcan driver is clean up by Markus Elfring's patch. Bhumika Goyal
contributes a patch for the c_can_pci driver to make the pci data const.
The six patches by Pankaj Bansal for the flexcan driver add LS1021A
support by making the endianness of the driver configurable by the
device tree.

regards,
Marc

---

The following changes since commit 201c78e05c5adaffa163b022c9b3a4d30debe100:

  Merge branch 'macb-rx-packet-filtering' (2017-11-30 14:12:47 -0500)

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.17-20171201

for you to fetch changes up to fa2edcfb5f2e99e9f47f7ecba9abc5f192aa388b:

  arm: dts: Add nodes for flexcan devices present on LS1021A-Rev2 SoC (2017-12-01 09:14:23 +0100)

----------------------------------------------------------------
linux-can-next-for-4.17-20171201

----------------------------------------------------------------
Arnd Bergmann (2):
      can: peak_usb: remove some 'struct timeval' users
      can: peak_usb: use ktime_t consistently

Bhumika Goyal (1):
      can: c_can_pci: make c_can_pci_data const

Markus Elfring (1):
      can: vxcan: Use common error handling code in vxcan_newlink()

Pankaj Bansal (6):
      can: flexcan: Remodel FlexCAN register r/w APIs for big endian FlexCAN controllers.
      can: flexcan: adding platform specific details for LS1021A
      Documentation: can: flexcan: Add big-endian property to device tree
      powerpc: dts: P1010: Add endianness property to flexcan node
      arm: dts: Remove p1010-flexcan compatible from imx series dts
      arm: dts: Add nodes for flexcan devices present on LS1021A-Rev2 SoC

 .../devicetree/bindings/net/can/fsl-flexcan.txt    |   6 +
 arch/arm/boot/dts/imx25.dtsi                       |   4 +-
 arch/arm/boot/dts/imx28.dtsi                       |   4 +-
 arch/arm/boot/dts/imx35.dtsi                       |   4 +-
 arch/arm/boot/dts/imx53.dtsi                       |   4 +-
 arch/arm/boot/dts/ls1021a-qds.dts                  |  16 ++
 arch/arm/boot/dts/ls1021a-twr.dts                  |  16 ++
 arch/arm/boot/dts/ls1021a.dtsi                     |  36 +++
 arch/powerpc/boot/dts/fsl/p1010si-post.dtsi        |   2 +
 drivers/net/can/c_can/c_can_pci.c                  |   4 +-
 drivers/net/can/flexcan.c                          | 241 ++++++++++++---------
 drivers/net/can/usb/peak_usb/pcan_usb.c            |   9 +-
 drivers/net/can/usb/peak_usb/pcan_usb_core.c       |  53 ++---
 drivers/net/can/usb/peak_usb/pcan_usb_core.h       |   5 +-
 drivers/net/can/usb/peak_usb/pcan_usb_pro.c        |   9 +-
 drivers/net/can/vxcan.c                            |  16 +-
 16 files changed, 258 insertions(+), 171 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] 6+ messages in thread

* Re: pull-request: can-next 2017-12-01
  2017-12-01  9:57 pull-request: can-next 2017-12-01 Marc Kleine-Budde
@ 2017-12-01 13:37 ` Marc Kleine-Budde
  2017-12-01 13:50   ` Marc Kleine-Budde
  0 siblings, 1 reply; 6+ messages in thread
From: Marc Kleine-Budde @ 2017-12-01 13:37 UTC (permalink / raw)
  To: netdev; +Cc: David Miller, kernel, linux-can


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

On 12/01/2017 10:57 AM, Marc Kleine-Budde wrote:
> Hello David,

[...]

> ---
> 
> The following changes since commit 201c78e05c5adaffa163b022c9b3a4d30debe100:
> 
>   Merge branch 'macb-rx-packet-filtering' (2017-11-30 14:12:47 -0500)
> 
> are available in the Git repository at:

Doh, I had an error in my script which produced the wrong Linux version
in the tag. The correct name of the tag is:

git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-v4.16-20171201

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

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

* Re: pull-request: can-next 2017-12-01
  2017-12-01 13:37 ` Marc Kleine-Budde
@ 2017-12-01 13:50   ` Marc Kleine-Budde
  2017-12-04 18:20     ` pull-request: can-next 2017-12-01,Re: " David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Marc Kleine-Budde @ 2017-12-01 13:50 UTC (permalink / raw)
  To: netdev; +Cc: David Miller, kernel, linux-can


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

On 12/01/2017 02:37 PM, Marc Kleine-Budde wrote:
> Doh, I had an error in my script which produced the wrong Linux version
> in the tag. The correct name of the tag is:

First test - than post - here's the correct tag:

git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
tags/linux-can-next-for-4.16-20171201

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

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

* Re: pull-request: can-next 2017-12-01,Re: pull-request: can-next 2017-12-01
  2017-12-01 13:50   ` Marc Kleine-Budde
@ 2017-12-04 18:20     ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2017-12-04 18:20 UTC (permalink / raw)
  To: mkl; +Cc: netdev, kernel, linux-can

From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Fri, 1 Dec 2017 14:50:04 +0100

> On 12/01/2017 02:37 PM, Marc Kleine-Budde wrote:
>> Doh, I had an error in my script which produced the wrong Linux version
>> in the tag. The correct name of the tag is:
> 
> First test - than post - here's the correct tag:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
> tags/linux-can-next-for-4.16-20171201

Pulled, thanks!

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

* Re: pull-request: can-next 2017-12-01
  2018-01-05 11:08 Marc Kleine-Budde
@ 2018-01-15 13:02 ` Marc Kleine-Budde
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Kleine-Budde @ 2018-01-15 13:02 UTC (permalink / raw)
  To: netdev; +Cc: David Miller, kernel, linux-can


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

Hello David,


On 01/05/2018 12:08 PM, Marc Kleine-Budde wrote:
> Hello David,
> 
> this is a pull request of 7 patches for net-next/master.
> 
> All patches are by me. Patch 6 is for the "can_raw" protocol and add
> error checking to the bind() function. All other patches clean up the
> coding style and remove unused parameters in various CAN drivers and
> infrastructure.

this pull request is still open. Any objections to pull this?

regards,
Marc

> ---
> 
> The following changes since commit 72deacce011bde7475c90e6ee7d4c7d28c384873:
> 
>   Merge tag 'mac80211-next-for-davem-2018-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next (2018-01-04 14:33:29 -0500)
> 
> are available in the Git repository at:
> 
>   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-4.16-20180105
> 
> for you to fetch changes up to ff847ee47be27621f978921919f035fcd87d6d08:
> 
>   can: af_can: give struct holding the CAN per device receive lists a sensible name (2018-01-05 11:12:08 +0100)
> 
> ----------------------------------------------------------------
> linux-can-next-for-4.16-20180105
> 
> ----------------------------------------------------------------
> Marc Kleine-Budde (7):
>       can: rx-offload: can_rx_offload_add_timestamp: remove duplicate semicolon at return statement
>       can: gs_usb: gs_cmd_reset(): remove unused parameter "struct gs_usb *gsusb"
>       can: mcp251x: mcp251x_setup(): remove unused parameter "struct mcp251x_priv *priv"
>       can: peak_usb: peak_usb_netif_rx(): remove unused parameter "u32 ts_high"
>       can: slcan: slc_alloc(): remove unused parameter "dev_t line"
>       can: raw: raw_bind(): bail out if can_family is not AF_CAN
>       can: af_can: give struct holding the CAN per device receive lists a sensible name
> 
>  drivers/net/can/rx-offload.c                 |  2 +-
>  drivers/net/can/slcan.c                      |  4 ++--
>  drivers/net/can/spi/mcp251x.c                |  7 +++----
>  drivers/net/can/usb/gs_usb.c                 |  4 ++--
>  drivers/net/can/usb/peak_usb/pcan_usb_core.c |  2 +-
>  drivers/net/can/usb/peak_usb/pcan_usb_core.h |  2 +-
>  drivers/net/can/usb/peak_usb/pcan_usb_fd.c   |  9 +++------
>  include/net/netns/can.h                      |  4 ++--
>  net/can/af_can.c                             | 20 ++++++++++----------
>  net/can/af_can.h                             |  2 +-
>  net/can/proc.c                               |  8 ++++----
>  net/can/raw.c                                |  2 ++
>  12 files changed, 32 insertions(+), 34 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] 6+ messages in thread

* pull-request: can-next 2017-12-01
@ 2018-01-05 11:08 Marc Kleine-Budde
  2018-01-15 13:02 ` Marc Kleine-Budde
  0 siblings, 1 reply; 6+ messages in thread
From: Marc Kleine-Budde @ 2018-01-05 11:08 UTC (permalink / raw)
  To: netdev; +Cc: David Miller, kernel, linux-can


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

Hello David,

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

All patches are by me. Patch 6 is for the "can_raw" protocol and add
error checking to the bind() function. All other patches clean up the
coding style and remove unused parameters in various CAN drivers and
infrastructure.

regards,
Marc

---

The following changes since commit 72deacce011bde7475c90e6ee7d4c7d28c384873:

  Merge tag 'mac80211-next-for-davem-2018-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next (2018-01-04 14:33:29 -0500)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-4.16-20180105

for you to fetch changes up to ff847ee47be27621f978921919f035fcd87d6d08:

  can: af_can: give struct holding the CAN per device receive lists a sensible name (2018-01-05 11:12:08 +0100)

----------------------------------------------------------------
linux-can-next-for-4.16-20180105

----------------------------------------------------------------
Marc Kleine-Budde (7):
      can: rx-offload: can_rx_offload_add_timestamp: remove duplicate semicolon at return statement
      can: gs_usb: gs_cmd_reset(): remove unused parameter "struct gs_usb *gsusb"
      can: mcp251x: mcp251x_setup(): remove unused parameter "struct mcp251x_priv *priv"
      can: peak_usb: peak_usb_netif_rx(): remove unused parameter "u32 ts_high"
      can: slcan: slc_alloc(): remove unused parameter "dev_t line"
      can: raw: raw_bind(): bail out if can_family is not AF_CAN
      can: af_can: give struct holding the CAN per device receive lists a sensible name

 drivers/net/can/rx-offload.c                 |  2 +-
 drivers/net/can/slcan.c                      |  4 ++--
 drivers/net/can/spi/mcp251x.c                |  7 +++----
 drivers/net/can/usb/gs_usb.c                 |  4 ++--
 drivers/net/can/usb/peak_usb/pcan_usb_core.c |  2 +-
 drivers/net/can/usb/peak_usb/pcan_usb_core.h |  2 +-
 drivers/net/can/usb/peak_usb/pcan_usb_fd.c   |  9 +++------
 include/net/netns/can.h                      |  4 ++--
 net/can/af_can.c                             | 20 ++++++++++----------
 net/can/af_can.h                             |  2 +-
 net/can/proc.c                               |  8 ++++----
 net/can/raw.c                                |  2 ++
 12 files changed, 32 insertions(+), 34 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] 6+ messages in thread

end of thread, other threads:[~2018-01-15 13:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-01  9:57 pull-request: can-next 2017-12-01 Marc Kleine-Budde
2017-12-01 13:37 ` Marc Kleine-Budde
2017-12-01 13:50   ` Marc Kleine-Budde
2017-12-04 18:20     ` pull-request: can-next 2017-12-01,Re: " David Miller
2018-01-05 11:08 Marc Kleine-Budde
2018-01-15 13:02 ` Marc Kleine-Budde

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.