Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1589632
| From | Bartosz Golaszewski <bgolaszewski@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/6] ARM: davinci: vpif capture & display support |
| Date | 2017-02-28 18:10 +0100 |
| Message-ID | <tfSFk-6Rj-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series adds pdata quirks and other changes required to make vpif work on the da850-evm board. v1 -> v2: - added patch 1/5 - don't bail-out from pdata_quirks_check() after applying a single quirk - changed the comment above the new fixed regulator to make it more descriptive - removed unnecessary #ifdefs from pdata-quirks.c v2 -> v3: - added patch 6/6: add enable GPIOs to pdata-quirks - this is needed because vpif gets its resources from pdata-quirks instead of the device tree v3 -> v4: - removed patch 6/6 - it may take some more time to determine the correct solution for enable-gpios, so I decided to respin the series without it and send it later as a follow-up - split the pdata-quirks patch for vpif capture into two separate patches: one adding the OF_DEV_AUXDATA() and one adding the actual quirks - split the vpif capture registration into two functions to avoid redundant ifs Bartosz Golaszewski (3): ARM: davinci: da8xx: allow having multiple pdata-quirks ARM: da850-evm: add a fixed regulator for the UI board IO expander ARM: davinci: add pdata-quirks for da850-evm vpif display Kevin Hilman (3): ARM: davinci: board-da850-evm: add I2C ID for VPIF ARM: davinci: da8xx: add OF_DEV_AUXDATA() for vpif ARM: davinci: da8xx: add pdata-quirks for VPIF capture arch/arm/mach-davinci/board-da850-evm.c | 4 + arch/arm/mach-davinci/da8xx-dt.c | 1 + arch/arm/mach-davinci/pdata-quirks.c | 178 +++++++++++++++++++++++++++++++- 3 files changed, 182 insertions(+), 1 deletion(-) -- 2.9.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v4 0/6] ARM: davinci: vpif capture & display support Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-02-28 18:10 +0100
[PATCH v4 4/6] ARM: davinci: da8xx: add pdata-quirks for VPIF capture Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-02-28 18:50 +0100
Re: [PATCH v4 0/6] ARM: davinci: vpif capture & display support Sekhar Nori <nsekhar@ti.com> - 2017-03-01 17:20 +0100
Re: [PATCH v4 0/6] ARM: davinci: vpif capture & display support Sekhar Nori <nsekhar@ti.com> - 2017-03-07 12:10 +0100
csiph-web