[PATCH 1/2] mxc: add common debug board for 3-stack platforms
jason
jason77.wang at gmail.com
Thu Jun 17 09:37:50 EDT 2010
Sascha Hauer wrote:
> On Sat, Jun 12, 2010 at 10:25:06PM +0800, Jason Wang wrote:
>
>> The debug board is little different for all mxc 3-stack(PDK)
>> platforms, it is possible here to add a common implementation to
>> support this board.
>>
>
> Two small things left:
>
> Could you change the name cpld_debugboard.c to something like
> 3ds_debugboard.c? That we are talking about the 3ds is much more
> interesting than that there's a cpld on the board.
>
> Also, I really prefer having no extra header file for the debug board.
> All information in this header file is only interesting in this single C
> file.
>
> Sascha
>
>
>
Accept, will fix in next version.
Thanks,
Jason.
>> Signed-off-by: Jason Wang <jason77.wang at gmail.com>
>> ---
>> arch/arm/plat-mxc/Kconfig | 11 ++
>> arch/arm/plat-mxc/Makefile | 1 +
>> arch/arm/plat-mxc/cpld_debugboard.c | 161 ++++++++++++++++++++++
>> arch/arm/plat-mxc/include/mach/cpld_debugboard.h | 60 ++++++++
>> 4 files changed, 233 insertions(+), 0 deletions(-)
>> create mode 100644 arch/arm/plat-mxc/cpld_debugboard.c
>> create mode 100644 arch/arm/plat-mxc/include/mach/cpld_debugboard.h
>>
<snip>
More information about the linux-arm-kernel
mailing list