From: Matthias Brugger
This reverts commit ("staging: fsl-mc: Do not allow building as
a module")
Signed-off-by: Matthias Brugger
---
drivers/staging/fsl-mc/bus/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/fsl-mc/bus/Kconfig
b/drivers/staging/f
From: Matthias Brugger
Export of_mis_get_domain to enable it for users from outside.
Signed-off-by: Matthias Brugger
---
drivers/of/irq.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/of/irq.c b/drivers/of/irq.c
index e7bfc17..9f8cd6a 100644
--- a/drivers/of/irq.c
+++ b/drivers/o
From: Matthias Brugger
The fsl-mc driver can't be build as a module because it uses msi_*
functions directly. Port the driver to use the platform_msi_*
infrastructure instead, to allow it to be build as a module.
Signed-off-by: Matthias Brugger
---
.../staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-
From: Matthias Brugger
Allow modules to call msi_get_domain_info.
Signed-off-by: Matthias Brugger
---
kernel/irq/msi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/irq/msi.c b/kernel/irq/msi.c
index 38e89ce..9b0ba4a 100644
--- a/kernel/irq/msi.c
+++ b/kernel/irq/msi.c
@@ -400,5 +
From: Matthias Brugger
Export platform_msi_create_irq_domain to make it useable from within
modules.
Signed-off-by: Matthias Brugger
---
drivers/base/platform-msi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/base/platform-msi.c b/drivers/base/platform-msi.c
index 279e539..9ae0
platform_msi_create_irq_domain already sets the irq_chip callbacks accordingly.
We don't need to define them explicitly in the driver.
Signed-off-by: Matthias Brugger
---
drivers/staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-msi.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/staging/
Freescale MC driver can't be build as module as it uses it's own
msi implementation. This patch set converts the driver to use platform_msi
infrastructure instead, so that we can build the driver as a module.
Apart from that we have to export some functions of the msi framework to
handle the domai
On 13/04/16 11:30, Matthias Brugger wrote:
> From: Matthias Brugger
>
> The fsl-mc driver can't be build as a module because it uses msi_*
> functions directly. Port the driver to use the platform_msi_*
> infrastructure instead, to allow it to be build as a module.
>
> Signed-off-by: Matthias Br
On 13/04/16 12:56, Marc Zyngier wrote:
On 13/04/16 11:30, Matthias Brugger wrote:
From: Matthias Brugger
The fsl-mc driver can't be build as a module because it uses msi_*
functions directly. Port the driver to use the platform_msi_*
infrastructure instead, to allow it to be build as a modul
On 12/04/16 22:12, H Hartley Sweeten wrote:
This file is is bit of a mess. It's included by the ni_atmio, ni_mio_cs, and
ni_pcimio drivers. The ni_pcimio driver is the only one that uses DMA. It
defines PCIDMA so that the dma code is compiled it. This causes a bunch
of ifdef'ery in the file.
The
On 13/04/16 12:23, Matthias Brugger wrote:
>
>
> On 13/04/16 12:56, Marc Zyngier wrote:
>> On 13/04/16 11:30, Matthias Brugger wrote:
>>> From: Matthias Brugger
>>>
>>> The fsl-mc driver can't be build as a module because it uses msi_*
>>> functions directly. Port the driver to use the platform_
Dear Friend,
I am Mrs. Amina Gunnarsson, married to Late Engr Brown Gunnarsson Danbazu {PhD}
who worked with MULTINATIONAL OIL COMPANY EXXON AS A DRILLINGRIG SUPPLIER in
Saudi Arabia for 19 years before he died on the 27th of August, 2010. We were
married for twenty four years withou
On Wed, Apr 13, 2016 at 5:30 AM, Matthias Brugger wrote:
> From: Matthias Brugger
>
> Export of_mis_get_domain to enable it for users from outside.
>
> Signed-off-by: Matthias Brugger
> ---
> drivers/of/irq.c | 1 +
> 1 file changed, 1 insertion(+)
Acked-by: Rob Herring
__
On 12/04/16 22:12, H Hartley Sweeten wrote:
This "driver" is is bit of a mess. It's included by the ni_atmio, ni_mio_cs,
and ni_pcimio drivers instead of being a separate module.
Do some cleanup so I can work out what is needed to make it a module.
This fixes all the checkpatch.pl issues except
Attn: Lucky Winner
FINAL AWARD WINNING PRIZE NOTIFICATION
We are pleased to inform you, the beneficiary whose name is on this
letter of notification about the release of the awaited delayed result, of
our EuroMillones Promotion Lotto Program
Attn: Lucky Winner
FINAL AWARD WINNING PRIZE NOTIFICATION
We are pleased to inform you, the beneficiary whose name is on this
letter of notification about the release of the awaited delayed result, of
our EuroMillones Promotion Lotto Program
On Wed, 30 Mar 2016 18:14:19 +0200
Boris Brezillon wrote:
> The mtd_ooblayout_xxx() helper functions have been added to avoid direct
> accesses to the ecclayout field, and thus ease for future reworks.
> Use these helpers in all places where the oobfree[] and eccpos[] arrays
> where directly acce
On Wed, 30 Mar 2016 18:14:37 +0200
Boris Brezillon wrote:
> Implementing the mtd_ooblayout_ops interface is the new way of exposing
> ECC/OOB layout to MTD users.
>
> Signed-off-by: Boris Brezillon
Tested with mtd_oobtest.ko on sama5d4ek.
Tested-by: Boris Brezillon
> ---
> drivers/mtd/nand
> -Original Message-
> From: Matthias Brugger [mailto:mbrug...@suse.com]
> Sent: Wednesday, April 13, 2016 6:23 AM
> To: Marc Zyngier ; gre...@linuxfoundation.org;
> robh...@kernel.org;
> frowand.l...@gmail.com; grant.lik...@linaro.org; german.riv...@freescale.com;
> jiang@linux.inte
Le 30/03/2016 18:14, Boris Brezillon a écrit :
> Implementing the mtd_ooblayout_ops interface is the new way of exposing
> ECC/OOB layout to MTD users.
>
> Signed-off-by: Boris Brezillon
It seems good:
Reviewed-by: Nicolas Ferre
Bye,
> ---
> drivers/mtd/nand/atmel_nand.c | 84
> +++
Le 30/03/2016 18:14, Boris Brezillon a écrit :
> The mtd_ooblayout_xxx() helper functions have been added to avoid direct
> accesses to the ecclayout field, and thus ease for future reworks.
> Use these helpers in all places where the oobfree[] and eccpos[] arrays
> where directly accessed.
>
> Si
This is the resend of the patch covert BUG_ON to dev_err() message.
changes since v1:
- Updated patch to return an actual error instead of -1
Tim Sell (1):
staging: unisys: visornic: convert BUG_ON to dev_err() message
drivers/staging/unisys/visornic/visornic_main.c | 8 +++-
1 file cha
From: Tim Sell
The caller of visor_copy_fragsinfo_from_skb() is prepared to log a
dev_err() message if it fails (by returning a negative value), so we now
just fail in the one occasion where visor_copy_fragsinfo_from_skb() was
doing a BUG_ON.
There was also a problem before where visor_copy_frag
From: Erik Arfvidson
Display string size that is guaranteed to be no longer the 99 characters.
Don't use a magic number throughout the code, define it once and use it
throughout.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
---
drivers/staging/unisys/visorbus/visorbus_main.c |
On Wed, 30 Mar 2016 18:14:15 +0200
Boris Brezillon wrote:
> Hello,
>
> Hopefully the last version of this patchset (but don't be sad, I'm not
> done bothering you with NAND related patches :-)).
>
> If possible, I'd like to have as much Tested/Reviewed/Acked-by tags as
> possible, particularly
On Wednesday, April 13, 2016 5:04 AM, Ian Abbott wrote:
> On 12/04/16 22:12, H Hartley Sweeten wrote:
>> This file is is bit of a mess. It's included by the ni_atmio, ni_mio_cs, and
>> ni_pcimio drivers. The ni_pcimio driver is the only one that uses DMA. It
>> defines PCIDMA so that the dma code i
On Wednesday, April 13, 2016 5:37 AM, Ian Abbott wrote:
> On 12/04/16 22:12, H Hartley Sweeten wrote:
>> This "driver" is is bit of a mess. It's included by the ni_atmio, ni_mio_cs,
>> and ni_pcimio drivers instead of being a separate module.
>>
>> Do some cleanup so I can work out what is needed t
>Variable lustre_profile_list is only used inside obd_config.c,
>better make it static
>
>Signed-off-by: Iban Rodriguez
Acked-by: James Simmons
>---
> drivers/staging/lustre/lustre/obdclass/obd_config.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/lustre/
From: David Binder
Unisys drivers no longer utilize procfs. Therefore, the documentation
for our procfs entries is no longer needed.
Signed-off-by: David Binder
Signed-off-by: David Kershner
---
.../staging/unisys/Documentation/proc-entries.txt | 93 --
drivers/staging/un
Support VF drivers on Hyper-V. On Hyper-V, each VF instance presented to
the guest has an associated synthetic interface that shares the MAC address
with the VF instance. Typically these are bonded together to support
live migration. By default, the host delivers all the incoming packets
on the syn
From: Dexuan Cui
Date: Thu, 7 Apr 2016 18:36:51 -0700
> +struct vmpipe_proto_header {
> + u32 pkt_type;
> + u32 data_size;
> +} __packed;
There is no reason to specify __packed here.
The types are strongly sized to word aligned quantities.
No holes are possible in this structure, nor i
The tty_alloc_driver() can allocate memory for ttys and termios.
And also allocated memory will be released easily with
put_tty_driver() call.
Signed-off-by: Daeseok Youn
---
drivers/staging/dgnc/dgnc_driver.h | 4 +-
drivers/staging/dgnc/dgnc_tty.c| 144 ---
> From: David Miller [mailto:da...@davemloft.net]
> Sent: Thursday, April 14, 2016 10:30
> To: Dexuan Cui
> Cc: gre...@linuxfoundation.org; net...@vger.kernel.org; linux-
> ker...@vger.kernel.org; de...@linuxdriverproject.org; o...@aepfle.de;
> a...@canonical.com; jasow...@redhat.com; cav...@redha
9P
高效招1聘与精准面1试法.xls
Description: Binary data
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
34 matches
Mail list logo