On Fri, May 20, 2016 at 3:14 AM, Austin Christ wrote:
> From: Naveen Kaje
>
> I2C QUP driver relies on SMBus emulation support from the framework.
> To handle SMBus block reads, the driver should check I2C_M_RECV_LEN
> flag and should read the first byte received as the message length.
>
> The dr
On Tue, Apr 28, 2015 at 2:01 PM, Eddie Huang wrote:
> From: Xudong Chen
>
> Add devicetree bindings for Mediatek Soc I2C driver.
>
> Signed-off-by: Xudong Chen
> Signed-off-by: Eddie Huang
> ---
> .../devicetree/bindings/i2c/i2c-mt6577.txt | 41
> ++
> 1 file chang
On Tue, Apr 21, 2015 at 6:56 PM, Jan Kaisrlik wrote:
> From: Jan Kaisrlik
>
> This patch adds a function which helps to connect net device
> to DSA switch based on mii_bus and netdev.
>
> The switch parameters of the switch are configured in fill_platform_data().
> Currently, the configuration da
On Wed, Apr 15, 2015 at 8:06 PM, Alan Stern wrote:
> On Wed, 15 Apr 2015, rajeev kumar wrote:
>
>> > @@ -88,15 +88,13 @@ static int ehci_platform_power_on(struct
>> > platform_device *dev)
>> > }
>> >
>> >
On Tue, Apr 14, 2015 at 3:40 AM, Arun Ramamurthy
wrote:
> Getting phys by index instead of phy names so that we do
> not have to create a naming scheme when multiple phys
> are present
>
> Signed-off-by: Arun Ramamurthy
> Reviewed-by: Ray Jui
> Reviewed-by: Scott Branden
> ---
> drivers/usb/ho
-EOPNOTSUPP for such sequences.
>
> Signed-off-by: Harini Katakam
> Signed-off-by: Vishnu Motghare
> ---
>
> v3:
> Add warning in case of unsupported transfer.
>
Reviewed-by: Rajeev Kumar
> v2:
> Dont defeteature repeated start. Just check for unsupported conditions in the
On Wed, Dec 3, 2014 at 6:05 PM, Harini Katakam wrote:
> The I2C controller sends a NACK to the slave when transfer size register
> reaches zero, irrespective of the hold bit. So, in order to handle transfers
> greater than 252 bytes, the transfer size register has to be maintained at a
> value >=
Sorry for the last blank mail.
On Wed, Dec 3, 2014 at 10:09 PM, Andrew Jackson wrote:
> Convert to driver to use either platform_data or device-tree for configuration
> of the device. When using device-tree, the I2S block's configuration is read
> from the relevant registers: this reduces the am
On Wed, Dec 3, 2014 at 10:09 PM, Andrew Jackson wrote:
> Convert to driver to use either platform_data or device-tree for configuration
> of the device. When using device-tree, the I2S block's configuration is read
> from the relevant registers: this reduces the amount of information required
>
On Wed, Dec 3, 2014 at 10:59 PM, Mark Brown wrote:
> On Wed, Dec 03, 2014 at 04:39:01PM +, Andrew Jackson wrote:
>
>> + /* Iterate over set of channels - independently controlled.
>> + */
>> + do {
>> + if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
>> +
On Thu, Dec 4, 2014 at 12:10 PM, rajeev kumar
wrote:
> On Wed, Dec 3, 2014 at 10:55 PM, Mark Brown wrote:
>> On Wed, Dec 03, 2014 at 04:38:55PM +, Andrew Jackson wrote:
>>
>>> case SNDRV_PCM_TRIGGER_STOP:
>>> case SNDRV_PC
On Wed, Dec 3, 2014 at 10:55 PM, Mark Brown wrote:
> On Wed, Dec 03, 2014 at 04:38:55PM +, Andrew Jackson wrote:
>
>> case SNDRV_PCM_TRIGGER_STOP:
>> case SNDRV_PCM_TRIGGER_SUSPEND:
>> case SNDRV_PCM_TRIGGER_PAUSE_PUSH:
>> - dev->active--;
>> + if (dev
On 4/6/2014 3:05 AM, Sebastian Reichel wrote:
From: Pali Rohár
This patch converts the rx51 ASoC module to use
devm_snd_soc_register_card. It also adds module alias
to support driver autoloading.
Signed-off-by: Pali Rohár
Signed-off-by: Sebastian Reichel
---
sound/soc/omap/rx51.c | 48
depends on !ARCH_SPEAR13XX
select ARM_VIC
help
@@ -85,7 +84,7 @@ config MACH_SPEAR600
Supports ST SPEAr600 boards configured via the device-tree
config ARCH_SPEAR_AUTO
- def_bool PLAT_SPEAR_SINGLE
+ bool
depends on !ARCH_SPEAR13XX && !ARCH_SPEAR6XX
On 7/17/2012 2:21 PM, Ondrej Zary wrote:
static struct pnp_card_driver opti9xx_pnpc_driver = {
> > .flags = PNP_DRIVER_RES_DISABLE,
> > .name = "opti9xx",
>
> Why this is opti why not OPTi
It's not my code. This patch is just adding suspend/resume and not chang
Hello Ondrej,
On 7/17/2012 12:46 PM, Ondrej Zary wrote:
Implement suspend/resume support for Opti 92x and 93x chips.
Tested with Opti 929A+AD1848 and Opti 931.
Signed-off-by: Ondrej Zary
+#ifdef CONFIG_PM
+static int snd_opti9xx_suspend(struct snd_card *card)
+{
+ struct snd_opti9xx
Hello Peter,
On 7/16/2012 3:19 PM, Peter Ujfalusi wrote:
twl6040 ES1.1 and ES1.2 have the same revid (0x01).
ES1.3 of twl6040 REVID is 0x02.
Signed-off-by: Peter Ujfalusi
---
include/linux/mfd/twl6040.h |4 ++--
sound/soc/codecs/twl6040.c |2 +-
2 files changed, 3 insertions(+), 3
17 matches
Mail list logo