On 9/11/2015 11:08 PM, Thadeu Lima de Souza Cascardo wrote:
Redo commit ed1acc8cd8c22efa919da8d300bab646e01c2dce.
Commit 822b3b2ebfff8e9b3d006086c527738a7ca00cd0 ("net: Add max rate tx queue
attribute") moved get_netdev_queue_index around, but kept the old version.
Probably because of a reuse of
Dne 12.9.2015 v 13:03 Robert Jarzmik napsal(a):
> Petr Cvek writes:
>
> And it is true I have not tested the rootfs special case, where drivers
> are not
> yet initialized (and more specifically gpio and interrupt chip). Your
> backtrace
> should tell me if you fall into thi
Dne 12.9.2015 v 13:45 Robert Jarzmik napsal(a):
> Convert the pxa IRDA driver to readl and writel primitives, and remove
> another set of direct registers access. This leaves only the DMA
> registers access, which will be dealt with dmaengine conversion.
>
> Signed-off-by: Robert Jarzmik
> ---
>
On Mon, Aug 31, 2015 at 12:16 AM, Vinson Lee wrote:
> On Fri, Aug 28, 2015 at 4:21 PM, Akemi Yagi wrote:
>> On Fri, Aug 28, 2015 at 3:59 PM, Pablo Neira Ayuso
>> wrote:
>>> On Sat, Aug 22, 2015 at 08:44:48PM +0200, Pablo Neira Ayuso wrote:
>>> [...]
I'll wait for some little time just in c
On Fri, Sep 11, 2015 at 6:38 PM, Jesse Gross wrote:
> Masks were added to OVS flows in a way that was backwards compatible
> with userspace programs that did not generate masks. As a result, it is
> possible that we may receive flows that do not have a mask and we need
> to synthesize one.
>
> Gen
Hello,
On Sat, 12 Sep 2015, nick wrote:
> > BH locking is not needed anymore. Also, sched_lock is
> > used by schedulers to protect only access to svc->sched_data
> > fields.
> >
> > It seems the comment is outdated after
> > commit ceec4c381681 ("ipvs: convert services to rcu")
Dear sir/ Madam
I am Mr Sujata Gupta Foreign investment Co-ordinator for Global Ore (M) SDN.
BHD Malaysia, we are currently looking for foreign investors for property
developement and purchase in our country.
We are also business investors, We give out Equity Loan Funding, Collateral and
Non C
Convert the pxa IRDA driver to readl and writel primitives, and remove
another set of direct registers access. This leaves only the DMA
registers access, which will be dealt with dmaengine conversion.
Signed-off-by: Robert Jarzmik
---
Since v1: modified __REG macro to cope with STIER, ST* registe
Instead of using directly the OS timer through direct register access,
use the standard sched_clock(), which will end up in OSCR reading
anyway.
This is a first step for direct access register removal and machine
specific code removal from this driver.
Signed-off-by: Robert Jarzmik
---
drivers/
Convert pxaficp_ir to dmaengine. As pxa architecture is shifting from
raw DMA registers access to pxa_dma dmaengine driver, convert this
driver to dmaengine.
Signed-off-by: Robert Jarzmik
---
Since v1: removed mach/dma.h include, which is the goal
---
drivers/net/irda/pxaficp_ir.c | 149
Petr Cvek writes:
And it is true I have not tested the rootfs special case, where drivers
are not
yet initialized (and more specifically gpio and interrupt chip). Your
backtrace
should tell me if you fall into this category of issues ... but I digress,
this
h
Commit ce7929186a39 ("iwlwifi: mvm: add basic Time of Flight (802.11mc
FTM) support") created drivers/net/wireless/iwlwifi/mvm/tof.h with a
broken header guard:
#ifndef __tof
#define __tof_h__
...
#endif /* __tof_h__ */
Use __tof_h__ in the first line.
Signed-off-by: Nicolas Io
Fixed coding style issues reported by checkpatch.pl
Signed-off-by: Krzysztof Majzerowicz-Jaszcz
---
net/core/stream.c | 23 +--
1 file changed, 13 insertions(+), 10 deletions(-)
diff --git a/net/core/stream.c b/net/core/stream.c
index d70f77a..c089589 100644
--- a/net/core/s
13 matches
Mail list logo