RFC: proposal to extend the open-pic interrupt specifier definition

2010-01-05 Thread Yoder Stuart-B08248
The current open-pic binding defines that interrupt specifiers have 2 cells-- an interrupt number and level/sense encoding. With chips like the P4080 this is no longer sufficient to represent the various types of interrupt sources handled by the interrupt controller. A linear list of interrupt n

[PATCH net-next v2 2/3] can: mscan-mpc5xxx: add support for the MPC512x processor

2010-01-05 Thread Wolfgang Grandegger
From: Wolfgang Grandegger The main differences compared to the MSCAN on the MPC5200 are: - More flexibility in choosing the CAN source clock and frequency: Three different clock sources can be selected: "ip", "ref" or "sys". For the latter two, a clock divider can be defined as well. If the

[PATCH net-next v2 3/3] powerpc/mpc5xxx: add OF platform binding doc for FSL MSCAN devices

2010-01-05 Thread Wolfgang Grandegger
From: Wolfgang Grandegger This patch adds documentation for the MSCAN OF device bindings for the MPC512x and moves the one for the MPC5200 to the new common file "Documentation/powerpc/dts-bindings/fsl/can.txt". Signed-off-by: Wolfgang Grandegger Acked-by: Wolfram Sang --- Documentation/power

[PATCH net-next v2 0/3] can: mscan-mpc5xxx: add support for the Freescale MPC512x

2010-01-05 Thread Wolfgang Grandegger
This patch series adds support for the MPC512x from Freescale to the mpc5xxx_can MSCAN driver. Changes since v1: - Various coding style issues, printk formats, variable names and error messagaes and typos fixes or improved - MPC5xxx specific data are now passed to mpc5xxx_can_probe() via "of

[PATCH net-next v2 1/3] can: mscan: fix improper return if dlc < 8 in start_xmit function

2010-01-05 Thread Wolfgang Grandegger
From: Wolfgang Grandegger The start_xmit function of the MSCAN Driver did return improperly if the CAN dlc check failed (skb not freed and invalid return code). This patch adds a proper check of the frame lenght and data size and returns now correctly. Furthermore, a typo has been fixed. Signed-

[PATCH net-next v2 0/3] can: mscan-mpc5xxx: add support for the Freescale MPC512x

2010-01-05 Thread Wolfgang Grandegger
This patch series adds support for the MPC512x from Freescale to the mpc5xxx_can MSCAN driver. Changes since v1: - Various coding style issues, printk formats, variable names and error messagaes and typos fixes or improved - MPC5xxx specific data are now passed to mpc5xxx_can_probe() via of_

[PATCH net-next v2 1/3] can: mscan: fix improper return if dlc < 8 in start_xmit function

2010-01-05 Thread Wolfgang Grandegger
From: Wolfgang Grandegger The start_xmit function of the MSCAN Driver did return improperly if the CAN dlc check failed (skb not freed and invalid return code). This patch adds a proper check of the frame lenght and data size and returns now correctly. Furthermore, a typo has been fixed. Signed-

[PATCH net-next v2 2/3] can: mscan-mpc5xxx: add support for the MPC512x processor

2010-01-05 Thread Wolfgang Grandegger
From: Wolfgang Grandegger The main differences compared to the MSCAN on the MPC5200 are: - More flexibility in choosing the CAN source clock and frequency: Three different clock sources can be selected: "ip", "ref" or "sys". For the latter two, a clock divider can be defined as well. If the

[PATCH net-next v2 3/3] powerpc/mpc5xxx: add OF platform binding doc for FSL MSCAN devices

2010-01-05 Thread Wolfgang Grandegger
From: Wolfgang Grandegger This patch adds documentation for the MSCAN OF device bindings for the MPC512x and moves the one for the MPC5200 to the new common file "Documentation/powerpc/dts-bindings/fsl/can.txt". Signed-off-by: Wolfgang Grandegger Acked-by: Wolfram Sang --- Documentation/power