Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1367008
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/9] Use GPIO data pointer in MFD |
| Date | 2016-03-30 10:50 +0200 |
| Message-ID | <rijZ7-2KA-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
I first planned to merge these patches through the GPIO tree with ACKs, but I chickened out because I was too worried about cross-tree conflicts. Oops they were left sitting out there on a branch, not good. It's better if you apply them to the MFD tree Lee, if you're still OK with them (they have your ACKs already). Thanks. Linus Walleij (9): mfd: asic3: Use gpiochip data pointer mfd: dm355evm_msp: Switch to gpiochip_add_data() mfd: htc-egpio: Use gpiochip data pointer mfd: htc-i2cpld: Use gpiochip data pointer mfd: sm501: Use gpiochip data pointer mfd: tc6393xb: Use gpiochip data pointer mfd: tps65010: Use gpiochip data pointer mfd: ucb1x00: Use gpiochip data pointer mfd: vexpress-sysreg: Switch to gpiochip_add_data() drivers/mfd/asic3.c | 10 +++++----- drivers/mfd/dm355evm_msp.c | 2 +- drivers/mfd/htc-egpio.c | 10 +++++----- drivers/mfd/htc-i2cpld.c | 15 +++++---------- drivers/mfd/sm501.c | 15 +++++---------- drivers/mfd/tc6393xb.c | 14 +++++++------- drivers/mfd/tps65010.c | 8 ++++---- drivers/mfd/ucb1x00-core.c | 14 +++++++------- drivers/mfd/vexpress-sysreg.c | 2 +- 9 files changed, 40 insertions(+), 50 deletions(-) -- 2.4.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/9] Use GPIO data pointer in MFD Linus Walleij <linus.walleij@linaro.org> - 2016-03-30 10:50 +0200
[PATCH 9/9] mfd: vexpress-sysreg: Switch to gpiochip_add_data() Linus Walleij <linus.walleij@linaro.org> - 2016-03-30 10:50 +0200
[PATCH 2/9] mfd: dm355evm_msp: Switch to gpiochip_add_data() Linus Walleij <linus.walleij@linaro.org> - 2016-03-30 10:50 +0200
[PATCH 5/9] mfd: sm501: Use gpiochip data pointer Linus Walleij <linus.walleij@linaro.org> - 2016-03-30 10:50 +0200
[PATCH 6/9] mfd: tc6393xb: Use gpiochip data pointer Linus Walleij <linus.walleij@linaro.org> - 2016-03-30 10:50 +0200
Re: [PATCH 6/9] mfd: tc6393xb: Use gpiochip data pointer Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> - 2016-03-31 12:20 +0200
[PATCH 3/9] mfd: htc-egpio: Use gpiochip data pointer Linus Walleij <linus.walleij@linaro.org> - 2016-03-30 10:50 +0200
[PATCH 8/9] mfd: ucb1x00: Use gpiochip data pointer Linus Walleij <linus.walleij@linaro.org> - 2016-03-30 10:50 +0200
[PATCH 4/9] mfd: htc-i2cpld: Use gpiochip data pointer Linus Walleij <linus.walleij@linaro.org> - 2016-03-30 11:00 +0200
[PATCH 7/9] mfd: tps65010: Use gpiochip data pointer Linus Walleij <linus.walleij@linaro.org> - 2016-03-30 11:00 +0200
csiph-web