Hello David, this is a pull request of 8 patches for net-next/master. Andri Yngvason contributes 4 patches in which the CAN state change handling is consolidated and unified among the sja1000, mscan and flexcan driver. The three patches by Jeremiah Mahler fix spelling mistakes and eliminate the banner[] variable in various parts. And a patch by me that switches on sparse endianess checking by default. Marc --- The following changes since commit 8d0c4697534a739725e429ff062dea393d8860d1: Merge branch 'ebpf-next' (2014-12-05 21:47:48 -0800) are available in the git repository at: git://gitorious.org/linux-can/linux-can-next.git tags/linux-can-next-for-3.19-20141207 for you to fetch changes up to 71a3aedce6b37318d0e38676681dff179ec42874: can: flexcan: Consolidate and unify state change handling (2014-12-07 21:22:10 +0100) ---------------------------------------------------------------- linux-can-next-for-3.19-20141207 ---------------------------------------------------------------- Andri Yngvason (4): can: dev: Consolidate and unify state change handling can: sja1000: Consolidate and unify state change handling can: mscan: Consolidate and unify state change handling can: flexcan: Consolidate and unify state change handling Jeremiah Mahler (3): can: eliminate banner[] variable and switch to pr_info() can: slcan/vcan: eliminate banner[] variable, switch to pr_info() can: fix spelling errors Marc Kleine-Budde (1): can: Enable -D__CHECK_ENDIAN__ for sparse by default drivers/net/can/Makefile | 3 +- drivers/net/can/cc770/cc770.c | 2 +- drivers/net/can/dev.c | 78 +++++++++++++++++++++++++++++ drivers/net/can/flexcan.c | 101 +++++++------------------------------- drivers/net/can/mscan/mscan.c | 48 ++++++------------ drivers/net/can/sja1000/sja1000.c | 51 +++++++++---------- drivers/net/can/slcan.c | 7 +-- drivers/net/can/vcan.c | 5 +- include/linux/can/dev.h | 3 ++ include/uapi/linux/can/error.h | 1 + net/can/af_can.c | 7 +-- net/can/bcm.c | 16 +++--- net/can/gw.c | 2 +- net/can/raw.c | 4 +- 14 files changed, 154 insertions(+), 174 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 |