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-prev] [day] [month] [year] [list]
Date:	Fri, 16 Dec 2011 09:39:55 +0100
From:	Nicolas Ferre <nicolas.ferre@...el.com>
To:	"Shen, Voice" <Voice.Shen@...el.com>
CC:	linux-kernel@...r.kernel.org, linux-sound@...r.kernel.org,
	"Lin, JM" <JM.Lin@...el.com>, "Xu, Hong" <Hong.Xu@...el.com>
Subject: Re: [PATCH] atmel ac97c: using software reset instead hardware reset
 if not available

On 12/16/2011 02:52 AM, Shen, Voice :
> Hi Nicolas,
>   No one response for this.
>   Would you please merge it?

Unfortunately I cannot.

You will have to make sure that the *sound* maintainer is taking your
patch into account. It can take several iterations but you must be sure
that your work is included into maintainer's git tree.

Good luck... Bye,

> -----Original Message-----
> From: Nicolas Ferre [mailto:nicolas.ferre@...el.com] 
> Sent: Thursday, December 15, 2011 21:04 voice
> To: Shen, Voice
> Cc: linux-kernel@...r.kernel.org; linux-sound@...r.kernel.org; Lin, JM;
> Xu, Hong
> Subject: Re: [PATCH] atmel ac97c: using software reset instead hardware
> reset if not available
> 
> On 11/23/2011 11:05 AM, voice :
>> Using software reset instead hardware reset if not available
> 
> Ping?
> Can you please tell me what is the status of this fix? Will it go
> upstream for 3.3?
> 
>> Signed-off-by: Bo Shen <voice.shen@...el.com>
>> ---
>>  sound/atmel/ac97c.c |    4 ++++
>>  1 files changed, 4 insertions(+), 0 deletions(-)
>>
>> diff --git a/sound/atmel/ac97c.c b/sound/atmel/ac97c.c
>> index 6e5adde..73516f6 100644
>> --- a/sound/atmel/ac97c.c
>> +++ b/sound/atmel/ac97c.c
>> @@ -899,6 +899,10 @@ static void atmel_ac97c_reset(struct atmel_ac97c
> *chip)
>>  		/* AC97 v2.2 specifications says minimum 1 us. */
>>  		udelay(2);
>>  		gpio_set_value(chip->reset_pin, 1);
>> +	} else {
>> +		ac97c_writel(chip, MR, AC97C_MR_WRST | AC97C_MR_ENA);
>> +		udelay(2);
>> +		ac97c_writel(chip, MR, AC97C_MR_ENA);
>>  	}
>>  }
>>  
> 
> 


-- 
Nicolas Ferre
--
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