Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1480777
| From | Julia Lawall <Julia.Lawall@lip6.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] constify gpio_chip structures |
| Date | 2016-09-11 14:40 +0200 |
| Message-ID | <sgcdb-69D-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Constify gpio_chip structures --- drivers/gpio/gpio-arizona.c | 2 +- drivers/gpio/gpio-bcm-kona.c | 2 +- drivers/gpio/gpio-da9052.c | 2 +- drivers/gpio/gpio-da9055.c | 2 +- drivers/gpio/gpio-it87.c | 2 +- drivers/gpio/gpio-lp873x.c | 2 +- drivers/gpio/gpio-lpc18xx.c | 2 +- drivers/gpio/gpio-pisosr.c | 2 +- drivers/gpio/gpio-sch.c | 2 +- drivers/gpio/gpio-stmpe.c | 2 +- drivers/gpio/gpio-tc3589x.c | 2 +- drivers/gpio/gpio-tpic2810.c | 2 +- drivers/gpio/gpio-tps65086.c | 2 +- drivers/gpio/gpio-tps65218.c | 2 +- drivers/gpio/gpio-tps65912.c | 2 +- drivers/gpio/gpio-ts4900.c | 2 +- drivers/gpio/gpio-twl4030.c | 2 +- drivers/gpio/gpio-wm831x.c | 2 +- drivers/gpio/gpio-wm8350.c | 2 +- drivers/gpio/gpio-wm8994.c | 2 +- drivers/mfd/sm501.c | 2 +- drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 2 +- drivers/pinctrl/stm32/pinctrl-stm32.c | 2 +- sound/soc/codecs/rt5677.c | 2 +- sound/soc/codecs/wm5100.c | 2 +- sound/soc/codecs/wm8903.c | 2 +- sound/soc/codecs/wm8962.c | 2 +- sound/soc/codecs/wm8996.c | 2 +- sound/soc/soc-ac97.c | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] constify gpio_chip structures Julia Lawall <Julia.Lawall@lip6.fr> - 2016-09-11 14:40 +0200
[PATCH 1/6] gpio: constify gpio_chip structures Julia Lawall <Julia.Lawall@lip6.fr> - 2016-09-11 14:40 +0200
Re: [PATCH 1/6] gpio: constify gpio_chip structures Joachim Eastwood <manabian@gmail.com> - 2016-09-11 15:40 +0200
Re: [PATCH 1/6] gpio: constify gpio_chip structures Linus Walleij <linus.walleij@linaro.org> - 2016-09-13 10:40 +0200
csiph-web