Re: [PATCH 2/4] devicetree: serial: Document msm_serial bindings

2013-08-20 Thread Kumar Gala
On Aug 20, 2013, at 12:00 PM, Stephen Boyd wrote: > On 08/20/13 07:41, Kumar Gala wrote: >> On Aug 19, 2013, at 4:39 PM, Stephen Boyd wrote: >> >>> diff --git a/Documentation/devicetree/bindings/serial/msm_serial.txt >>> b/Documentation/devicetree/bindings/serial/msm_serial.txt >>> new file mod

Re: [PATCH 2/4] devicetree: serial: Document msm_serial bindings

2013-08-20 Thread Stephen Boyd
On 08/20/13 07:41, Kumar Gala wrote: > On Aug 19, 2013, at 4:39 PM, Stephen Boyd wrote: > >> diff --git a/Documentation/devicetree/bindings/serial/msm_serial.txt >> b/Documentation/devicetree/bindings/serial/msm_serial.txt >> new file mode 100644 >> index 000..a6efac3 >> --- /dev/null >> +++ b

Re: [PATCH 2/4] devicetree: serial: Document msm_serial bindings

2013-08-20 Thread Kumar Gala
On Aug 19, 2013, at 4:39 PM, Stephen Boyd wrote: > The msm serial device bindings were added to the DTS files but > never documented. Let's document them now and also fix things up > so that it's clearer what hardware is supported. Instead of using > hsuart (for high speed uart), let's use uartdm

[PATCH 2/4] devicetree: serial: Document msm_serial bindings

2013-08-19 Thread Stephen Boyd
The msm serial device bindings were added to the DTS files but never documented. Let's document them now and also fix things up so that it's clearer what hardware is supported. Instead of using hsuart (for high speed uart), let's use uartdm because that matches the actual name of the hardware. Also