[PATCH] Fix 82875 PCI setup

2007-03-29 Thread Adam Jackson
failing to start, since it expects the two lists to be consistent. Signed-off-by: Adam Jackson <[EMAIL PROTECTED]> --- linux-2.6.18.noarch/drivers/edac/i82875p_edac.c~ +++ linux-2.6.18.noarch/drivers/edac/i82875p_edac.c @@ -261,10 +261,6 @@ static void i82875p_che

[PATCH 1/2] ASoC: da7219: Reset codec gracefully, if still active

2016-09-26 Thread Adam Thomson
Currently the reset code in i2c_probe only resets the AAD part of the device and not the entire codec. This patch updates the driver to resolve this and ensures that if the codec is still active from a previous boot then the audio paths are powered down prior to reset. Signed-off-by: Adam Thomson

[PATCH 0/2] ASoC: da7219: Codec soft reset and AAD improvements

2016-09-26 Thread Adam Thomson
under the following commits: ASoC: da7219: software reset codec at probe ASoC: da7219: Support HP detect procedure when MCLK not present Adam Thomson (2): ASoC: da7219: Reset codec gracefully, if still active ASoC: da7219: Disable AAD if codec is not a wake-up source include/sound/da7219.h

[PATCH 2/2] ASoC: da7219: Disable AAD if codec is not a wake-up source

2016-09-26 Thread Adam Thomson
uring system suspend aren't captured. This patch updates the driver to disable AAD during suspend, if we're not a wake-up source, and then re-enables this on resume. Signed-off-by: Adam Thomson --- include/sound/da7219.h| 2 ++ sound/soc/codecs/da

[PATCH] ASoC: da7219: Make more efficient use of MCLK within driver

2016-07-29 Thread Adam Thomson
moving between the STANDBY and PREPARE bias level, and when a 3-pole jack is inserted and HP detection is required, thus saving power at all other times. Signed-off-by: Adam Thomson --- sound/soc/codecs/da7219-aad.c | 18 +- sound/soc/codecs/da7219.c | 18 +++--- 2

[PATCH 2/4] ASoC: da7213: Improve driver efficiency with regards to MCLK usage

2016-08-04 Thread Adam Thomson
Currently MCLK remains enabled during bias STANDBY state, and this is not necessary. This patch updates the code to handle enabling and disabling of MCLK, if provided, when moving between STANDBY and PREPARE states, therefore saving power when no active streams present. Signed-off-by: Adam

RE: [alsa-devel] [PATCH 3/4] ASoC: da7213: Refactor sysclk(), pll() functions to improve handling

2016-08-08 Thread Adam Thomson
On 08 August 2016 08:43, Peter Meerwald-Stadler wrote: > > Currently the handling of the PLL in the driver is a little clunky, > > and not ideal for all modes. This patch updates the code to make it > > cleaner and more sensible for the various PLL states. > > > > Key items of note are: > > - MCL

[PATCH 0/2] ASoC: da7218: Small clocking related updates for driver

2016-08-08 Thread Adam Thomson
This patch set contains two updates relating to clocking. The first removes the 32KHz PLL feature as this is no longer supported, and the second provides MCLK effciency improvements to avoid unnecessary MCLK enabling. Changes are based on v4.8-rc1 Linux kernel. Adam Thomson (2): ASoC: da7218

[PATCH 2/2] ASoC: da7218: Improve driver efficiency with regards to MCLK usage

2016-08-08 Thread Adam Thomson
Currently MCLK remains enabled during bias STANDBY state, and this is not necessary. This patch updates the code to handle enabling and disabling of MCLK, if provided, when moving between STANDBY and PREPARE states, therefore saving power when no active streams present. Signed-off-by: Adam

[PATCH 1/2] ASoC: da7218: Remove 32KHz PLL mode from driver

2016-08-08 Thread Adam Thomson
Functionality has been removed in latest silicon variants. This patch removes the feature from the driver to align. Signed-off-by: Adam Thomson --- sound/soc/codecs/da7218.c | 12 +++- sound/soc/codecs/da7218.h | 2 -- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a

Re: [virtio-dev] [PATCH v13 0/5] Virtio-balloon Enhancement

2017-08-15 Thread Adam Tao
we need to add one command queue for the common purpose(including different type of requests except the in/deflate ones)? Thanks Adam > The second feature can be used to accelerate live migration of VMs. Here > are some details: > > Live migration needs to transfer the VM's memo

Re: [PATCH 0/2] blackfin: Remove dead DSA code

2017-05-29 Thread Adam Borowski
On Sun, May 28, 2017 at 04:59:47PM -0700, Florian Fainelli wrote: > Hello? anyone still maintaining blackfin here? Looks like people edit arch/blackfin/ a lot whenever it interferes with some other work, but the only blackfin-specific fixes seem to be a couple of drive-by ones by Al Viro, then not

[RFC PATCH 5/7] power: supply: Add type for USB PD PPS chargers

2017-11-01 Thread Adam Thomson
This adds a type to represent USB PPS chargers as defined in the USB Power Delivery Specification Revision 3.0 V1.1 Signed-off-by: Adam Thomson --- drivers/power/supply/power_supply_sysfs.c | 2 +- include/linux/power_supply.h | 1 + 2 files changed, 2 insertions(+), 1 deletion

[RFC PATCH 6/7] typec: tcpm: Represent source supply through power_supply class

2017-11-01 Thread Adam Thomson
pply class' Signed-off-by: Adam Thomson --- drivers/usb/typec/Kconfig | 1 + drivers/usb/typec/fusb302/Kconfig | 2 +- drivers/usb/typec/fusb302/fusb302.c | 63 +- drivers/usb/typec/tcpm.c| 225 +++- 4 files changed, 228 in

[RFC PATCH 4/7] typec: tcpm: Add core support for sink side PPS

2017-11-01 Thread Adam Thomson
This commit adds code to handle requesting of PPS APDOs. Switching between standard PDOs and APDOs, and re-requesting an APDO to modify operating voltage/current will be triggered by an external call into TCPM. Signed-off-by: Adam Thomson --- drivers/usb/typec/tcpm.c | 441

[RFC PATCH 7/7] typec: tcpm: Add support for sink PPS related messages

2017-11-01 Thread Adam Thomson
ndled. Signed-off-by: Adam Thomson --- drivers/usb/typec/tcpm.c | 152 --- 1 file changed, 143 insertions(+), 9 deletions(-) diff --git a/drivers/usb/typec/tcpm.c b/drivers/usb/typec/tcpm.c index bf3c93a..d12304e 100644 --- a/drivers/usb/typec/tcpm.c

[RFC PATCH 1/7] typec: tcpm: Add PD Rev 3.0 definitions to PD header

2017-11-01 Thread Adam Thomson
This commit adds definitions for PD Rev 3.0 messages, including APDO PPS and extended message support for TCPM. Signed-off-by: Adam Thomson --- include/linux/usb/pd.h | 162 + 1 file changed, 151 insertions(+), 11 deletions(-) diff --git a

[RFC PATCH 2/7] typec: tcpm: Add ADO header for Alert message handling

2017-11-01 Thread Adam Thomson
This commit adds a header providing definitions for handling Alert messages. Currently the header only focuses on handling incoming alerts. Signed-off-by: Adam Thomson --- include/linux/usb/pd_ado.h | 49 ++ 1 file changed, 49 insertions(+) create

[RFC PATCH 0/7] typec: tcpm: Add sink side support for PPS

2017-11-01 Thread Adam Thomson
ed to ensure re-requests occur regularly to ensure PPS remains and the source does not hard reset. So with all of that covered, please feel free to rip this apart as you see fit. Note: Code changes are based on linux-next tag 'next-20171017' to pick up the move out of staging of TCPM rela

[RFC PATCH 3/7] typec: tcpm: Add SDB header for Status message handling

2017-11-01 Thread Adam Thomson
This commit adds a header providing definitions for handling Status messages. Currently the header only focuses on handling incoming Status messages. Signed-off-by: Adam Thomson --- include/linux/usb/pd_ext_sdb.h | 40 1 file changed, 40 insertions

RE: [RFC PATCH 2/7] typec: tcpm: Add ADO header for Alert message handling

2017-11-02 Thread Adam Thomson
On 01 November 2017 17:20, Greg Kroah-Hartman wrote: > On Wed, Nov 01, 2017 at 05:03:10PM +0000, Adam Thomson wrote: > > This commit adds a header providing definitions for handling Alert > > messages. Currently the header only focuses on handling incoming > > alerts. > &

RE: [RFC PATCH 3/7] typec: tcpm: Add SDB header for Status message handling

2017-11-02 Thread Adam Thomson
On 01 November 2017 17:21, Greg Kroah-Hartman wrote: > On Wed, Nov 01, 2017 at 05:03:11PM +0000, Adam Thomson wrote: > > This commit adds a header providing definitions for handling > > Status messages. Currently the header only focuses on handling > > incoming Status message

RE: [RFC PATCH 1/7] typec: tcpm: Add PD Rev 3.0 definitions to PD header

2017-11-02 Thread Adam Thomson
On 01 November 2017 20:09, Jack Pham wrote: > Hi Adam, > > On Wed, Nov 01, 2017 at 05:03:09PM +0000, Adam Thomson wrote: > > This commit adds definitions for PD Rev 3.0 messages, including > > APDO PPS and extended message support for TCPM. > > >

RE: [RFC PATCH 2/7] typec: tcpm: Add ADO header for Alert message handling

2017-11-02 Thread Adam Thomson
On 02 November 2017 16:49, Greg Kroah-Hartman wrote: > On Thu, Nov 02, 2017 at 11:40:12AM +0000, Adam Thomson wrote: > > On 01 November 2017 17:20, Greg Kroah-Hartman wrote: > > > > > On Wed, Nov 01, 2017 at 05:03:10PM +, Adam Thomson wrote: > > > >

[RFC PATCH v2 0/7] typec: tcpm: Add sink side support for PPS

2017-11-14 Thread Adam Thomson
s for referencing correct license. NOTE: Code changes are based on linux-next tag 'next-20171114' to pick up the move out of staging of TCPM related code. Adam Thomson (7): typec: tcpm: Add PD Rev 3.0 definitions to PD header typec: tcpm: Add ADO header for Alert message handling typec

[RFC PATCH v2 2/7] typec: tcpm: Add ADO header for Alert message handling

2017-11-14 Thread Adam Thomson
This commit adds a header providing definitions for handling Alert messages. Currently the header only focuses on handling incoming alerts. Signed-off-by: Adam Thomson --- include/linux/usb/pd_ado.h | 42 ++ 1 file changed, 42 insertions(+) create mode

[RFC PATCH v2 3/7] typec: tcpm: Add SDB header for Status message handling

2017-11-14 Thread Adam Thomson
This commit adds a header providing definitions for handling Status messages. Currently the header only focuses on handling incoming Status messages. Signed-off-by: Adam Thomson --- include/linux/usb/pd_ext_sdb.h | 31 +++ 1 file changed, 31 insertions(+) create

[RFC PATCH v2 5/7] power: supply: Add type for USB PD PPS chargers

2017-11-14 Thread Adam Thomson
This adds a type to represent USB PPS chargers as defined in the USB Power Delivery Specification Revision 3.0 V1.1 Signed-off-by: Adam Thomson Reviewed-by: Sebastian Reichel --- drivers/power/supply/power_supply_sysfs.c | 2 +- include/linux/power_supply.h | 1 + 2 files changed

[RFC PATCH v2 7/7] typec: tcpm: Add support for sink PPS related messages

2017-11-14 Thread Adam Thomson
ndled. Signed-off-by: Adam Thomson --- drivers/usb/typec/tcpm.c | 152 --- 1 file changed, 143 insertions(+), 9 deletions(-) diff --git a/drivers/usb/typec/tcpm.c b/drivers/usb/typec/tcpm.c index 7c26c3d..8db49ab 100644 --- a/drivers/usb/typec/tcpm.c

[RFC PATCH v2 6/7] typec: tcpm: Represent source supply through power_supply class

2017-11-14 Thread Adam Thomson
pply class' Signed-off-by: Adam Thomson --- drivers/usb/typec/Kconfig | 1 + drivers/usb/typec/fusb302/Kconfig | 2 +- drivers/usb/typec/fusb302/fusb302.c | 63 +- drivers/usb/typec/tcpm.c| 225 +++- 4 files changed, 228 in

[RFC PATCH v2 1/7] typec: tcpm: Add PD Rev 3.0 definitions to PD header

2017-11-14 Thread Adam Thomson
This commit adds definitions for PD Rev 3.0 messages, including APDO PPS and extended message support for TCPM. Signed-off-by: Adam Thomson --- include/linux/usb/pd.h | 174 + 1 file changed, 162 insertions(+), 12 deletions(-) diff --git a

[RFC PATCH v2 4/7] typec: tcpm: Add core support for sink side PPS

2017-11-14 Thread Adam Thomson
This commit adds code to handle requesting of PPS APDOs. Switching between standard PDOs and APDOs, and re-requesting an APDO to modify operating voltage/current will be triggered by an external call into TCPM. Signed-off-by: Adam Thomson --- drivers/usb/typec/tcpm.c | 476

RE: [PATCH 1/2] ASoC: da7218: fix fix child-node lookup

2017-11-14 Thread Adam Thomson
ematurely freed. > > Fixes: 4d50934abd22 ("ASoC: da7218: Add da7218 codec driver") > Cc: stable # 4.5 > Cc: Adam Thomson > Signed-off-by: Johan Hovold Acked-by: Adam Thomson > --- > sound/soc/codecs/da7218.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion

[PATCH 1/1] ASoC: da7219: Improve error handling for regulator supplies

2015-10-05 Thread Adam Thomson
o get supplies also provides an error message. Signed-off-by: Adam Thomson --- This patch is based on changes introduced under patch: 'ASoC: codecs: Add da7219 codec driver' (Commit 6d817c0e9fd7536be76690bfdee88e8a81c16f7d, kernel/git/broonie/sound.git) sound/soc/codecs/da7219.c | 1

[PATCH 0/2] ASoC: da7213: Add DT support for codec

2015-10-05 Thread Adam Thomson
This patch set adds DT support to the codec driver, and supporting bindings documentation. Patch set is based against v4.3-rc4 Adam Thomson (2): ASoC: da7213: Add DT support to codec driver ASoC: da7213: Add bindings documentation for codec driver Documentation/devicetree/bindings/sound

[PATCH 2/2] ASoC: da7213: Add bindings documentation for codec driver

2015-10-05 Thread Adam Thomson
Signed-off-by: Adam Thomson --- Documentation/devicetree/bindings/sound/da7213.txt | 41 ++ 1 file changed, 41 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/da7213.txt diff --git a/Documentation/devicetree/bindings/sound/da7213.txt b

[PATCH 1/2] ASoC: da7213: Add DT support to codec driver

2015-10-05 Thread Adam Thomson
This patch adds support for DT bindings in the codec driver. As part of this support, the mclk data can now be provided and used to control the mclk during codec operation. Signed-off-by: Adam Thomson --- sound/soc/codecs/da7213.c | 181 ++ sound/soc

[PATCH v6 0/6] Add support for DA9150 Fuel-Gauge

2015-10-05 Thread Adam Thomson
patch to change MFD binding doc to use relative paths. - MFD: New patch to use DEFINE_RES_IRQ_NAMED for all other IRQ resources. Changes in v2: - Moved temp callback function prototype to be part of power fuel-gauge patch, as requested by Lee Jones. Adam Thomson (6): mfd: da9150: Add sup

[PATCH v6 4/6] power: da9150: Add DT bindings documentation for Fuel-Gauge

2015-10-05 Thread Adam Thomson
Signed-off-by: Adam Thomson Acked-By: Sebastian Reichel --- Changes in v6: - Rebase to v4.3-rc4 Changes in v5: - Rebase to v4.2 Changes in v4: - Update compatible string of fuel-gauge to "dlg,da9150-fuel-gauge". - Changed example node name to "fuel-gauge". Changes in

[PATCH v6 5/6] mfd: da9150: Use relative paths in DT bindings document

2015-10-05 Thread Adam Thomson
When referencing other DT bindings documentation, use relative path rather than absolute. Signed-off-by: Adam Thomson Suggested-by: Lee Jones Acked-by: Lee Jones --- Changes in v6: - Rebase to v4.3-rc4 Changes in v5: - Rebase to v4.2 Changes in v4: - N/A Changes in v3: - Initial

[PATCH v6 1/6] mfd: da9150: Add support for Fuel-Gauge

2015-10-05 Thread Adam Thomson
Signed-off-by: Adam Thomson Acked-by: Lee Jones --- Changes in v6: - Rebase to v4.3-rc4 Changes in v5: - Rebase to v4.2 Changes in v4: - Update compatible string of fuel-gauge to "dlg, da9150-fuel-gauge". Also made similar change to driver name to keep things consistent. Cha

[PATCH v6 3/6] power: Add support for DA9150 Fuel-Gauge

2015-10-05 Thread Adam Thomson
This adds power supply driver support for the Fuel-Gauge part of the DA9150 combined Charger and Fuel-Gauge device. Signed-off-by: Adam Thomson Acked-By: Sebastian Reichel --- Changes in v6: - Rebase to v4.3-rc4 Changes in v5: - Rebase to v4.2 Changes in v4: - Update compatible string of

[PATCH v6 2/6] mfd: da9150: Update DT bindings for Fuel-Gauge support

2015-10-05 Thread Adam Thomson
Signed-off-by: Adam Thomson Acked-by: Lee Jones --- Changes in v6: - Rebase to v4.3-rc4 Changes in v5: - Rebase to v4.2 Changes in v4: - Update compatible string of fuel-gauge to "da9150-fuel-gauge". - Node name tidy up, relating to maintainer comments on fuel-gauge DT b

[PATCH v6 6/6] mfd: da9150: Use DEFINE_RES_IRQ_NAMED() help macro for IRQ resource

2015-10-05 Thread Adam Thomson
Signed-off-by: Adam Thomson Suggested-by: Lee Jones Acked-by: Lee Jones --- Changes in v6: - Rebase to v4.3-rc4 Changes in v5: - Rebase to v4.2 Changes in v4: - N/A Changes in v3: - Initial version. Changes in v2: - N/A drivers/mfd/da9150-core.c | 35

[PATCH 0/2] ASoC: da7219: Improve mclk error checking, use of_match_ptr

2015-10-07 Thread Adam Thomson
: 'ASoC: da7219: Improve error handling for regulator supplies' (Commit 4e929134eb8271abc9c52c371e056debfea6898b , kernel/git/broonie/sound.git) Adam Thomson (2): ASoC: da7219: Use of_match_ptr() when assigning match table ASoC: da7219: Improve error checking of mclk enable/disable

[PATCH 2/2] ASoC: da7219: Improve error checking of mclk enable/disable

2015-10-07 Thread Adam Thomson
Should only try to enable/disable the provided mclk, during bias level changes, if it's not NULL. Also return value of clk_prepare_enable() should be checked and dealt with accordingly. Signed-off-by: Adam Thomson --- sound/soc/codecs/da7219.c | 13 +++-- 1 file changed, 11 inser

[PATCH 1/2] ASoC: da7219: Use of_match_ptr() when assigning match table

2015-10-07 Thread Adam Thomson
Use of_match_ptr() to handle non-DT kernel scenario where match table should be NULL. Signed-off-by: Adam Thomson --- sound/soc/codecs/da7219.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/da7219.c b/sound/soc/codecs/da7219.c index c86a833..adcc079 100644

[PATCH v2 0/3] ASoC: da7213: Add DT support for codec

2015-10-07 Thread Adam Thomson
data provided (not NULL). - Add error checking for clk_prepare_enable() usage. Adam Thomson (3): ASoC: da7213: Add DT support to codec driver ASoC: da7213: Add support to handle mclk data provided to driver ASoC: da7213: Add bindings documentation for codec driver Documentation/devicetree

[PATCH v2 3/3] ASoC: da7213: Add bindings documentation for codec driver

2015-10-07 Thread Adam Thomson
Signed-off-by: Adam Thomson --- Documentation/devicetree/bindings/sound/da7213.txt | 41 ++ 1 file changed, 41 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/da7213.txt diff --git a/Documentation/devicetree/bindings/sound/da7213.txt b

[PATCH v2 2/3] ASoC: da7213: Add support to handle mclk data provided to driver

2015-10-07 Thread Adam Thomson
Driver now can make use of mclk data, if provided, to set, enable and disable the clock source. As part of this, the choice to enable clock squaring is dealt with as part of dai_sysclk() call rather than as platform data. Signed-off-by: Adam Thomson --- include/sound/da7213.h| 3 --- sound

[PATCH v2 1/3] ASoC: da7213: Add DT support to codec driver

2015-10-07 Thread Adam Thomson
This patch adds support for DT bindings in the codec driver. As part of this support, the mclk data can now be provided and used to control the mclk during codec operation. Signed-off-by: Adam Thomson --- sound/soc/codecs/da7213.c | 123 -- 1 file

[PATCH v7 5/6] mfd: da9150: Use relative paths in DT bindings document

2015-10-07 Thread Adam Thomson
When referencing other DT bindings documentation, use relative path rather than absolute. Signed-off-by: Adam Thomson Suggested-by: Lee Jones Acked-by: Lee Jones --- Changes in v6: - Rebase to v4.3-rc4 Changes in v5: - Rebase to v4.2 Changes in v3: - Initial version. Documentation

[PATCH v7 2/6] mfd: da9150: Update DT bindings for Fuel-Gauge support

2015-10-07 Thread Adam Thomson
Signed-off-by: Adam Thomson Acked-by: Lee Jones --- Changes in v6: - Rebase to v4.3-rc4 Changes in v5: - Rebase to v4.2 Changes in v4: - Update compatible string of fuel-gauge to "da9150-fuel-gauge". - Node name tidy up, relating to maintainer comments on fuel-gauge DT b

[PATCH v7 0/6] Add support for DA9150 Fuel-Gauge

2015-10-07 Thread Adam Thomson
wer fuel-gauge patch, as requested by Lee Jones. Adam Thomson (6): mfd: da9150: Add support for Fuel-Gauge mfd: da9150: Update DT bindings for Fuel-Gauge support power: Add support for DA9150 Fuel-Gauge power: da9150: Add DT bindings documentation for Fuel-Gauge mfd: da9150: Use relative

[PATCH v7 3/6] power: Add support for DA9150 Fuel-Gauge

2015-10-07 Thread Adam Thomson
This adds power supply driver support for the Fuel-Gauge part of the DA9150 combined Charger and Fuel-Gauge device. Signed-off-by: Adam Thomson Acked-by: Sebastian Reichel --- Changes in v7: - Fix return code handling for platform_get_irq_byname() call. Changes in v6: - Rebase to v4.3-rc4

[PATCH v7 1/6] mfd: da9150: Add support for Fuel-Gauge

2015-10-07 Thread Adam Thomson
Signed-off-by: Adam Thomson Acked-by: Lee Jones --- Changes in v6: - Rebase to v4.3-rc4 Changes in v5: - Rebase to v4.2 Changes in v4: - Update compatible string of fuel-gauge to "dlg, da9150-fuel-gauge". Also made similar change to driver name to keep things consistent. Cha

[PATCH v7 4/6] power: da9150: Add DT bindings documentation for Fuel-Gauge

2015-10-07 Thread Adam Thomson
Signed-off-by: Adam Thomson Acked-by: Sebastian Reichel --- Changes in v6: - Rebase to v4.3-rc4 Changes in v5: - Rebase to v4.2 Changes in v4: - Update compatible string of fuel-gauge to "dlg,da9150-fuel-gauge". - Changed example node name to "fuel-gauge". .../devic

[PATCH v7 6/6] mfd: da9150: Use DEFINE_RES_IRQ_NAMED() help macro for IRQ resource

2015-10-07 Thread Adam Thomson
Signed-off-by: Adam Thomson Suggested-by: Lee Jones Acked-by: Lee Jones --- Changes in v6: - Rebase to v4.3-rc4 Changes in v5: - Rebase to v4.2 Changes in v3: - Initial version. drivers/mfd/da9150-core.c | 35 +-- 1 file changed, 5 insertions(+), 30

[PATCH] ASoC: fsl_ssi: Fix checking of dai format for AC97 mode

2015-08-31 Thread Adam Thomson
rmine AC97 or not. Signed-off-by: Adam Thomson --- sound/soc/fsl/fsl_ssi.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c index c0b940e..ee47041 100644 --- a/sound/soc/fsl/fsl_ssi.c +++ b/sound/soc/fsl/fsl_ssi.c @@ -

[PATCH] ASoC: sun4i-codec: use consistent names for PA controls

2015-10-24 Thread Adam Sampson
s, leading to user-visible controls with different names referring to the same device. When this driver implements audio input, it'll also need to expose controls for the line and mic input preamps, so just referring to "the Pre-Amplifier" will be ambiguous. Change it to use "

Re: Problems with Zen under Xen and recent Linux kernel improvements

2018-08-05 Thread Adam Novak
x86/xen: Add call of speculative_store_bypass_ht_init() to PV paths". I can try cherry-picking that commit. Are there other commits in particular that might need to be pulled into the Ubuntu kernel to get it to work? On Tue, Jul 31, 2018 at 4:58 AM, Juergen Gross wrote: > On 31/07/18 03:14

Re: Problems with Zen under Xen and recent Linux kernel improvements

2018-08-05 Thread Adam Novak
OK, I pulled that commit, 74899d92e3dc7671a8017b3146dcd4735f3b, in to the Ubuntu kernel and it seems to solve the problem. Now I just need to get Ubuntu to ship it. Thanks! On Sun, Aug 5, 2018 at 12:27 PM, Adam Novak wrote: > Sorry, I am using Xen version 4.9.2, specifically 4.9.2-0ubun

Re: [PATCH v2 0/4] have the vt console preserve unicode characters

2018-06-20 Thread Adam Borowski
On Tue, Jun 19, 2018 at 11:34:34AM -0400, Nicolas Pitre wrote: > On Tue, 19 Jun 2018, Adam Borowski wrote: > > Thus, it'd be nice to use the structure you add to implement full Unicode > > range for the vast majority of people. This includes even U+2800..FF. :) > >

Re: [PATCH v2 0/4] have the vt console preserve unicode characters

2018-06-21 Thread Adam Borowski
On Wed, Jun 20, 2018 at 10:21:37PM -0400, Dave Mielke wrote: > [quoted lines by Adam Borowski on 2018/06/21 at 03:43 +0200] > > >It's meant for displaying braille to _sighted_ people. And in real world, > >the main [ab]use is a way to show images that won't get corrup

Re: [PATCH v2 0/4] have the vt console preserve unicode characters

2018-06-24 Thread Adam Borowski
On Wed, Jun 20, 2018 at 10:59:08PM -0400, Nicolas Pitre wrote: > On Thu, 21 Jun 2018, Adam Borowski wrote: > > > On Tue, Jun 19, 2018 at 11:34:34AM -0400, Nicolas Pitre wrote: > > > On Tue, 19 Jun 2018, Adam Borowski wrote: > > > > Thus, it'd be nice to use t

[PATCH] ASoC: da7219: Add delays to capture path to remove DC offset noise

2018-08-09 Thread Adam Thomson
problem by adding delays post Mic PGA and post Mixin PGA. The post Mic PGA delay is determined based on Mic Bias voltage, and is only applied the first time after a headset jack is inserted. Signed-off-by: Adam Thomson --- sound/soc/codecs/da7219-aad.c | 5 + sound/soc/codecs/da7219.c

Re: Kernel-only deployments?

2018-08-23 Thread Adam Borowski
On Thu, Aug 23, 2018 at 10:43:59AM -0700, Paul E. McKenney wrote: > The mkinitramfs approach results in about 40MB of initrd, and dracut > about 10MB. Most of this is completely useless for rcutorture, which > isn't interested in mounting filesystems, opening devices, and almost > all of the other

Re: [PATCH 0/6] vt: no blinking on console, 256/24-bit color improvements

2018-07-19 Thread Adam Borowski
On Thu, Jul 19, 2018 at 11:47:49AM +0100, Alan Cox wrote: > On Wed, 18 Jul 2018 05:01:52 +0200 > Adam Borowski wrote: > > > Hi! > > Here's a patchset with two entangled improvements: > > > > * it'd be good to get rid of blinking where possible. Ev

Re: [PATCH 0/6] vt: no blinking on console, 256/24-bit color improvements

2018-07-21 Thread Adam Borowski
On Sat, Jul 21, 2018 at 09:43:19AM +0200, Greg Kroah-Hartman wrote: > On Wed, Jul 18, 2018 at 05:01:52AM +0200, Adam Borowski wrote: > > Here's a patchset with two entangled improvements: > > > > * it'd be good to get rid of blinking where possible. Even CGA (thus

Problems with Zen under Xen and recent Linux kernel improvements

2018-07-30 Thread Adam Novak
s, and the new sibling-thread-aware code is looking for hyperthreading that Xen doesn't expose, maybe that is causing the problem? Thanks, -Adam

Re: get_maintainer.pl and change of email

2018-08-01 Thread Adam Borowski
On Wed, Aug 01, 2018 at 11:36:23AM -0700, Nick Desaulniers wrote: > It seems that get_maintainer.pl will make recommendations based on > commit history to a file, but over time, people change emails that > they commit from, then get_maintainer.pl recommends the possibly now > invalid email address.

Re: [PATCH 0/6] vt: no blinking on console, 256/24-bit color improvements

2018-07-23 Thread Adam Borowski
On Mon, Jul 23, 2018 at 10:53:29AM +0200, Geert Uytterhoeven wrote: > On Sat, Jul 21, 2018 at 11:39 PM Adam Borowski wrote: > > Technically, every console can be made to blink by drawing/clearing affected > > characters a few times per second, but that'd be quite a waste of

RE: [PATCH v2] ASoC: da7219: Allow pdata to specify a VDDIO

2018-07-23 Thread Adam Thomson
On 23 July 2018 00:28, Daniel Kurtz wrote: > Some systems do not have software controllable regulators driving the > DA7219's supplies, nor can they use device tree to create "always-on fixed > regulators" to easily pretend like they do. > > On these systems the call to devm_regulator_bulk_get()

[PATCH] ARM: DTS: am3517.dtsi: Disable reference to OMAP3 OTG controller

2018-07-11 Thread Adam Ford
The AM3517 has a different OTG controller location than the OMAP3, which is included from omap3.dtsi. This results in a hwmod error. Since the AM3517 has a different OTG controller address, this patch disabes one that is isn't available. Signed-off-by: Adam Ford diff --git a/arch/arm/boo

Re: [PATCH v3 1/3] vt: preserve unicode values corresponding to screen characters

2018-07-11 Thread Adam Borowski
On Wed, Jul 11, 2018 at 01:39:56PM -0700, Kees Cook wrote: > On Wed, Jul 11, 2018 at 2:18 AM, Greg Kroah-Hartman > wrote: > > On Tue, Jul 10, 2018 at 05:52:01PM -0700, Kees Cook wrote: > >> On Tue, Jun 26, 2018 at 8:56 PM, Nicolas Pitre > >> wrote: > >> > +++ b/drivers/tty/vt/vt.c > >> > [...] >

[PATCH] .gitignore: add ZSTD-compressed files

2018-07-13 Thread Adam Borowski
For now, that's arch/x86/boot/compressed/vmlinux.bin.zst but probably more will come, thus let's be consistent with all other compressors. Signed-off-by: Adam Borowski --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 97ba6b79834c..0d

[PATCH] io_submit.2: Add IOCB_FLAG_IOPRIO

2018-07-13 Thread adam . manzanares
From: Adam Manzanares The newly added IOCB_FLAG_IOPRIO aio_flag introduces new behaviors and return values. The details of this new feature are posted here: https://lkml.org/lkml/2018/5/22/809 Signed-off-by: Adam Manzanares --- man2/io_submit.2 | 34 +++--- 1 file

Re: [PATCH] dmaengine: dmatest: fix container_of member in dmatest_callback

2018-01-23 Thread Adam Wallis
ne); > if (!thread->done) { > done->done = true; > wake_up_all(done->wait); > Thanks for the catch Acked-by: Adam Wallis -- Adam Wallis Qualcomm Datacenter Technologies as an affiliate of Qualcomm Technologies, Inc. Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.

Re: [PATCH v6 00/41] ARM: davinci: convert to common clock framework​

2018-01-23 Thread Adam Ford
en I ran my basic tests, I just did a feel-good boot test (and reboot test) adam

Re: [PATCH] dmaengine: dmatest: fix container_of member in dmatest_callback

2018-01-24 Thread Adam Wallis
Vinod, On 1/23/2018 8:47 PM, Yang, Shunyong wrote: > Hi, Adam > > On Tue, 2018-01-23 at 09:32 -0500, Adam Wallis wrote: >> On 1/22/2018 2:28 AM, Yang Shunyong wrote: >>> >>> The type of arg passed to dmatest_callback is struct dmatest_done. >>> It re

Re: [PATCH v3] drm/nouveau: Move irq setup/teardown to pci ctor/dtor

2018-01-25 Thread Adam Borowski
On Thu, Jan 25, 2018 at 06:29:53PM -0500, Lyude Paul wrote: > This was made apparent by what appeared to be a regression in the > mainline kernel that started introducing suspend/resume issues for > nouveau: > > a0c9259dc4e1 (irq/matrix: Spread interrupts on allocation) I'm just a dumb us

Re: [git pull] uaccess-related bits of vfs.git

2017-05-13 Thread Adam Borowski
On Sat, May 13, 2017 at 07:57:45AM +0100, Al Viro wrote: > On Fri, May 12, 2017 at 06:00:44PM -0700, Linus Torvalds wrote: > > But the *first* thing I'd like to do would be to just get rid of > > __get_user/__put_user as a thing. It really does generate nasty code, > > and we might as well just mak

Re: [PATCH v5 01/44] dt-bindings: clock: Add new bindings for TI Davinci PLL clocks

2018-01-10 Thread Adam Ford
> > To make it easy to review that we have all bases covered, can you model > the all PLLC0 and PLLC1 (input and output) clocks for the next version? > >> >> There are three clocks coming into the IP block and there are 11 clocks >> going out (sysclk is 7 clocks). And you can specify the board-specific >> configuration, like having the "oscin-square-wave" flag when a square wave >> is used instead of a crystal oscillator and you can assign the multiplexer > > Ideally the OSCIN vs CLKIN selection should be another clock mux whose > output is one of the input clocks to PLL controller. But I can see the > difficulty in handling that as the mux itself is controlled by the PLL > controller. > >> input that will be used by obsclk. (And, this binding is totally compatible >> with the binding I have already proposed - although, I see now it would >> be better to go ahead and add the clocks-names property.) > > Also, please add the oscin-square-wave to the binding definition too. > > For the benefit of others reviewing and not familiar with the hardware, > the users guide for DA850 is here: > http://www.ti.com/lit/ug/spruh77c/spruh77c.pdf > I am available tomorrow to build and test patches against the da850-evm. I just need to know which version(s) to test. adam > and the PLL block diagram is on page 143 (Figure 8-1). > > Thanks, > Sekhar

Re: [PATCH v5 01/44] dt-bindings: clock: Add new bindings for TI Davinci PLL clocks

2018-01-11 Thread Adam Ford
On Wed, Jan 10, 2018 at 8:50 PM, David Lechner wrote: > On 01/10/2018 04:24 PM, Adam Ford wrote: >> >> >> I am available tomorrow to build and test patches against the >> da850-evm. I just need to know which version(s) to test. > > > Great. As per the cove

Re: [PATCH v5 01/44] dt-bindings: clock: Add new bindings for TI Davinci PLL clocks

2018-01-11 Thread Adam Ford
On Thu, Jan 11, 2018 at 9:47 AM, Sekhar Nori wrote: > On Thursday 11 January 2018 06:15 PM, Adam Ford wrote: >> On Wed, Jan 10, 2018 at 8:50 PM, David Lechner wrote: >>> On 01/10/2018 04:24 PM, Adam Ford wrote: >>>> >>>> >>>> I am av

Re: [PATCH v5 01/44] dt-bindings: clock: Add new bindings for TI Davinci PLL clocks

2018-01-11 Thread Adam Ford
On Thu, Jan 11, 2018 at 11:22 AM, David Lechner wrote: > On 01/11/2018 06:45 AM, Adam Ford wrote: >> >> On Wed, Jan 10, 2018 at 8:50 PM, David Lechner >> wrote: >>> >>> On 01/10/2018 04:24 PM, Adam Ford wrote: >>>> >>>> >>

Re: [PATCH v5 01/44] dt-bindings: clock: Add new bindings for TI Davinci PLL clocks

2018-01-11 Thread Adam Ford
On Thu, Jan 11, 2018 at 12:29 PM, David Lechner wrote: > On 01/11/2018 12:09 PM, Adam Ford wrote: >> >> On Thu, Jan 11, 2018 at 11:22 AM, David Lechner >> wrote: >>> >>> On 01/11/2018 06:45 AM, Adam Ford wrote: >>>> >>>>

Re: [PATCH v5 01/44] dt-bindings: clock: Add new bindings for TI Davinci PLL clocks

2018-01-11 Thread Adam Ford
On Thu, Jan 11, 2018 at 2:04 PM, David Lechner wrote: > On 01/11/2018 12:50 PM, Adam Ford wrote: >> >> On Thu, Jan 11, 2018 at 12:29 PM, David Lechner >> wrote: >>> >>> If removing the "clk_ignore_unused" option causes the board to not boot, >

Re: [PATCH v5 01/44] dt-bindings: clock: Add new bindings for TI Davinci PLL clocks

2018-01-11 Thread Adam Ford
On Thu, Jan 11, 2018 at 3:04 PM, David Lechner wrote: > On 01/11/2018 02:58 PM, Adam Ford wrote: >> >> On Thu, Jan 11, 2018 at 2:04 PM, David Lechner >> wrote: >>> >>> On 01/11/2018 12:50 PM, Adam Ford wrote: >>>> >>>> &

Re: [PATCH v5 02/44] clk: davinci: New driver for davinci PLL clocks

2018-01-12 Thread Adam Ford
ider_ops = &clk_divider_ops; >> >> >> setting the sysclk divider requires GOSTAT handling apart from setting >> the divider value. So I think .set_rate ops above wont work. Other ops >> can be used, I guess. So we need a private structure here. >> >> Can

Re: [PATCH] irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()

2018-02-01 Thread Adam Wallis
not this need to go >>> to -stable). >>> >> >> We've inspected the code because kernel was causing failures in >> scheduler/IPI_RESCHDULE. >> After some time of debugging, we landed in GIC driver and found that the >> issue was due >&

Re: [kernel-hardening] [PATCH v4 02/10] asm/nospec, array_ptr: sanitize speculative array de-references

2018-01-19 Thread Adam Sampson
ong) (idx < sz)); causes GCC, on ia32 and amd64, to generate exactly the same cmp/sbb sequence as in Linus's asm. Are there architectures where this form would allow speculation? Thanks, -- Adam Sampson <http://offog.org/>

Re: [PATCH v6 00/41] ARM: davinci: convert to common clock framework​

2018-01-21 Thread Adam Ford
644 drivers/clk/davinci/pll-dm646x.c > create mode 100644 drivers/clk/davinci/pll.c > create mode 100644 drivers/clk/davinci/pll.h > create mode 100644 drivers/clk/davinci/psc-da830.c > create mode 100644 drivers/clk/davinci/psc-da850.c > create mode 100644 drivers/clk/davinci/psc-dm355.c > create mode 100644 drivers/clk/davinci/psc-dm365.c > create mode 100644 drivers/clk/davinci/psc-dm644x.c > create mode 100644 drivers/clk/davinci/psc-dm646x.c > create mode 100644 drivers/clk/davinci/psc.c > create mode 100644 drivers/clk/davinci/psc.h > create mode 100644 include/linux/clk/davinci.h > I tested this tested on DA850-evm in both Device Tree mode and using the board file. The reboot is broken without the watchdog module, but the watchdog patch is in [PATCH] ARM: davinci_all_defconfig: set CONFIG_DAVINCI_WATCHDOG=y Go ahead and mark me down as tested if you want. Tested-by: Adam Ford > -- > 2.7.4 >

Re: [PATCH v4 6/7] ARM: davinci: convert to common clock framework

2018-01-04 Thread Adam Ford
me patches. It would be better if you had a git repo setup where I could just clone the repo and tests. Having a larger collection of smaller the patches would also give me the ability to bisect down to help determine what actually breaks the da850-evm vs a few large patches. Do you still need me

Re: [PATCH v2] dmaengine: dmatest: fix container_of member in dmatest_callback

2018-01-29 Thread Adam Wallis
g, struct dmatest_thread, done_wait); > + container_of(done, struct dmatest_thread, test_done); > if (!thread->done) { > done->done = true; > wake_up_all(done->wait); > Thanks again for the fix (and to Vinod for the cleanup) Acked-by: Adam

Re: [PATCH] ARM: davinci_all_defconfig: set CONFIG_DAVINCI_WATCHDOG=y

2018-01-16 Thread Adam Ford
260456 ("ARM: davinci: remove watchdog reset") and into the >> watchdog driver, devices cannot reboot unless the watchdog driver is >> loaded, so make it a compiled-in option so that we can always reboot, even >> when modules are not loaded. >> >> Cc: Sek

Re: [PATCH v5 01/44] dt-bindings: clock: Add new bindings for TI Davinci PLL clocks

2018-01-16 Thread Adam Ford
On Tue, Jan 16, 2018 at 5:22 AM, Sekhar Nori wrote: > Hi Adam, David, > > On Friday 12 January 2018 03:04 AM, Adam Ford wrote: >> Thanks for clarifying. I was able to make it work with the following patch: >> >> diff --git a/drivers/clk/davinci/psc-da850.c >>

RE: [PATCH v2] power: supply: da9150-fg: remove VLA usage

2018-03-12 Thread Adam Thomson
rective to remove all VLAs from > the kernel: https://lkml.org/lkml/2018/3/7/621 > > [1] https://marc.info/?l=kernel-hardening&m=152059600524753&w=2 > > Signed-off-by: Gustavo A. R. Silva Acked-by: Adam Thomson > --- > Changes in v2: > - Use DA9150_QIF_LONG_SIZ

RE: [PATCH v4 0/7] typec: tcpm: Add sink side support for PPS

2018-03-12 Thread Adam Thomson
On 09 March 2018 17:34, Greg Kroah-Hartman wrote: > On Tue, Jan 02, 2018 at 03:50:48PM +0000, Adam Thomson wrote: > > This patch set adds sink side support for the PPS feature introduced in the > > USB PD 3.0 specification. > > > > The source PPS supply is represe

[PATCH 2/2] vsprintf: don't dereference pointers to the first or last page

2018-03-06 Thread Adam Borowski
As old code to avoid so is inconsistent, let's unify it within a single macro. Signed-off-by: Adam Borowski --- lib/vsprintf.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/vsprintf.c b/lib/vsprintf.c index 1c2c3cc5a321..4914dac03f0a 100644 ---

<    1   2   3   4   5   6   7   8   9   10   >