Re: [tpmdd-devel] [PATCH 00/10] TPM2 updates for 4.4

2015-10-16 Thread Kevin Strasser
after this is to add policy based sealing for trusted keys and > algorithmic agility. Applied the series and ran some basic trusted keys tests. For the series: Tested-by: Kevin Strasser > > Jarkko Sakkinen (10): > tpm, tpm_crb: fix unaligned read of the command buffer address &

Re: documentation: sysfs-bus-usb: no CONFIG_PM_RUNTIME

2015-07-27 Thread Kevin Strasser
On Mon, Jul 27, 2015 at 09:01:01AM +0200, Valentin Rothberg wrote: > Hi Kevin, > > your commit 655fe4effe0f ("usbcore: add sysfs support to xHCI usb3 > hardware LPM") has shown up in today's linux-next tree (i.e., > next-20150727) adding the following lines to > Documentation/ABI/testing/sysfs-bus

[PATCH] usbcore: add sysfs support to xHCI usb3 hardware LPM

2015-06-16 Thread Kevin Strasser
Add a sysfs node to make it easier to verify if LPM is supported and being enabled for USB 3.0 devices. Signed-off-by: Kevin Strasser --- Documentation/ABI/testing/sysfs-bus-usb | 14 ++ Documentation/usb/power-management.txt | 15 +-- drivers/usb/core/hub.c

[PATCH v2] ASoC: Intel: fix sst firmware path for cht-bsw-rt5672

2015-02-05 Thread Kevin Strasser
All sst firmware is provided under the intel directory of the linux-firmware tree. By default this directory structure is kept when installing on a target system. Change the path to expect a default linux-firmware installation. Signed-off-by: Kevin Strasser --- sound/soc/intel/sst/sst_acpi.c

Re: [alsa-devel] [PATCH] ASoC: Intel: fix sst firmware path

2015-02-05 Thread Kevin Strasser
On Thu, Feb 05, 2015 at 06:14:58PM +, Mark Brown wrote: > On Wed, Feb 04, 2015 at 11:35:07AM -0800, Kevin Strasser wrote: > > All sst firmware is provided under the intel directory of the linux-firmware > > tree. By default this directory structure is kept when installing

[PATCH] ASoC: Intel: fix sst firmware path

2015-02-04 Thread Kevin Strasser
All sst firmware is provided under the intel directory of the linux-firmware tree. By default this directory structure is kept when installing on a target system. Change the path to expect a default linux-firmware installation. Signed-off-by: Kevin Strasser --- sound/soc/intel/sst/sst_acpi.c

[PATCH v2] ASoC: Intel: fix possible acpi enumeration panic

2014-12-15 Thread Kevin Strasser
A crash can occur on some platforms where adsp is enumerated but codec is not matched. Define codec_id as a pointer intead of an array so that it gets initialized to NULL for the terminating element of sst_acpi_bytcr[] and sst_acpi_chv[]. Signed-off-by: Kevin Strasser --- sound/soc/intel/sst

Re: [alsa-devel] [PATCH] ASoC: Intel: fix possible acpi enumeration panic

2014-12-15 Thread Kevin Strasser
On Mon, Dec 15, 2014 at 05:06:45PM +, Mark Brown wrote: > Please fix your mailer to word wrap comfortably under 80 colums so that your > mails are easily legible. Understood > > > This changes the check from verifying if a codec_id is present to > > > verifying if the first character in the c

[PATCH] ASoC: Intel: fix possible acpi enumeration panic

2014-12-10 Thread Kevin Strasser
A crash can occur on some platforms where adsp is enumerated but codec is not matched. Check that the codec_id string is valid before attempting to match. Signed-off-by: Kevin Strasser --- sound/soc/intel/sst/sst_acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound

Re: [PATCH 05/16] mfd: kempld-core: Make mfd_cell array const

2014-05-14 Thread kevin . strasser
> The kempld_devs (array of mfd_cells) can be safely made const. > > Signed-off-by: Krzysztof Kozlowski > Cc: Kevin Strasser Acked-by: Kevin Strasser Thanks, Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to maj

Re: [PATCH] mfd: Add support for COMe-bHL6 and COMe-cTH6 to Kontron PLD driver

2013-08-10 Thread Kevin Strasser
On Fri, Aug 09, 2013 at 05:33:43PM +0200, Michael Brunner wrote: > This patch adds DMI system IDs for the new Kontron modules COMe-bHL6 and > COMe-cTH6 to the Kontron PLD driver. > > Signed-off-by: Michael Brunner Acked-by: Kevin Strasser > --- > drivers/mfd/ke

Re: [PATCH] gpio: Fix platform driver name in Kontron PLD GPIO driver

2013-08-10 Thread Kevin Strasser
On Fri, Aug 09, 2013 at 05:33:06PM +0200, Michael Brunner wrote: > This patch changes the driver name to be consistent with the name that > is registered as cell name in the MFD driver. Otherwise the driver won't > load. > > Signed-off-by: Michael Brunner Acke

Re: [PATCH] gpio: Fix bit masking in Kontron PLD GPIO driver

2013-08-10 Thread Kevin Strasser
On Fri, Aug 09, 2013 at 05:33:26PM +0200, Michael Brunner wrote: > This patch fixes the bit masking within the GPIO driver. The masking is > basically done twice which causes the wrong GPIOs to be addressed. > > Signed-off-by: Michael Brunner Acked-by: Kevin Strasser > ---

Re: [PATCH v2 3/4] gpio: Kontron PLD gpio driver

2013-06-27 Thread Kevin Strasser
Hi Linus, On Wed, Jun 19, 2013 at 10:36:34AM +0200, Linus Walleij wrote: > On Tue, Jun 18, 2013 at 11:04 PM, Kevin Strasser > wrote: > > > Add gpio support for the on-board PLD found on some Kontron embedded > > modules. > > > > Signed-off-by: Guenter Roeck

Re: [PATCH v3 4/4] watchdog: Kontron PLD watchdog timer driver

2013-06-27 Thread Kevin Strasser
Hi Samuel, On Thu, Jun 27, 2013 at 11:47:05PM +0200, Samuel Ortiz wrote: > Hi Kevin, > > On Thu, Jun 27, 2013 at 11:23:15AM -0700, Kevin Strasser wrote: > > Hi Wim, > > > > This driver hasn't received any further feedback. Are you ready to take it > > into

Re: [PATCH v3 4/4] watchdog: Kontron PLD watchdog timer driver

2013-06-27 Thread Kevin Strasser
Hi Wim, This driver hasn't received any further feedback. Are you ready to take it into watchdog-next, or do you still need to review it? Thanks, Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo i

[PATCH v3 3/4] gpio: Kontron PLD gpio driver

2013-06-23 Thread Kevin Strasser
From: Guenter Roeck Add gpio support for the on-board PLD found on some Kontron embedded modules. Originally-From: Michael Brunner Signed-off-by: Guenter Roeck Signed-off-by: Kevin Strasser Acked-by: Darren Hart Reviewed-by: Linus Walleij --- drivers/gpio/Kconfig | 12 +++ drivers

[PATCH v3 4/4] watchdog: Kontron PLD watchdog timer driver

2013-06-23 Thread Kevin Strasser
Add watchdog timer support for the on-board PLD found on some Kontron embedded modules. Originally-From: Michael Brunner Signed-off-by: Kevin Strasser Acked-by: Guenter Roeck Acked-by: Darren Hart --- drivers/watchdog/Kconfig | 11 + drivers/watchdog/Makefile |1 + drivers

[PATCH v3 2/4] i2c: Kontron PLD i2c bus driver

2013-06-23 Thread Kevin Strasser
Add i2c support for the on-board PLD found on some Kontron embedded modules. Originally-From: Michael Brunner Signed-off-by: Kevin Strasser Acked-by: Guenter Roeck Acked-by: Darren Hart --- drivers/i2c/busses/Kconfig | 10 + drivers/i2c/busses/Makefile |1 + drivers/i2c/busses

[PATCH v3 1/4] mfd: Kontron PLD mfd driver

2013-06-23 Thread Kevin Strasser
#) * COMe-cCT6 * COMe-cDC2 (microETXexpress-DC) * COMe-cPC2 (microETXexpress-PC) * COMe-mCT10 * ETX-OH Originally-From: Michael Brunner Signed-off-by: Kevin Strasser Acked-by: Guenter Roeck Acked-by: Darren Hart Acked-by: Thomas Gleixner --- drivers/mfd/Kconfig

[PATCH v3 0/4] Kontron PLD drivers

2013-06-23 Thread Kevin Strasser
Changes since v2: -Change Michael's "Signed-off-by" to "Originally-From" in all patches -Add "From: Guenter Roeck " to gpio patch Guenter Roeck (1): gpio: Kontron PLD gpio driver Kevin Strasser (3): mfd: Kontron PLD mfd driver i2c: Kontron PLD i2c

Re: [PATCH v2 1/4] mfd: Kontron PLD mfd driver

2013-06-19 Thread Kevin Strasser
On Wed, Jun 19, 2013 at 11:12:09AM +0200, Thomas Gleixner wrote: > On Tue, 18 Jun 2013, Kevin Strasser wrote: > > This patch set looks reasonable now, except a formal issue. > > > Signed-off-by: Kevin Strasser > > Signed-off-by: Michael Brunner > > This is

[PATCH v2 3/4] gpio: Kontron PLD gpio driver

2013-06-18 Thread Kevin Strasser
Add gpio support for the on-board PLD found on some Kontron embedded modules. Signed-off-by: Guenter Roeck Signed-off-by: Kevin Strasser Signed-off-by: Michael Brunner Acked-by: Darren Hart --- drivers/gpio/Kconfig | 12 +++ drivers/gpio/Makefile |1 + drivers/gpio/gpio

[PATCH v2 4/4] watchdog: Kontron PLD watchdog timer driver

2013-06-18 Thread Kevin Strasser
Add watchdog timer support for the on-board PLD found on some Kontron embedded modules. Signed-off-by: Kevin Strasser Signed-off-by: Michael Brunner Acked-by: Guenter Roeck Acked-by: Darren Hart --- drivers/watchdog/Kconfig | 11 + drivers/watchdog/Makefile |1 + drivers

[PATCH v2 1/4] mfd: Kontron PLD mfd driver

2013-06-18 Thread Kevin Strasser
#) * COMe-cCT6 * COMe-cDC2 (microETXexpress-DC) * COMe-cPC2 (microETXexpress-PC) * COMe-mCT10 * ETX-OH Signed-off-by: Kevin Strasser Signed-off-by: Michael Brunner Acked-by: Guenter Roeck Acked-by: Darren Hart --- drivers/mfd/Kconfig| 21 ++ drivers/mfd

[PATCH v2 0/4] Kontron PLD drivers

2013-06-18 Thread Kevin Strasser
ead of slab.h for devm_kzalloc - Some cleanup here and there watchdog changes since v1: - Use watchdog framework - Allocate stages statically - Drop now1 driver - Use devm_kzalloc - Change default timeout to 30 seconds - Drop unused includes - General formatting cleanup Kevin Strasser (4): mfd: Kontr

[PATCH v2 2/4] i2c: Kontron PLD i2c bus driver

2013-06-18 Thread Kevin Strasser
Add i2c support for the on-board PLD found on some Kontron embedded modules. Signed-off-by: Kevin Strasser Signed-off-by: Michael Brunner Acked-by: Guenter Roeck Acked-by: Darren Hart --- drivers/i2c/busses/Kconfig | 10 + drivers/i2c/busses/Makefile |1 + drivers/i2c/busses

Re: [PATCH 4/4] watchdog: Kontron PLD watchdog timer

2013-04-10 Thread Kevin Strasser
On Wed, Apr 10, 2013 at 09:47:17AM -0700, Guenter Roeck wrote: > On Mon, Apr 08, 2013 at 10:15:21AM -0700, Kevin Strasser wrote: > > From: Michael Brunner > > > > Add watchdog timer support for the on-board PLD found on some Kontron > > embedded modules. > > &

[PATCH 3/4] gpio: Kontron PLD gpio driver

2013-04-08 Thread Kevin Strasser
From: Michael Brunner Add gpio support for the on-board PLD found on some Kontron embedded modules. Signed-off-by: Michael Brunner Signed-off-by: Kevin Strasser --- drivers/gpio/Kconfig| 22 ++ drivers/gpio/Makefile |2 + drivers/gpio/gpio-kempld.c | 476

[PATCH 1/4] mfd: Kontron PLD mfd driver

2013-04-08 Thread Kevin Strasser
# (ETXexpress-SC T#) * COMe-cCT6 * COMe-cDC2 (microETXexpress-DC) * COMe-cPC2 (microETXexpress-PC) * COMe-mCT10 * COMe-mSP1 (nanoETXexpress-SP) * COMe-mTT10 (nanoETXexpress-TT) * ETX-OH Signed-off-by: Michael Brunner Signed-off-by: Kevin Strasser

[PATCH 4/4] watchdog: Kontron PLD watchdog timer

2013-04-08 Thread Kevin Strasser
From: Michael Brunner Add watchdog timer support for the on-board PLD found on some Kontron embedded modules. Signed-off-by: Michael Brunner Signed-off-by: Kevin Strasser --- drivers/watchdog/Kconfig | 20 + drivers/watchdog/Makefile |2 + drivers/watchdog

[PATCH 2/4] i2c: Kontron PLD i2c bus driver

2013-04-08 Thread Kevin Strasser
From: Michael Brunner Add i2c support for the on-board PLD found on some Kontron embedded modules. Signed-off-by: Michael Brunner Signed-off-by: Kevin Strasser --- drivers/i2c/busses/Kconfig | 20 ++ drivers/i2c/busses/Makefile |1 + drivers/i2c/busses/i2c-kempld.c | 679