gpio-mpc8xxx: add mpc8xxx_gpio_set_multiple function
authorRojhalat Ibrahim <imr@rtschenk.de>
Tue, 4 Nov 2014 16:12:09 +0000 (17:12 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 27 Nov 2014 14:01:18 +0000 (15:01 +0100)
commite5db3b338aae35fbdd8b33cef6e2510f42ea4640
tree025dabed161e36892e1eaffff199cdbf83bc6de4
parent5f42424354f5b0ca5413b4fb8528d150692c85b7
gpio-mpc8xxx: add mpc8xxx_gpio_set_multiple function

Add a set_multiple function to the MPC8xxx GPIO chip driver and thereby allow
for actual performance improvements when setting multiple outputs
simultaneously. In my case the time needed to configure an FPGA goes down from
48 s to 20 s.

Change log:
  v6: - rebase on current linux-gpio devel branch
  v5: - no change
  v4: - change interface of the set_multiple driver function to use
        unsigned long as type for the bit fields
      - use generic bitops (which also use unsigned long for bit fields)
  v3: - change commit message
  v2: - add this patch (v1 included only changes to gpiolib)

Signed-off-by: Rojhalat Ibrahim <imr@rtschenk.de>
Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-mpc8xxx.c