]> git.baikalelectronics.ru Git - uboot.git/commit
gpio: bcm6345: switch to raw I/O functions
authorPhilippe Reynes <philippe.reynes@softathome.com>
Thu, 7 Mar 2019 10:36:31 +0000 (11:36 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 12 Apr 2019 15:32:51 +0000 (17:32 +0200)
commit6cf1b4640d60f99f22ab051db4510c5315e8f9b2
treee0de5834218c67ba4b73d2622cf57bb6b4aace1e
parent518d7048f1b96fefb48258773c68239a7dc8ef4e
gpio: bcm6345: switch to raw I/O functions

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 <philippe.reynes@softathome.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
drivers/gpio/bcm6345_gpio.c