Re: [PATCH v4 0/5] ARM: ep93xx: ts72xx: Add support for BK3 board

2017-12-06 Thread Alexander Sverdlin
Hello Hartley,

On 05/12/17 19:14, Hartley Sweeten wrote:
>> This patch series adds support for Liebherr's BK3 board, being a derivative 
>> of TS72XX design.
>>
>> This patchset consists of following patches:
>>
>> - ts72xx.[c|h] cosmetic cleanup/improvement
>> - Rewrite ts72xx.c to be reusable by bk3
>> - The Liebherr's BK3 board has been added with re-using code of
>>   ts72xx.c (detalied list of changes can be found in patch 6/6)
>>
>> This series applies on top of linux-next/master (next-20171130)
>>
>> Lukasz Majewski (5):
>>   ARM: ep93xx: ts72xx: Provide include guards for ts72xx.h file
>>   ARM: ep93xx: ts72xx: Rewrite ts72xx_register_flash() to accept
>> parameters
>>   ARM: ep93xx: ts72xx: Rewrite map IO code to be reusable
>>   ARM: ep93xx: ts72xx: cosmetic: Add some description to ts72xx code
>>   ARM: ep93xx: ts72xx: Add support for BK3 board - ts72xx derivative
>>
>>  MAINTAINERS   |   6 ++
>>  arch/arm/mach-ep93xx/Kconfig  |   7 ++
>>  arch/arm/mach-ep93xx/ts72xx.c | 198 
>> ++
>>  arch/arm/mach-ep93xx/ts72xx.h |   9 ++
>>  arch/arm/tools/mach-types |   1 +
>>  5 files changed, 202 insertions(+), 19 deletions(-)
> Looks good.
> 
> Acked-by: H Hartley Sweeten 

I can prepare pull request to Arnd, as we discussed previously, just
waited for your review.

Regards,
Alexander.


Re: [PATCH v4 0/5] ARM: ep93xx: ts72xx: Add support for BK3 board

2017-12-06 Thread Alexander Sverdlin
Hello Hartley,

On 05/12/17 19:14, Hartley Sweeten wrote:
>> This patch series adds support for Liebherr's BK3 board, being a derivative 
>> of TS72XX design.
>>
>> This patchset consists of following patches:
>>
>> - ts72xx.[c|h] cosmetic cleanup/improvement
>> - Rewrite ts72xx.c to be reusable by bk3
>> - The Liebherr's BK3 board has been added with re-using code of
>>   ts72xx.c (detalied list of changes can be found in patch 6/6)
>>
>> This series applies on top of linux-next/master (next-20171130)
>>
>> Lukasz Majewski (5):
>>   ARM: ep93xx: ts72xx: Provide include guards for ts72xx.h file
>>   ARM: ep93xx: ts72xx: Rewrite ts72xx_register_flash() to accept
>> parameters
>>   ARM: ep93xx: ts72xx: Rewrite map IO code to be reusable
>>   ARM: ep93xx: ts72xx: cosmetic: Add some description to ts72xx code
>>   ARM: ep93xx: ts72xx: Add support for BK3 board - ts72xx derivative
>>
>>  MAINTAINERS   |   6 ++
>>  arch/arm/mach-ep93xx/Kconfig  |   7 ++
>>  arch/arm/mach-ep93xx/ts72xx.c | 198 
>> ++
>>  arch/arm/mach-ep93xx/ts72xx.h |   9 ++
>>  arch/arm/tools/mach-types |   1 +
>>  5 files changed, 202 insertions(+), 19 deletions(-)
> Looks good.
> 
> Acked-by: H Hartley Sweeten 

I can prepare pull request to Arnd, as we discussed previously, just
waited for your review.

Regards,
Alexander.


RE: [PATCH v4 0/5] ARM: ep93xx: ts72xx: Add support for BK3 board

2017-12-05 Thread Hartley Sweeten
On Thursday, November 30, 2017 4:52 PM, Lukasz Majewski wrote:
>
> This patch series adds support for Liebherr's BK3 board, being a derivative 
> of TS72XX design.
>
> This patchset consists of following patches:
>
> - ts72xx.[c|h] cosmetic cleanup/improvement
> - Rewrite ts72xx.c to be reusable by bk3
> - The Liebherr's BK3 board has been added with re-using code of
>   ts72xx.c (detalied list of changes can be found in patch 6/6)
>
> This series applies on top of linux-next/master (next-20171130)
>
> Lukasz Majewski (5):
>   ARM: ep93xx: ts72xx: Provide include guards for ts72xx.h file
>   ARM: ep93xx: ts72xx: Rewrite ts72xx_register_flash() to accept
> parameters
>   ARM: ep93xx: ts72xx: Rewrite map IO code to be reusable
>   ARM: ep93xx: ts72xx: cosmetic: Add some description to ts72xx code
>   ARM: ep93xx: ts72xx: Add support for BK3 board - ts72xx derivative
>
>  MAINTAINERS   |   6 ++
>  arch/arm/mach-ep93xx/Kconfig  |   7 ++
>  arch/arm/mach-ep93xx/ts72xx.c | 198 
> ++
>  arch/arm/mach-ep93xx/ts72xx.h |   9 ++
>  arch/arm/tools/mach-types |   1 +
>  5 files changed, 202 insertions(+), 19 deletions(-)

Looks good.

Acked-by: H Hartley Sweeten 

Linus,

Would you mind picking this series up?

Thanks,
Hartley


RE: [PATCH v4 0/5] ARM: ep93xx: ts72xx: Add support for BK3 board

2017-12-05 Thread Hartley Sweeten
On Thursday, November 30, 2017 4:52 PM, Lukasz Majewski wrote:
>
> This patch series adds support for Liebherr's BK3 board, being a derivative 
> of TS72XX design.
>
> This patchset consists of following patches:
>
> - ts72xx.[c|h] cosmetic cleanup/improvement
> - Rewrite ts72xx.c to be reusable by bk3
> - The Liebherr's BK3 board has been added with re-using code of
>   ts72xx.c (detalied list of changes can be found in patch 6/6)
>
> This series applies on top of linux-next/master (next-20171130)
>
> Lukasz Majewski (5):
>   ARM: ep93xx: ts72xx: Provide include guards for ts72xx.h file
>   ARM: ep93xx: ts72xx: Rewrite ts72xx_register_flash() to accept
> parameters
>   ARM: ep93xx: ts72xx: Rewrite map IO code to be reusable
>   ARM: ep93xx: ts72xx: cosmetic: Add some description to ts72xx code
>   ARM: ep93xx: ts72xx: Add support for BK3 board - ts72xx derivative
>
>  MAINTAINERS   |   6 ++
>  arch/arm/mach-ep93xx/Kconfig  |   7 ++
>  arch/arm/mach-ep93xx/ts72xx.c | 198 
> ++
>  arch/arm/mach-ep93xx/ts72xx.h |   9 ++
>  arch/arm/tools/mach-types |   1 +
>  5 files changed, 202 insertions(+), 19 deletions(-)

Looks good.

Acked-by: H Hartley Sweeten 

Linus,

Would you mind picking this series up?

Thanks,
Hartley