Re: [U-Boot] [PATCH v6 3/4] mpc83xx: Add a GPIO driver for the MPC83XX family

2011-10-06 Thread Wolfgang Denk
Dear Joe Hershberger, In message <1313194256-23007-3-git-send-email-joe.hershber...@ni.com> you wrote: > Signed-off-by: Joe Hershberger > Cc: Joe Hershberger > Cc: Kim Phillips > --- > Changes for v2: > - Improved names of INIT constants (to include "CONFIG_") > - Moved changes to board/frees

[U-Boot] [PATCH v6 3/4] mpc83xx: Add a GPIO driver for the MPC83XX family

2011-08-12 Thread Joe Hershberger
Signed-off-by: Joe Hershberger Cc: Joe Hershberger Cc: Kim Phillips --- Changes for v2: - Improved names of INIT constants (to include "CONFIG_") - Moved changes to board/freescale/mpc8313erdb/mpc8313erdb.c to patch 2/2 Changes for v3: - gpio_init_* is now mpc83xx_gpio_init_* Changes for v4: