Re: [PATCH v5 2/7] gpio/xilinx: Convert the driver to platform device interface

2015-01-12 Thread Linus Walleij
On Wed, Dec 17, 2014 at 4:51 PM, Ricardo Ribalda Delgado wrote: > This way we do not need to transverse the device tree manually and we > support hot plugged devices. > > Also Implement remove callback so the driver can be unloaded > > Acked-by: Michal Simek > Signed-off-by: Ricardo Ribalda

Re: [PATCH v5 2/7] gpio/xilinx: Convert the driver to platform device interface

2015-01-12 Thread Linus Walleij
On Wed, Dec 17, 2014 at 4:51 PM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: This way we do not need to transverse the device tree manually and we support hot plugged devices. Also Implement remove callback so the driver can be unloaded Acked-by: Michal Simek

[PATCH v5 2/7] gpio/xilinx: Convert the driver to platform device interface

2014-12-17 Thread Ricardo Ribalda Delgado
This way we do not need to transverse the device tree manually and we support hot plugged devices. Also Implement remove callback so the driver can be unloaded Acked-by: Michal Simek Signed-off-by: Ricardo Ribalda Delgado --- drivers/gpio/gpio-xilinx.c | 83

[PATCH v5 2/7] gpio/xilinx: Convert the driver to platform device interface

2014-12-17 Thread Ricardo Ribalda Delgado
This way we do not need to transverse the device tree manually and we support hot plugged devices. Also Implement remove callback so the driver can be unloaded Acked-by: Michal Simek michal.si...@xilinx.com Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com ---