lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 13 Sep 2012 15:40:10 -0700
From:	Andrey Smirnov <andrey.smirnov@...vergeddevices.net>
To:	linux-media@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] A driver for Si476x series of chips

This patchset contains a driver for a Silicon Laboratories 476x series
of radio tuners. The driver itself is implemented as an MFD devices
comprised of three parts:
 1. Core device that provides all the other devices with basic
 functionality and locking scheme.
 2. Radio device that translates between V4L2 subsystem requests into
 Core device commands.
 3. Codec device that does similar to the earlier described task, but
 for ALSA SoC subsystem.

This driver has been tested to work in two different sytems:
 1. A custom Tegra-based ARM board(design is based on Harmony board)
 running linux kernel 3.1.10 kernel
 2. A standalone USB-connected board that has a dedicated Cortex M3
 working as a transparent USB to I2C bridge which was connected to a
 off-the-shelf x86-64 laptop running Ubuntu with 3.2.0 kernel.

As far as SubmitChecklist is concerned following criteria should be
satisfied: 2b, 3, 5, 7, 9, 10

Andrey Smirnov (3):
  Add a core driver for SI476x MFD
  Add a V4L2 driver for SI476X MFD
  Add a codec driver for SI476X MFD

 drivers/media/radio/Kconfig        |   17 +
 drivers/media/radio/radio-si476x.c | 1307 +++++++++++++++++++++++++++++++
 drivers/mfd/Kconfig                |   14 +
 drivers/mfd/Makefile               |    3 +
 drivers/mfd/si476x-cmd.c           | 1509 ++++++++++++++++++++++++++++++++++++
 drivers/mfd/si476x-i2c.c           | 1033 ++++++++++++++++++++++++
 drivers/mfd/si476x-prop.c          |  477 ++++++++++++
 include/linux/mfd/si476x-core.h    |  532 +++++++++++++
 include/media/si476x.h             |  461 +++++++++++
 sound/soc/codecs/Kconfig           |    4 +
 sound/soc/codecs/Makefile          |    2 +
 sound/soc/codecs/si476x.c          |  346 +++++++++
 12 files changed, 5705 insertions(+)
 create mode 100644 drivers/media/radio/radio-si476x.c
 create mode 100644 drivers/mfd/si476x-cmd.c
 create mode 100644 drivers/mfd/si476x-i2c.c
 create mode 100644 drivers/mfd/si476x-prop.c
 create mode 100644 include/linux/mfd/si476x-core.h
 create mode 100644 include/media/si476x.h
 create mode 100644 sound/soc/codecs/si476x.c

-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists