linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: bgolaszewski@baylibre.com (Bartosz Golaszewski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/6] ARM: davinci: vpif capture & display support
Date: Tue, 28 Feb 2017 17:01:54 +0100	[thread overview]
Message-ID: <1488297720-4558-1-git-send-email-bgolaszewski@baylibre.com> (raw)

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

             reply	other threads:[~2017-02-28 16:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-28 16:01 Bartosz Golaszewski [this message]
2017-02-28 16:01 ` [PATCH v4 1/6] ARM: davinci: da8xx: allow having multiple pdata-quirks Bartosz Golaszewski
2017-03-07 10:54   ` Sekhar Nori
2017-02-28 16:01 ` [PATCH v4 2/6] ARM: davinci: board-da850-evm: add I2C ID for VPIF Bartosz Golaszewski
2017-02-28 16:01 ` [PATCH v4 3/6] ARM: davinci: da8xx: add OF_DEV_AUXDATA() for vpif Bartosz Golaszewski
2017-02-28 16:01 ` [PATCH v4 4/6] ARM: davinci: da8xx: add pdata-quirks for VPIF capture Bartosz Golaszewski
2017-02-28 16:01 ` [PATCH v4 5/6] ARM: da850-evm: add a fixed regulator for the UI board IO expander Bartosz Golaszewski
2017-02-28 16:02 ` [PATCH v4 6/6] ARM: davinci: add pdata-quirks for da850-evm vpif display Bartosz Golaszewski
2017-03-01 13:28 ` [PATCH v4 0/6] ARM: davinci: vpif capture & display support Sekhar Nori
2017-03-07 10:53   ` Sekhar Nori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1488297720-4558-1-git-send-email-bgolaszewski@baylibre.com \
    --to=bgolaszewski@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).