All of lore.kernel.org
 help / color / mirror / Atom feed
* [bug report] gpio: Add ROHM BD9571MWV-M PMIC GPIO driver
@ 2017-07-17 19:20 Dan Carpenter
  2017-07-17 19:35 ` Marek Vasut
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Carpenter @ 2017-07-17 19:20 UTC (permalink / raw)
  To: marek.vasut; +Cc: linux-gpio

Hello Marek Vasut,

The patch 9384793036af: "gpio: Add ROHM BD9571MWV-M PMIC GPIO driver"
from Apr 25, 2017, is missing an include:

drivers/gpio/gpio-bd9571mwv.c
    15   * Based on the TPS65086 driver
    16   *
    17   * NOTE: Interrupts are not supported yet.
    18   */
    19  
    20  #include <linux/gpio/driver.h>
    21  #include <linux/module.h>
    22  #include <linux/platform_device.h>
    23  
    24  #include <linux/mfd/bd9571mwv.h>
                  ^^^^^^^^^^^^^^^^^^^^^
Where is this file?

    25  
    26  struct bd9571mwv_gpio {
    27          struct gpio_chip chip;
    28          struct bd9571mwv *bd;
    29  };
    30  

regards,
dan carpenter

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [bug report] gpio: Add ROHM BD9571MWV-M PMIC GPIO driver
  2017-07-17 19:20 [bug report] gpio: Add ROHM BD9571MWV-M PMIC GPIO driver Dan Carpenter
@ 2017-07-17 19:35 ` Marek Vasut
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Vasut @ 2017-07-17 19:35 UTC (permalink / raw)
  To: Dan Carpenter; +Cc: linux-gpio, Lee Jones, Geert Uytterhoeven

On 07/17/2017 09:20 PM, Dan Carpenter wrote:
> Hello Marek Vasut,

Hello Dan,

> The patch 9384793036af: "gpio: Add ROHM BD9571MWV-M PMIC GPIO driver"
> from Apr 25, 2017, is missing an include:

Unfortunately, the core code missed another MW, for details see:

https://patchwork.kernel.org/patch/9707899/

> drivers/gpio/gpio-bd9571mwv.c
>     15   * Based on the TPS65086 driver
>     16   *
>     17   * NOTE: Interrupts are not supported yet.
>     18   */
>     19  
>     20  #include <linux/gpio/driver.h>
>     21  #include <linux/module.h>
>     22  #include <linux/platform_device.h>
>     23  
>     24  #include <linux/mfd/bd9571mwv.h>
>                   ^^^^^^^^^^^^^^^^^^^^^
> Where is this file?
> 
>     25  
>     26  struct bd9571mwv_gpio {
>     27          struct gpio_chip chip;
>     28          struct bd9571mwv *bd;
>     29  };
>     30  
> 
> regards,
> dan carpenter
> 


-- 
Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-17 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-17 19:20 [bug report] gpio: Add ROHM BD9571MWV-M PMIC GPIO driver Dan Carpenter
2017-07-17 19:35 ` Marek Vasut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.