* pull-request: can-next 2018-01-16
@ 2018-01-16 14:28 Marc Kleine-Budde
2018-01-17 21:08 ` pull-request: can-next 2018-01-16,pull-request: " David Miller
0 siblings, 1 reply; 4+ messages in thread
From: Marc Kleine-Budde @ 2018-01-16 14:28 UTC (permalink / raw)
To: netdev; +Cc: davem, linux-can, kernel
[-- Attachment #1.1: Type: text/plain, Size: 2684 bytes --]
Hello David,
this is a pull request for net-next/master consisting of 9 patches.
This is a series of patches, some of them initially by Franklin S Cooper
Jr, which was picked up by Faiz Abbas. Faiz Abbas added some patches
while working on this series, I contributed one as well.
The first two patches add support to CAN device infrastructure to limit
the bitrate of a CAN adapter if the used CAN-transceiver has a certain
maximum bitrate.
The remaining patches improve the m_can driver. They add support for
bitrate limiting to the driver, clean up the driver and add support for
runtime PM.
regards,
Marc
---
The following changes since commit 79d891c1bbb6573cef31dbc2030fba61cfa1df6d:
Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next (2018-01-15 16:13:34 -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-20180116
for you to fetch changes up to 31643dc8fc66abdd3f68800483df4a5420f5e69c:
can: m_can: Add call to of_can_transceiver (2018-01-16 15:11:35 +0100)
----------------------------------------------------------------
linux-can-next-for-4.16-20180116
----------------------------------------------------------------
Faiz Abbas (3):
can: m_can: Remove check for version when allocating m_can net device
can: m_can: Move allocation of net device to probe
can: m_can: Add PM Support
Franklin S Cooper Jr (5):
dt-bindings: can: can-transceiver: Document new binding
can: dev: Add support for limiting configured bitrate
dt-bindings: can: m_can: Document new can transceiver binding
can: m_can: Support higher speed CAN-FD bitrates
can: m_can: Add call to of_can_transceiver
Marc Kleine-Budde (1):
can: m_can: get rid of function free_m_can_dev()
.../bindings/net/can/can-transceiver.txt | 24 +++
.../devicetree/bindings/net/can/m_can.txt | 9 +
drivers/net/can/dev.c | 45 ++++-
drivers/net/can/m_can/m_can.c | 183 +++++++++++++--------
include/linux/can/dev.h | 7 +
include/uapi/linux/can/netlink.h | 1 +
6 files changed, 202 insertions(+), 67 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/can/can-transceiver.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-can" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: pull-request: can-next 2018-01-16,pull-request: can-next 2018-01-16
2018-01-16 14:28 pull-request: can-next 2018-01-16 Marc Kleine-Budde
@ 2018-01-17 21:08 ` David Miller
0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2018-01-17 21:08 UTC (permalink / raw)
To: mkl; +Cc: netdev, linux-can, kernel
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Tue, 16 Jan 2018 15:28:46 +0100
> this is a pull request for net-next/master consisting of 9 patches.
>
> This is a series of patches, some of them initially by Franklin S Cooper
> Jr, which was picked up by Faiz Abbas. Faiz Abbas added some patches
> while working on this series, I contributed one as well.
>
> The first two patches add support to CAN device infrastructure to limit
> the bitrate of a CAN adapter if the used CAN-transceiver has a certain
> maximum bitrate.
>
> The remaining patches improve the m_can driver. They add support for
> bitrate limiting to the driver, clean up the driver and add support for
> runtime PM.
Pulled.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: pull-request: can-next 2018-01-16,pull-request: can-next 2018-01-16
2018-01-19 9:48 pull-request: " Marc Kleine-Budde
@ 2018-01-19 15:31 ` David Miller
0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2018-01-19 15:31 UTC (permalink / raw)
To: mkl; +Cc: netdev, kernel, linux-can
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Fri, 19 Jan 2018 10:48:11 +0100
> this is a pull request for net-next/master consisting of 1 patch.
>
> This patch by Arnd Bergmann for the m_can driver silences a compiler
> warning if CONFIG_PM is not selected.
Pulled, thanks Marc.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: pull-request: can-next 2018-01-16,pull-request: can-next 2018-01-16
2018-07-27 9:40 pull-request: " Marc Kleine-Budde
@ 2018-07-29 15:35 ` David Miller
0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2018-07-29 15:35 UTC (permalink / raw)
To: mkl; +Cc: netdev, kernel, linux-can
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Fri, 27 Jul 2018 11:40:10 +0200
> this is a pull request for net-next/master consisting of 38 patches.
...
> The following changes since commit ecbcd689d74a394b711d2360aef7e5d007ec9d98:
>
> Merge tag 'mlx5e-updates-2018-07-26' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux (2018-07-26 21:33:24 -0700)
>
> 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.19-20180727
Pulled, thanks Marc.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-07-29 17:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-16 14:28 pull-request: can-next 2018-01-16 Marc Kleine-Budde
2018-01-17 21:08 ` pull-request: can-next 2018-01-16,pull-request: " David Miller
-- strict thread matches above, loose matches on Subject: below --
2018-01-19 9:48 pull-request: " Marc Kleine-Budde
2018-01-19 15:31 ` pull-request: can-next 2018-01-16,pull-request: " David Miller
2018-07-27 9:40 pull-request: " Marc Kleine-Budde
2018-07-29 15:35 ` pull-request: can-next 2018-01-16,pull-request: " David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).