Re: [PATCH v3 1/2] dt-bindings: spi: Add Spreadtrum ADI controller documentation

2017-09-20 Thread Rob Herring
On Fri, Sep 15, 2017 at 03:29:15PM +0800, Baolin Wang wrote: > This patch adds the binding documentation for Spreadtrum ADI > controller device. > > Signed-off-by: Baolin Wang > --- > Changes since v2: > - Add some documentation to describe how many hardware channels can be > configured. > - R

Re: [PATCH v3 1/2] dt-bindings: spi: Add Spreadtrum ADI controller documentation

2017-09-19 Thread Mark Brown
On Fri, Sep 15, 2017 at 03:29:15PM +0800, Baolin Wang wrote: > This patch adds the binding documentation for Spreadtrum ADI > controller device. Please submit patches using subject lines reflecting the style for the subsystem. This makes it easier for people to identify relevant patches. Look at

[PATCH v3 1/2] dt-bindings: spi: Add Spreadtrum ADI controller documentation

2017-09-15 Thread Baolin Wang
This patch adds the binding documentation for Spreadtrum ADI controller device. Signed-off-by: Baolin Wang --- Changes since v2: - Add some documentation to describe how many hardware channels can be configured. - Remove "SPI framework" from binding file and other small optimization. Changes