From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Fri, 8 Mar 2019 13:25:20 +0100 Subject: [U-Boot] [PATCH 01/14] gpio: bcm6345: switch to raw I/O functions In-Reply-To: <1551955004-24611-1-git-send-email-philippe.reynes@softathome.com> References: <1551955004-24611-1-git-send-email-philippe.reynes@softathome.com> Message-ID: <7ad158c1-ee47-28e9-c9b6-f15d149a0c96@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 07.03.19 um 11:36 schrieb Philippe Reynes: > This driver is used on several big endian mips board. > So we could use raw I/O function instead of forcing > big endian access. > > Signed-off-by: Philippe Reynes > --- > drivers/gpio/bcm6345_gpio.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > Reviewed-by: Daniel Schwierzeck -- - Daniel