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, 26 Jul 2012 11:28:33 +0100
From:	Lee Jones <lee.jones@...aro.org>
To:	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc:	STEricsson_nomadik_linux@...t.st.com, linus.walleij@...ricsson.com,
	arnd@...db.de, broonie@...nsource.wolfsonmicro.com,
	sameo@...ux.intel.com, olalilja@...oo.se,
	ola.o.lilja@...ricsson.com, alsa-devel@...a-project.org, lrg@...com
Subject: [PATCH 00/21] Some fixes and DT enablement for ux500 audio

This patch-set sees some code reinforcement surrounding the recently
accepted MOP500 MSP, PCM, AB8500 CODEC and ux500 Audio Machine Driver.
It contains some extra error checking pertaining to the ux500 specific
drivers themselves, along with bugfixes for issues in core SoC Audio 
code happened upon along the way. There are also a couple of minor 
clean-ups relating to ux500 platform code, which are hitching a ride 
for ease of status tracking.

 arch/arm/boot/dts/db8500.dtsi            |   48 ++++++
 arch/arm/mach-ux500/Kconfig              |    1 +
 arch/arm/mach-ux500/Makefile             |    2 +-
 arch/arm/mach-ux500/board-mop500-audio.c |  194 ++++++++++++++++++++++
 arch/arm/mach-ux500/board-mop500-msp.c   |  267 ------------------------------
 arch/arm/mach-ux500/board-mop500-msp.h   |   14 --
 arch/arm/mach-ux500/board-mop500.c       |   23 ++-
 arch/arm/mach-ux500/board-mop500.h       |    6 +
 arch/arm/mach-ux500/include/mach/msp.h   |    3 +-
 drivers/mfd/ab8500-core.c                |    1 +
 drivers/mfd/db8500-prcmu.c               |    1 +
 include/linux/mfd/abx500/ab8500-codec.h  |    6 +-
 sound/soc/codecs/ab8500-codec.c          |   79 +++++++++
 sound/soc/soc-dapm.c                     |    2 -
 sound/soc/soc-io.c                       |   14 +-
 sound/soc/ux500/mop500.c                 |   41 +++++
 sound/soc/ux500/ux500_msp_dai.c          |   11 +-
 sound/soc/ux500/ux500_msp_i2s.c          |  118 ++++++++++---
 sound/soc/ux500/ux500_msp_i2s.h          |    5 +-
 sound/soc/ux500/ux500_pcm.c              |    6 +
 20 files changed, 516 insertions(+), 326 deletions(-)

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ