Merge remote-tracking branch 'regmap/topic/domain' into regmap-next
This commit is contained in:
commit
4d348e6e0a
2 changed files with 21 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
struct module;
|
||||
struct device;
|
||||
struct i2c_client;
|
||||
struct irq_domain;
|
||||
struct spi_device;
|
||||
struct regmap;
|
||||
struct regmap_range_cfg;
|
||||
|
@ -321,6 +322,7 @@ int regmap_add_irq_chip(struct regmap *map, int irq, int irq_flags,
|
|||
void regmap_del_irq_chip(int irq, struct regmap_irq_chip_data *data);
|
||||
int regmap_irq_chip_get_base(struct regmap_irq_chip_data *data);
|
||||
int regmap_irq_get_virq(struct regmap_irq_chip_data *data, int irq);
|
||||
struct irq_domain *regmap_irq_get_domain(struct regmap_irq_chip_data *data);
|
||||
|
||||
#else
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue