Merge tag 'v5.4-rc6' into devel

Linux 5.4-rc6
This commit is contained in:
Linus Walleij
2019-11-05 11:00:40 +01:00
1519 changed files with 15232 additions and 11689 deletions

View File

@@ -201,6 +201,14 @@ struct gpio_irq_chip {
*/
bool threaded;
/**
* @init_hw: optional routine to initialize hardware before
* an IRQ chip will be added. This is quite useful when
* a particular driver wants to clear IRQ related registers
* in order to avoid undesired events.
*/
int (*init_hw)(struct gpio_chip *chip);
/**
* @init_valid_mask: optional routine to initialize @valid_mask, to be
* used if not all GPIO lines are valid interrupts. Sometimes some