Re: [PATCH 1/3] gpio: add a driver for the Synopsys DesignWare APB GPIO block

2013-11-05 Thread Sebastian Hesselbarth
On 11/05/2013 05:55 PM, Alan Tull wrote: From: Jamie Iles The Synopsys DesignWare block is used in some ARM devices (picoxcell) and can be configured to provide multiple banks of GPIO pins. v5: - handle sparse bank population correctly v3: - depend on rather than select IRQ_DOMAIN

[PATCH 1/3] gpio: add a driver for the Synopsys DesignWare APB GPIO block

2013-11-05 Thread Alan Tull
From: Jamie Iles The Synopsys DesignWare block is used in some ARM devices (picoxcell) and can be configured to provide multiple banks of GPIO pins. v5: - handle sparse bank population correctly v3: - depend on rather than select IRQ_DOMAIN - split IRQ support into a separate

[PATCH 1/3] gpio: add a driver for the Synopsys DesignWare APB GPIO block

2013-11-05 Thread Alan Tull
From: Jamie Iles ja...@jamieiles.com The Synopsys DesignWare block is used in some ARM devices (picoxcell) and can be configured to provide multiple banks of GPIO pins. v5: - handle sparse bank population correctly v3: - depend on rather than select IRQ_DOMAIN - split IRQ support

Re: [PATCH 1/3] gpio: add a driver for the Synopsys DesignWare APB GPIO block

2013-11-05 Thread Sebastian Hesselbarth
On 11/05/2013 05:55 PM, Alan Tull wrote: From: Jamie Iles ja...@jamieiles.com The Synopsys DesignWare block is used in some ARM devices (picoxcell) and can be configured to provide multiple banks of GPIO pins. v5: - handle sparse bank population correctly v3: - depend on rather than