Re: [PATCH 22/24] dt-bindings: i2c: i2c-mtk: add support for MT8516

2019-04-16 Thread Wolfram Sang
On Sat, Mar 23, 2019 at 10:16:10PM +0100, Fabien Parent wrote:
> Add binding documentation of i2c-mtk for MT8516 SoC.
> 
> Signed-off-by: Fabien Parent 

Applied to for-next, thanks!



signature.asc
Description: PGP signature


Re: [PATCH 22/24] dt-bindings: i2c: i2c-mtk: add support for MT8516

2019-04-16 Thread Matthias Brugger



On 16/04/2019 10:14, Wolfram Sang wrote:
> On Tue, Apr 16, 2019 at 09:58:09AM +0200, Matthias Brugger wrote:
>> 
>> 
>> On 23/03/2019 22:16, Fabien Parent wrote:
>>> Add binding documentation of i2c-mtk for MT8516 SoC.
>>> 
>>> Signed-off-by: Fabien Parent  --- 
>>> Documentation/devicetree/bindings/i2c/i2c-mtk.txt | 1 + 1 file changed,
>>> 1 insertion(+)
>>> 
>> 
>> 
>> applied to v5.1-next/dts64
>> 
>> Wolfram let me know if you want to take it through your tree and I drop
>> the patch.
> 
> I'd like to take it via my tree to reduce conflicts. It already needs 
> rebasing on top of i2c/for-next because of Qii's MT8183 patches.
> 

Ok, dropped, the patch is all yours :)


Re: [PATCH 22/24] dt-bindings: i2c: i2c-mtk: add support for MT8516

2019-04-16 Thread Wolfram Sang
On Tue, Apr 16, 2019 at 09:58:09AM +0200, Matthias Brugger wrote:
> 
> 
> On 23/03/2019 22:16, Fabien Parent wrote:
> > Add binding documentation of i2c-mtk for MT8516 SoC.
> > 
> > Signed-off-by: Fabien Parent 
> > ---
> >  Documentation/devicetree/bindings/i2c/i2c-mtk.txt | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> 
> 
> applied to v5.1-next/dts64
> 
> Wolfram let me know if you want to take it through your tree and I drop the 
> patch.

I'd like to take it via my tree to reduce conflicts. It already needs
rebasing on top of i2c/for-next because of Qii's MT8183 patches.



signature.asc
Description: PGP signature


Re: [PATCH 22/24] dt-bindings: i2c: i2c-mtk: add support for MT8516

2019-04-16 Thread Matthias Brugger



On 23/03/2019 22:16, Fabien Parent wrote:
> Add binding documentation of i2c-mtk for MT8516 SoC.
> 
> Signed-off-by: Fabien Parent 
> ---
>  Documentation/devicetree/bindings/i2c/i2c-mtk.txt | 1 +
>  1 file changed, 1 insertion(+)
> 


applied to v5.1-next/dts64

Wolfram let me know if you want to take it through your tree and I drop the 
patch.

> diff --git a/Documentation/devicetree/bindings/i2c/i2c-mtk.txt 
> b/Documentation/devicetree/bindings/i2c/i2c-mtk.txt
> index ee4c32454198..aac7b56f251f 100644
> --- a/Documentation/devicetree/bindings/i2c/i2c-mtk.txt
> +++ b/Documentation/devicetree/bindings/i2c/i2c-mtk.txt
> @@ -12,6 +12,7 @@ Required properties:
>"mediatek,mt7623-i2c", "mediatek,mt6577-i2c": for MediaTek MT7623
>"mediatek,mt7629-i2c", "mediatek,mt2712-i2c": for MediaTek MT7629
>"mediatek,mt8173-i2c": for MediaTek MT8173
> +  "mediatek,mt8516-i2c", "mediatek,mt2712-i2c": for MediaTek MT8516
>- reg: physical base address of the controller and dma base, length of 
> memory
>  mapped region.
>- interrupts: interrupt number to the cpu.
> 


Re: [PATCH 22/24] dt-bindings: i2c: i2c-mtk: add support for MT8516

2019-03-28 Thread Rob Herring
On Sat, Mar 23, 2019 at 4:17 PM Fabien Parent  wrote:
>
> Add binding documentation of i2c-mtk for MT8516 SoC.
>
> Signed-off-by: Fabien Parent 
> ---
>  Documentation/devicetree/bindings/i2c/i2c-mtk.txt | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Rob Herring