8376aadd | 20-Apr-2016 |
Eric Nelson <eric@nelint.com> |
gpio: intel_broadwell: remove gpio_xlate routine
With the addition of GPIO_ACTIVE_LOW parsing in gpio-uclass, the intel_broadwell driver doesn't need a custom xlate routine.
Signed-off-by: Eric Nel
gpio: intel_broadwell: remove gpio_xlate routine
With the addition of GPIO_ACTIVE_LOW parsing in gpio-uclass, the intel_broadwell driver doesn't need a custom xlate routine.
Signed-off-by: Eric Nelson <eric@nelint.com> Acked-by: Simon Glass <sjg@chromium.org>
show more ...
|
01b2a699 | 11-Apr-2016 |
Michal Simek <michal.simek@xilinx.com> |
GPIO: pca953x: Remove compilation warnings on arm64
Warnings: w+../drivers/gpio/pca953x.c: In function ‘do_pca953x’: w+../drivers/gpio/pca953x.c:220:5: warning: cast from pointer to integer of diffe
GPIO: pca953x: Remove compilation warnings on arm64
Warnings: w+../drivers/gpio/pca953x.c: In function ‘do_pca953x’: w+../drivers/gpio/pca953x.c:220:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] w+../drivers/gpio/pca953x.c:233:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
show more ...
|
251ab06d | 10-Mar-2016 |
Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> |
zynqmp: Kconfig: Enable ZYNQ_GPIO for ZynqMP
Enable ZYNQ_GPIO for ZynqMP using Kconfig. It enables the GPIO driver support for ZynqMP.
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
zynqmp: Kconfig: Enable ZYNQ_GPIO for ZynqMP
Enable ZYNQ_GPIO for ZynqMP using Kconfig. It enables the GPIO driver support for ZynqMP.
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
show more ...
|
404a00c7 | 10-Mar-2016 |
Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> |
gpio: zynqmp: Add GPIO driver support for ZynqMP
Add GPIO driver support for ZynqMP platform
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek
gpio: zynqmp: Add GPIO driver support for ZynqMP
Add GPIO driver support for ZynqMP platform
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
show more ...
|
f17abcae | 10-Mar-2016 |
Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> |
gpio: zynq: Move the definitions to driver file
Move all the gpio definitions to driver file as there is no use of them in other files.
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com
gpio: zynq: Move the definitions to driver file
Move all the gpio definitions to driver file as there is no use of them in other files.
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
show more ...
|
de77a03b | 10-Mar-2016 |
Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> |
gpio: zynq: Remove non driver model code
Remove non driver model support as it moved to driver model. Dont need non driver model anymore.
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.c
gpio: zynq: Remove non driver model code
Remove non driver model support as it moved to driver model. Dont need non driver model anymore.
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
show more ...
|