v2: * Fixed default pdata logic so that 0 in pdata fields really means "do nothing". * Added a patch to fix pdata gpio_cfg value confusion. * Moved all the pdata default & DT parsing logic to i2c_probe from codec probe. * Split parsing logic out into separate functions so probe is easier to read. * Rebased on top of the WM8903 cleanup patches Mark posted today.
Stephen Warren (5): ASoC: WM8903: Fix platform data gpio_cfg confusion ASoC: WM8903: Create default platform data structure ASoC: WM8903: Remove conditionals checking pdata != NULL ASoC: WM8903: Get default irq_active_low from IRQ controller ASoC: WM8903: Add device tree binding
Documentation/devicetree/bindings/sound/wm8903.txt | 50 ++++++ arch/arm/mach-tegra/board-harmony.c | 8 +- arch/arm/mach-tegra/board-seaboard.c | 8 +- include/sound/wm8903.h | 7 +- sound/soc/codecs/wm8903.c | 181 +++++++++++++++----- 5 files changed, 205 insertions(+), 49 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/wm8903.txt