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

2014-12-10 Thread Ricardo Ribalda Delgado
I have just resend the whole patchet. I prefer 2 and 3 splited, so if you change your mind It is not a problem to split them again :) Regards! On Wed, Dec 10, 2014 at 2:09 PM, Alexandre Courbot wrote: > On Wed, Dec 10, 2014 at 10:07 PM, Ricardo Ribalda Delgado > wrote: >> Hello Alexandre >> >>

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

2014-12-10 Thread Alexandre Courbot
On Wed, Dec 10, 2014 at 10:07 PM, Ricardo Ribalda Delgado wrote: > Hello Alexandre > > Will merge them and resend. May I add your acked by to the merged 2/3? Not yet, I'd like to review the merged patch to get a good picture of what it is doing. -- To unsubscribe from this list: send the line "un

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

2014-12-10 Thread Ricardo Ribalda Delgado
Hello Alexandre Will merge them and resend. May I add your acked by to the merged 2/3? Thanks! On Wed, Dec 10, 2014 at 11:49 AM, Alexandre Courbot wrote: > On Tue, Dec 9, 2014 at 12:07 AM, Ricardo Ribalda Delgado > wrote: >> This way we do not need to transverse the device tree manually and we

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

2014-12-10 Thread Alexandre Courbot
On Tue, Dec 9, 2014 at 12:07 AM, Ricardo Ribalda Delgado wrote: > This way we do not need to transverse the device tree manually and we > support hot plugged devices. Looks ok at first sight, but I think patch 3 should be merged into this one. They are really closely related. -- To unsubscribe fr