Re: [U-Boot] [PATCH 23/51] gdsys: mpc8308: Use shadow register for output GPIO values

2017-07-19 Thread Simon Glass
On 14 July 2017 at 05:55, Mario Six wrote: > Since gpio output status on MPC8xxx cannot be read back, it has to be > buffered locally. > > Signed-off-by: Dirk Eibach > Signed-off-by: Mario Six > --- > > board/gdsys/mpc8308/hrcon.c

[U-Boot] [PATCH 23/51] gdsys: mpc8308: Use shadow register for output GPIO values

2017-07-14 Thread Mario Six
Since gpio output status on MPC8xxx cannot be read back, it has to be buffered locally. Signed-off-by: Dirk Eibach Signed-off-by: Mario Six --- board/gdsys/mpc8308/hrcon.c | 4 ++-- board/gdsys/mpc8308/mpc8308.c | 19 +++