Re: [PATCH v3] [MFD] i2c-htcpld: Add the HTCPLD driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jan 18, 2010 at 7:36 AM, Samuel Ortiz <sameo@xxxxxxxxxxxxxxx> wrote:
> On Mon, Jan 18, 2010 at 01:48:55PM +0100, Samuel Ortiz wrote:
>> Hi Cory,
>>
>> I applied this patch, thanks a lot.
>> In the future, I'd like to see the GPIO handling from this patch moved to
>> drivers/gpio. Could you please look at that ?

Absolutely, thanks for applying it!  I'll send out a follow-on patch
as soon as I've got that change.

> I forgot to add that I also made it build on non ARM patforms. This line:
> set_irq_flags(irq, IRQF_VALID | IRQF_PROBE);
> became:
> #ifdef CONFIG_ARM
>                set_irq_flags(irq, IRQF_VALID | IRQF_PROBE);
> #else
>                set_irq_probe(irq);
> #endif
>

Ah, cool, thanks!

- Cory
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux GPIO]     [Linux SPI]     [Linux Hardward Monitoring]     [LM Sensors]     [Linux USB Devel]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux