From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 25 May 2016 17:17:13 -0600 Subject: [U-Boot] [PATCH v5 3/4] dm: gpio: Implement open drain for MPC85XX GPIO In-Reply-To: <1464182123-14160-4-git-send-email-mario.six@gdsys.cc> References: <1464182123-14160-1-git-send-email-mario.six@gdsys.cc> <1464182123-14160-4-git-send-email-mario.six@gdsys.cc> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 25 May 2016 at 07:15, Mario Six wrote: > From: "mario.six at gdsys.cc" > > This patch implements the open-drain setting feature for the MPC85XX > GPIO controller. > > Signed-off-by: Mario Six > --- > > v5: > None > > v4: > - Added forgotten mpc85xx_gpio_{get,set}_open_drain functions > > v3: > - Added comments > > v2: > - Added missing commit message > - Fixed white space issues in function headers > > --- > drivers/gpio/Kconfig | 6 +++--- > drivers/gpio/mpc85xx_gpio.c | 41 +++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 44 insertions(+), 3 deletions(-) Reviewed-by: Simon Glass