mfd: si476x: Add header files and Kbuild plumbing
authorAndrey Smirnov <andreysm@charmander.(none)>
Thu, 18 Apr 2013 16:58:30 +0000 (09:58 -0700)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 19 Apr 2013 16:38:13 +0000 (18:38 +0200)
commit9b8e1a5e4670b3b24c0e35c0884b4185f17fceab
tree12aa8af05621933720326d987fa1857283e5fd2a
parent379550698c1583db63ac62e62f465782f10418c2
mfd: si476x: Add header files and Kbuild plumbing

This patch adds all necessary header files and Kbuild plumbing for the
core driver for Silicon Laboratories Si476x series of AM/FM tuner
chips.

The driver as a whole is implemented as an MFD device and this patch
adds a core portion of it that provides all the necessary
functionality to the two other drivers that represent radio and audio
codec subsystems of the chip.

Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/Kconfig
drivers/mfd/Makefile
include/linux/mfd/si476x-core.h [new file with mode: 0644]
include/linux/mfd/si476x-platform.h [new file with mode: 0644]
include/linux/mfd/si476x-reports.h [new file with mode: 0644]