diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-04-19 10:41:17 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-23 14:36:10 +0200 |
commit | 1bd421154821c3af8be98f705a49b14ce9796f20 (patch) | |
tree | 4e4821d34735a45dd6370e8c2bc14e09ae6cba61 /drivers | |
parent | 1be5b22e1d50bf94a97ad3932611e95c17ceb97b (diff) |
staging: atomisp: Augment TODO file with GPIO work item
To make sure that these drivers do not leave staging before they
are properly converted to use the new GPIO descriptor API,
augment the TODO file with this work item.
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/media/atomisp/TODO | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/staging/media/atomisp/TODO b/drivers/staging/media/atomisp/TODO index 255ce3630c2a..683da0cfc313 100644 --- a/drivers/staging/media/atomisp/TODO +++ b/drivers/staging/media/atomisp/TODO @@ -50,6 +50,11 @@ 11. Switch from videobuf1 to videobuf2. Videobuf1 is being removed! +12. Convert all uses of the old GPIO API from <linux/gpio.h> to the + GPIO descriptor API in <linux/gpio/consumer.h> and look up GPIO + lines from device properties. See other platform drivers for + examples. + Limitations: 1. To test the patches, you also need the ISP firmware |