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:	Fri, 24 Aug 2012 15:01:36 +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,
	ola.o.lilja@...ricsson.com, roger.xr.nilsson@...ricsson.com,
	alsa-devel@...a-project.org
Subject: [PATCH 00/17] MOP500 Audio fix-ups and DT enablement

This patch-set provides the MOP500 Audio driver with a few small
fix-ups along with Device Tree enablement for MOP500 Core and the
MSPs. You'll notice that we've left the PCM out for the time being
and continue to register that using platform code. This is because
we're still in the middle of discussions pertaining to how this
pseudo-device should be handled. We also pass pinctrl responsibility
to the MSP driver instead of setting it up in platform code, which
is an unnecessary over-head. 

 Documentation/devicetree/bindings/mfd/ab8500.txt   |   15 ++
 .../devicetree/bindings/sound/ux500-mop500.txt     |   39 +++
 .../devicetree/bindings/sound/ux500-msp.txt        |   43 ++++
 arch/arm/boot/dts/dbx5x0.dtsi                      |   39 +++
 arch/arm/boot/dts/snowball.dts                     |   16 ++
 arch/arm/mach-ux500/Makefile                       |    2 +-
 arch/arm/mach-ux500/board-mop500-audio.c           |  199 +++++++++++++++
 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                 |   22 +-
 arch/arm/mach-ux500/board-mop500.h                 |    8 +
 arch/arm/mach-ux500/include/mach/msp.h             |    2 -
 include/linux/mfd/abx500/ab8500-codec.h            |    6 +-
 sound/soc/codecs/ab8500-codec.c                    |   81 ++++++
 sound/soc/ux500/mop500.c                           |   47 +++-
 sound/soc/ux500/ux500_msp_dai.c                    |    6 +
 sound/soc/ux500/ux500_msp_i2s.c                    |   89 +++++--
 sound/soc/ux500/ux500_msp_i2s.h                    |    8 +-
 18 files changed, 584 insertions(+), 319 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