lkml.org 
[lkml]   [2020]   [Jun]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectRe: [PATCH v4 06/11] gpio: add support for the sl28cpld GPIO controller
    On Fri, Jun 5, 2020 at 9:44 PM Michael Walle <michael@walle.cc> wrote:
    > Am 2020-06-05 15:15, schrieb Andy Shevchenko:
    > > On Fri, Jun 05, 2020 at 02:42:53PM +0200, Michael Walle wrote:
    > >> Am 2020-06-05 14:00, schrieb Andy Shevchenko:
    > >> > On Fri, Jun 5, 2020 at 12:14 AM Michael Walle <michael@walle.cc> wrote:

    ...

    > >> > > + if (irq_support &&
    > >> >
    > >> > Why do you need this flag? Can't simple IRQ number be sufficient?
    > >>
    > >> I want to make sure, the is no misconfiguration. Eg. only GPIO
    > >> flavors which has irq_support set, have the additional interrupt
    > >> registers.
    > >
    > > In gpio-dwapb, for example, we simple check two things: a) hardware
    > > limitation
    > > (if IRQ is assigned to a proper port) and b) if there is any IRQ comes
    > > from DT,
    > > ACPI, etc.
    >
    > I can't follow you here. irq_support is like your (a); or the
    > "pp->idx == 0" in your example.

    And you have type already. Why do you need to duplicate it? Moreover,
    is it protection from wrong type to have interrupts?

    You can move this all stuff under corresponding switch-case.

    > >> > > + device_property_read_bool(&pdev->dev,
    > >> > > "interrupt-controller")) {
    > >> > > + irq = platform_get_irq(pdev, 0);
    > >> > > + if (irq < 0)
    > >> > > + return irq;
    > >> > > +
    > >> > > + ret = sl28cpld_gpio_irq_init(&pdev->dev, gpio, regmap,
    > >> > > + base, irq);
    > >> > > + if (ret)
    > >> > > + return ret;
    > >> > > +
    > >> > > + config.irq_domain =
    > >> > > regmap_irq_get_domain(gpio->irq_data);


    --
    With Best Regards,
    Andy Shevchenko

    \
     
     \ /
      Last update: 2020-06-05 23:21    [W:4.943 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site