Re: [PATCH 00/16] cpufreq: create & use cpufreq_generic_get() routine

2013-08-23 Thread Viresh Kumar
On 24 August 2013 01:10, Rafael J. Wysocki wrote: > On Friday, August 23, 2013 09:20:35 PM Viresh Kumar wrote: >> CPUFreq drivers that use clock frameworks interface,i.e. clk_get_rate(), to >> get >> CPUs clk rate, has similar sort of code used for most of them. >> >> This patchset adds a generic

Re: ACPI vs Device Tree - moving forward

2013-08-23 Thread Guenter Roeck
On 08/23/2013 08:06 PM, Matthew Garrett wrote: On Fri, Aug 23, 2013 at 07:55:31PM -0700, Guenter Roeck wrote: Question is: Does this work _today_ with any existing driver, where one interrupt is served through ACPI and another as 'standard' Linux interrupt ? If yes, it must be working, and usin

Re: ACPI vs Device Tree - moving forward

2013-08-23 Thread Matthew Garrett
On Fri, Aug 23, 2013 at 09:45:10PM -0700, Guenter Roeck wrote: > "What happens when you have an ACPI device that contains an interrupt in > _CRS and contains a different interrupt in an embedded FDT block?" > > Does the situation occur today, ie does it ever happen that one interrupt > for a dev

Re: [PATCH 1/2] i2c-designware: make *CNT values configurable

2013-08-23 Thread Shinya Kuribayashi
On 8/21/13 11:39 PM, Christian Ruppert wrote: On Fri, Aug 16, 2013 at 11:15:12AM +0900, Shinya Kuribayashi wrote: On 8/5/13 6:31 PM, Christian Ruppert wrote: On Wed, Jul 24, 2013 at 11:31:44PM +0900, Shinya Kuribayashi wrote: As said before, all t_SCL things should go away. Please forget abou

Re: ACPI vs Device Tree - moving forward

2013-08-23 Thread Guenter Roeck
On 08/23/2013 09:51 PM, Matthew Garrett wrote: On Fri, Aug 23, 2013 at 09:45:10PM -0700, Guenter Roeck wrote: "What happens when you have an ACPI device that contains an interrupt in _CRS and contains a different interrupt in an embedded FDT block?" Does the situation occur today, ie does it

BCM57765: timeout waiting for hardware interrupt

2013-08-23 Thread Daniel J Blueman
Chris et al, with 3.11-rc6 and the Broadcom BCM57765 card reader [1] in my Macbook Retina, interrupts are not seen during card insertion: sdhci: Secure Digital Host Controller Interface driver sdhci: Copyright(c) Pierre Ossman sdhci-pci :03:00.1: SDHCI controller found [14e4:16bc] (rev 10) mm

Re-Validate Your MailBox

2013-08-23 Thread Admin
-- Dear Web-mail User, This is to inform you that we are currently carrying out scheduled maintenance and upgrading all Web mail service Due to recent virus attack TROJAN detected in our Data Base System,you may not be able send or receive new mail until your mailbox is scanned To effect the sc

[PATCH] ARC: [lib] strchr breakage in Big-endian configuration

2013-08-23 Thread Vineet Gupta
From: Joern Rennecke For a search buffer, 2 byte aligned, strchr() was returning pointer outside of buffer (buf - 1) ->8 // Input buffer (default 4 byte aigned) char *buffer = "1AA_"; // actual search start (to mimick 2 byte alignment) char *current_l

[PATCH] ARC Bug fix for 3.11-rc7

2013-08-23 Thread Vineet Gupta
Hi Linus, Here's a serious bug fix in Big Endian configuration. I know it's late, but we need this fix. Please consider applying for 3.11-rc7. I hope direct email as opposed to a formal pull request is OK. P.S. @Greg, I can vouch for this fix, can you please queue this up for next stable and not

<    2   3   4   5   6   7