From: Kenneth Westfield
Add maintainers for the Qualcomm Technologies
sound drivers.
Signed-off-by: Kenneth Westfield
Acked-by: Banajit Goswami
---
MAINTAINERS | 7 +++
1 file changed, 7 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index
ddc5a8cf9a8ac0078f8ca1bc99d9c48f8197214a.
On 24/02/2015 4:31 p.m., Josh Boyer wrote:
On Tue, Feb 24, 2015 at 8:52 AM, Adrian Hunter wrote:
On 24/02/15 15:32, Josh Boyer wrote:
On Tue, Feb 24, 2015 at 5:46 AM, Adrian Hunter wrote:
Feature detection for pthread_attr_setaffinity_np was failing,
producing this error:
In file included f
To avoid race conditions when using the ds->ports[] array,
we need to check if the accessed port has been initialized.
Introduce and use helper function dsa_is_port_initialized
for that purpose and use it where needed.
Signed-off-by: Guenter Roeck
---
Applies to net-next on top of Florian's patch
The latest maintenance release Git v2.3.1 is now available at
the usual places.
The tarballs are found at:
https://www.kernel.org/pub/software/scm/git/
The following public repositories all have a copy of the 'v2.3.1'
tag and the 'maint' branch that the tag points at:
url = git://repo.or.
On 24/02/15 22:31, NeilBrown wrote:
> On Tue, 24 Feb 2015 12:40:32 +0200 Tomi Valkeinen
> wrote:
>
>> Hi,
>>
>> On 24/02/15 11:37, NeilBrown wrote:
>>>
>>>
>>> commit 303e4697e762dc92a40405f4e4b8aac02cd0d70b
>>> OMAPDSS: rename display-sysfs 'name' entry
>>>
>>> broke the xorg X server on my
[+cc Jiang, Thomas, Lv, Rafael, linux-pci, linux-acpi]
On Tue, Feb 24, 2015 at 9:47 PM, Dave Airlie wrote:
> Hey,
>
> just booted an old AMD rs780 box with new kernel and my ethernet
> failed to come up!
>
> Looks like the MAC addr is all ff's because the PCI bridge windows are
> messed up.
>
> I
On Wed, Feb 25, 2015 at 09:08:09AM +0900, Minchan Kim wrote:
> Hi Michal,
>
> On Tue, Feb 24, 2015 at 04:43:18PM +0100, Michal Hocko wrote:
> > On Tue 24-02-15 17:18:14, Minchan Kim wrote:
> > > Recently, Shaohua reported that MADV_FREE is much slower than
> > > MADV_DONTNEED in his MADV_FREE bomb
On Wed, 07 Jan 2015, Vignesh R wrote:
> In one shot mode, sequencer automatically disables all enabled steps at
> the end of each cycle. (both ADC steps and TSC steps) Hence these steps
> need not be saved in reg_se_cache for clearing these steps at a later
> stage.
> Also, when ADC wakes up Seque
On Wed, 2015-02-25 at 00:51 +, Hiroshi Shimamoto wrote:
> > Subject: Re: [E1000-devel] [PATCH] ixgbe: make VLAN filter
> conditional in SR-IOV case
> >
> > On Thu, 2014-11-13 at 08:28 +, Hiroshi Shimamoto wrote:
> > > From: Hiroshi Shimamoto
> > >
> > > Disable hardware VLAN filtering if
On Wed, 25 Feb 2015, 敬锐 wrote:
>
> On 02/16/2015 10:28 PM, Lee Jones wrote:
> >
> > +static int rts524a_optimize_phy(struct rtsx_pcr *pcr)
> > +{
> > + int err;
> > +
> > + err = rtsx_pci_write_register(pcr, RTS524A_PM_CTRL3,
> > + D3_DELINK_MODE_EN, 0x00);
> > + if (err < 0)
> >
On 24.02.2015 23:16, David Rientjes wrote:
> On Tue, 24 Feb 2015, Heinrich Schuchardt wrote:
>
>>> I'm afraid I don't understand this. The intent of the patch is to
>>> separate the max_threads logic into a new function, correct? If that's
>>> true, then I don't understand why UINT_MAX is bein
* Toshi Kani wrote:
> +int set_pages_array_wt(struct page **pages, int addrinarray)
> +{
> + return _set_pages_array(pages, addrinarray, _PAGE_CACHE_MODE_WT);
> +}
> +EXPORT_SYMBOL(set_pages_array_wt);
So by default we make new APIs EXPORT_SYMBOL_GPL(): we
don't want proprietary modules mu
* Andy Lutomirski wrote:
> ret_from_fork checks TIF_IA32 to determine whether pt_regs and the
> related state make sense for ret_from_sys_call. This is entirely
> the wrong check. TS_COMPAT would make a little more sense, but
> there's really no point in keeping this optimization at all.
>
>
On Tue, 24 Feb 2015, NeilBrown wrote:
> The twl4030 usb phy needs to be active while we are using
> the USB VBUS as a current source for charging.
> In particular, the usb3v1 regulator must be enabled and the
> PHY_PWR_PHYPWD bit must be set to keep the phy powered.
>
> commit ab37813f4093a5f59cb
On 02/24/2015 06:27 PM, Tony Lindgren wrote:
* Ravikumar Kattekola [150219 08:13]:
On 1/31/2015 10:36 PM, Ravikumar Kattekola wrote:
Fix bypass clock source for a few DPLLs.
On DRA7x/OMAP5, for a few DPLLs, both CLKINP and CLKINPULOW are connected
to a mux and the output from mux is routed to
Dear Maintainer,
PFA attached patch that prevents user from being returned garbage bytesused
value from vb2 framework.
Regards,
Sudip Jain
From 804e76f89d73d10b9fd7b25a48a6edc31faa40a9 Mon Sep 17 00:00:00 2001
From: Sudip Jain
Date: Wed, 25 Feb 2015 12:24:53 +0530
Subject: [PATCH] media: vb2:
> On Wed, 2015-02-25 at 00:51 +, Hiroshi Shimamoto wrote:
> > > Subject: Re: [E1000-devel] [PATCH] ixgbe: make VLAN filter
> > conditional in SR-IOV case
> > >
> > > On Thu, 2014-11-13 at 08:28 +, Hiroshi Shimamoto wrote:
> > > > From: Hiroshi Shimamoto
> > > >
> > > > Disable hardware VLA
Le 25/02/2015 01:44, Rusty Russell a écrit :
Yannick Guerrini writes:
Fix typos in pr_warn message about unused symbols
Signed-off-by: Yannick Guerrini
Thanks. AFAICT you changed "evalute" to "evaluate", "mainlinglist" to
"mailing list" and added a "to".
Applied,
Rusty.
Exactly, I forgot
On 02/24/2015 07:15 PM, Tony Lindgren wrote:
* Vignesh R [150209 22:43]:
In am33xx and am43xx, ehrpwm tbclk is derived from functional clock of
PWMSS. The schematics and TRMs show that there is only one input clock to
the PWMSS. But currently, tbclk is wrongly shown to be deriving from
dpll_per
* Jason Baron wrote:
> Hi,
>
> When we are sharing a wakeup source among multiple epoll
> fds, we end up with thundering herd wakeups, since there
> is currently no way to add to the wakeup source
> exclusively. This series introduces a new EPOLL_ROTATE
> flag to allow for round robin exclu
Hi Doug,
On Fri, Feb 20, 2015 at 5:19 AM, Doug Anderson wrote:
> Alim and Addy,
>
> On Sun, Feb 15, 2015 at 3:28 PM, Alim Akhtar wrote:
>> Hi Addy,
>>
>> On Sat, Feb 14, 2015 at 11:47 AM, Addy Ke wrote:
>>> As show in mmc_power_up(), in MMC_POWER_UP state, the voltage isn't
>>> stable and we m
On 02/25/2015 09:25 AM, Rusty Russell wrote:
> Andrey Ryabinin writes:
>> On 02/23/2015 11:26 AM, Rusty Russell wrote:
>>> Andrey Ryabinin writes:
On 02/20/2015 03:15 AM, Rusty Russell wrote:
> Andrey Ryabinin writes:
>> On 02/19/2015 02:10 AM, Rusty Russell wrote:
>>> This is n
> +static void try_to_push_tasks(void *arg)
> +{
> + struct rt_rq *rt_rq = arg;
> + struct rq *rq, *next_rq;
> + int next_cpu = -1;
> + int next_prio = MAX_PRIO + 1;
> + int this_prio;
> + int src_prio;
> + int prio;
> + int this_cpu;
> + int success;
> + int
901 - 923 of 923 matches
Mail list logo