
Dear mathieu.poirier@linaro.org,
In message 1341413915-7944-2-git-send-email-mathieu.poirier@linaro.org you wrote:
From: "Mathieu J. Poirier" mathieu.poirier@linaro.org
Signed-off-by: Mathieu Poirier mathieu.poirier@linaro.org Signed-off-by: John Rigby john.rigby@linaro.org
Changes for v2:
- White space cleanup.
- Cleaned #defines.
- Removal of unnecessary defines.
arch/arm/include/asm/arch-u8500/db8500_gpio.h | 42 ++ arch/arm/include/asm/arch-u8500/db8500_pincfg.h | 172 ++++++ board/st-ericsson/snowball/Makefile | 51 ++ board/st-ericsson/snowball/db8500_pins.h | 745 +++++++++++++++++++++++ board/st-ericsson/snowball/snowball.c | 185 ++++++ boards.cfg | 1 + drivers/gpio/Makefile | 1 + drivers/gpio/db8500_gpio.c | 225 +++++++ drivers/serial/serial_pl01x.c | 2 + include/configs/snowball.h | 258 ++++++++ 10 files changed, 1682 insertions(+), 0 deletions(-)
Entry to MAINTAINERS missing.
Also, there are a large number of checkpatch warnings, mostly "line over 80 characters".
Please fix.
Best regards,
Wolfgang Denk