summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2011-03-07 08:04:58 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-03-07 12:19:50 +0000
commitf5c4ffbd65892829f7ec503a89ea24eb0fc952dc (patch)
tree321eb2c61af4a7adc27d86f1ccd3c6323110fe67 /tools/perf/scripts/python/bin
parentb7874e4490aa201be2f904ffd8bb88a7b9970c6a (diff)
downloadkernel-f5c4ffbd65892829f7ec503a89ea24eb0fc952dc.tar.gz
ASoC: Samsung: Merge neo1937_wm8753 and neo1973_gta02_wm8753 sound board driver
The neo1973(GTA01) and neo1973_gta02(GTA02) have a very similar audio hardware setup. They both use the same codec with the same routing to the gsm modem and bluetooth chip. But they do use different AMPs though and there are some minor differences in the speaker setup. As a result most of the code of those two drivers is identical. So from a maintenance point of view it makes sense to merge them into a single driver. It also reduces the size of kernel images supporting both the GTA01 and GTA02. As a side-effect of this merge the GTA01 for example gains support for routing audio to and from the bluetooth DAI. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
c545a7bbe77f3a1ae337d9e29beed079b'>powerpc: clean the inclusion of stringify.hChristophe Leroy 2018-07-20powerpc/prom_init: Remove linux,stdout-package propertyMurilo Opsfelder Araujo 2018-06-02powerpc/prom: Fix %u/%llx usage since prom_printf() changeMathieu Malaterre 2018-05-25powerpc/mm/radix: Use do/while(0) trick for single statement blockMathieu Malaterre 2018-05-25powerpc: Add __printf verification to prom_printfMathieu Malaterre 2018-04-04powerpc/mm/radix: Update command line parsing for disable_radixAneesh Kumar K.V 2018-04-01powerpc/64s: Remove POWER4 supportNicholas Piggin 2018-03-28Merge branch 'fixes' into nextMichael Ellerman 2018-03-27powerpc/init: Do not advertise radix during client-architecture-supportAlexey Kardashevskiy 2018-03-06powerpc/pseries: Fix vector5 in ibm architecture vector tableBharata B Rao 2018-02-22powerpc/pseries: Revert support for ibm,drc-info devtree propertyMichael Bringmann 2018-01-21powerpc: Enable support for ibm,drc-info devtree propertyMichael Bringmann 2018-01-16powerpc/pseries: Enable support of ibm,dynamic-memory-v2Nathan Fontenot 2017-09-02powerpc/xive: add XIVE Exploitation Mode to CASCédric Le Goater 2017-07-12powerpc: don't fortify prom_initDaniel Axtens 2017-04-04powerpc/prom: Increase minimum RMA size to 512MBSukadev Bhattiprolu 2017-03-06powerpc: Update to new option-vector-5 format for CASSuraj Jitindar Singh 2017-03-06powerpc: Parse the command line before calling CASSuraj Jitindar Singh 2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds 2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds 2017-02-21powerpc/pseries: Advertise Hot Plug Event support to firmwareMichael Roth 2017-02-14Merge branch 'topic/ppc-kvm' into nextMichael Ellerman 2017-02-10powerpc/pseries: Advertise HPT resizing support via CASDavid Gibson 2017-01-31powerpc/64: Enable use of radix MMU under hypervisor on POWER9Paul Mackerras 2017-01-24powerpc: Add missing error check to prom_find_boot_cpu()Darren Stevens 2016-11-30powerpc/prom: Switch to using structs for ibm_architecture_vecMichael Ellerman 2016-11-30powerpc/prom: Define structs for client architecture vectorsMichael Ellerman 2016-11-18powerpc: Fix old style declaration GCC warningsTobias Klauser