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
&
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
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
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
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
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
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
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
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
> 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
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
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
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
> ---
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
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
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
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
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
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
#)
* 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
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
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
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
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
#)
* 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
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
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
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.
> >
&
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
# (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
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
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
32 matches
Mail list logo