public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [GIT PULL FOR v3.12] Patches for 3.12
Date: Thu, 08 Aug 2013 13:43:30 +0200	[thread overview]
Message-ID: <52038462.5090000@xs4all.nl> (raw)

Hi Mauro,

Improvements for saa7115/gm7113c, moving the tea575x driver from sound to drivers/media
(where it really belongs), and some streamlining for dv_timings handling: all dv_timings
related helper code is now in a new module, so it's no longer in v4l2-common. I also
added some helper functions/macros to simplify driver development.

Regards,

	Hans

The following changes since commit dfb9f94e8e5e7f73c8e2bcb7d4fb1de57e7c333d:

  [media] stk1160: Build as a module if SND is m and audio support is selected (2013-08-01 14:55:25 -0300)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v3.12

for you to fetch changes up to e4313121621be741481838090ba2b31a2b1395dc:

  saa7115: Implement i2c_board_info.platform_data (2013-08-08 13:14:49 +0200)

----------------------------------------------------------------
Hans Verkuil (8):
      v4l2-dv-timings.h: remove duplicate V4L2_DV_BT_DMT_1366X768P60
      v4l2-dv-timings: add new helper module.
      v4l2: move dv-timings related code to v4l2-dv-timings.c
      DocBook/media/v4l: il_* fields always 0 for progressive formats
      videodev2.h: defines to calculate blanking and frame sizes
      v4l2: use new V4L2_DV_BT_BLANKING/FRAME defines
      v4l2: use new V4L2_DV_BT_BLANKING/FRAME defines
      ths8200/ad9389b: use new dv_timings helpers.

Jon Arne Jørgensen (3):
      saa7115: Fix saa711x_set_v4lstd for gm7113c
      saa7115: Do not load saa7115_init_misc for gm7113c
      saa7115: Implement i2c_board_info.platform_data

Ondrej Zary (2):
      tea575x: Move header from sound to media
      tea575x: Move from sound to media

 Documentation/DocBook/media/v4l/vidioc-g-dv-timings.xml          |   6 +-
 drivers/media/i2c/ad9389b.c                                      | 115 +++----------
 drivers/media/i2c/adv7604.c                                      |   9 +-
 drivers/media/i2c/saa7115.c                                      | 167 ++++++++++++++----
 drivers/media/i2c/saa711x_regs.h                                 |  19 +++
 drivers/media/i2c/ths7303.c                                      |   6 +-
 drivers/media/i2c/ths8200.c                                      |  64 +++----
 drivers/media/platform/blackfin/bfin_capture.c                   |   9 +-
 drivers/media/platform/davinci/vpif_capture.c                    |  10 +-
 drivers/media/platform/davinci/vpif_display.c                    |  10 +-
 drivers/media/radio/Kconfig                                      |  12 +-
 drivers/media/radio/Makefile                                     |   1 +
 drivers/media/radio/radio-maxiradio.c                            |   2 +-
 drivers/media/radio/radio-sf16fmr2.c                             |   2 +-
 drivers/media/radio/radio-shark.c                                |   2 +-
 sound/i2c/other/tea575x-tuner.c => drivers/media/radio/tea575x.c |   2 +-
 drivers/media/usb/hdpvr/hdpvr-video.c                            |   7 +-
 drivers/media/v4l2-core/Makefile                                 |   1 +
 drivers/media/v4l2-core/v4l2-common.c                            | 357 --------------------------------------
 drivers/media/v4l2-core/v4l2-dv-timings.c                        | 548 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/media/saa7115.h                                          |  64 +++++++
 include/{sound/tea575x-tuner.h => media/tea575x.h}               |   0
 include/media/v4l2-common.h                                      |  13 --
 include/media/v4l2-dv-timings.h                                  | 126 ++++++++++++++
 include/uapi/linux/v4l2-dv-timings.h                             |   8 -
 include/uapi/linux/videodev2.h                                   |  10 ++
 sound/i2c/other/Makefile                                         |   2 -
 sound/pci/Kconfig                                                |   9 +-
 sound/pci/es1968.c                                               |   2 +-
 sound/pci/fm801.c                                                |   2 +-
 30 files changed, 979 insertions(+), 606 deletions(-)
 rename sound/i2c/other/tea575x-tuner.c => drivers/media/radio/tea575x.c (99%)
 create mode 100644 drivers/media/v4l2-core/v4l2-dv-timings.c
 rename include/{sound/tea575x-tuner.h => media/tea575x.h} (100%)
 create mode 100644 include/media/v4l2-dv-timings.h

                 reply	other threads:[~2013-08-08 11:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=52038462.5090000@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=linux-media@vger.kernel.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