[PATCH] GEODE: update GPIO API to support setting multiple GPIOs at once

2007-10-18 Thread Andres Salomon
The existing Geode GPIO API only allows for updating one GPIO at once. There are instances where users want to update multiple GPIOs at once. With the current API, they are given two choices; either ignore the GPIO API: outl(0xc000, gpio_base + GPIO_OUTPUT_VAL); outl(0xc000,

[PATCH] GEODE: update GPIO API to support setting multiple GPIOs at once

2007-10-18 Thread Andres Salomon
The existing Geode GPIO API only allows for updating one GPIO at once. There are instances where users want to update multiple GPIOs at once. With the current API, they are given two choices; either ignore the GPIO API: outl(0xc000, gpio_base + GPIO_OUTPUT_VAL); outl(0xc000,