On 2015-04-05 at 20:24:54 +0200, Joe Perches wrote:
[...]
> drivers/tty/serial/altera_jtaguart.c| 2 +-
> drivers/tty/serial/altera_uart.c| 2 +-
For these two drivers:
Acked-by: Tobias Klauser
___
Linuxppc-dev mailin
On 2014-07-24 at 10:35:29 +0200, Nicolin Chen wrote:
> The Asynchronous Sample Rate Converter (ASRC) converts the sampling rate of a
> signal associated with an input clock into a signal associated with a
> different
> output clock. The driver currently works as a Front End of DPCM with other
>
On 2011-09-07 at 10:10:51 +0200, Yong Zhang wrote:
> This flag is a NOOP and can be removed now.
>
> Signed-off-by: Yong Zhang
For altera_jtaguart and altera_uart:
Acked-by: Tobias Klauser
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.o
On 2012-11-19 at 19:21:50 +0100, Bill Pemberton wrote:
> CONFIG_HOTPLUG is going away as an option so __devinit is no longer
> needed.
>
> Signed-off-by: Bill Pemberton
> Cc: Jiri Slaby
> Cc: Alan Cox
> Cc: Tobias Klauser
> Cc: Lucas Tavares
> Cc: &quo
On 2012-11-19 at 19:26:18 +0100, Bill Pemberton wrote:
> CONFIG_HOTPLUG is going away as an option so __devexit is no
> longer needed.
>
> Signed-off-by: Bill Pemberton
> Cc: Jiri Slaby
> Cc: Alan Cox
> Cc: Tobias Klauser
> Cc: Lucas Tavares
> Cc: David
Signed-off-by: Tobias Klauser
---
drivers/net/ucc_geth.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/ucc_geth.c b/drivers/net/ucc_geth.c
index 73a3e0d..715e7b4 100644
--- a/drivers/net/ucc_geth.c
+++ b/drivers/net/ucc_geth.c
@@ -2032,7 +2032,7 @@ static
Marking it const moves it to the .rodata section, which avoids false
sharing with potential dirty data. In addition it'll catch accidental
writes at compile time to these shared resources.
(description taken from commit 5dfe4c964a0dd7bb3a1d64a4166835a153146207)
Signed-off-by: Tobias Kl
There is no need to check for the address being a multicast address in
the netdev_for_each_mc_addr loop, so remove it.
Signed-off-by: Tobias Klauser
---
drivers/net/ucc_geth.c |5 -
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/drivers/net/ucc_geth.c b/drivers/net
Support for these was added by commit aa65ff6b18e0 ("powerpc/64s:
Implement queued spinlocks and rwlocks").
Signed-off-by: Tobias Klauser
---
Documentation/features/locking/queued-rwlocks/arch-support.txt | 2 +-
.../features/locking/queued-spinlocks/arch-support.txt | 2 +
On 2020-08-10 at 17:09:51 +0200, Christophe Leroy
wrote:
>
>
> Le 10/08/2020 à 12:09, Tobias Klauser a écrit :
> > Support for these was added by commit aa65ff6b18e0 ("powerpc/64s:
> > Implement queued spinlocks and rwlocks").
> >
> > Signed-off-by:
The ibmveth driver keeps its statistics in net_device->stats, so the
stats member in struct ibmveth_adapter is unused. Remove it.
Signed-off-by: Tobias Klauser
---
drivers/net/ethernet/ibm/ibmveth.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/ethernet/ibm/ibmveth.h
b/driv
The ibmvnic driver keeps its statistics in net_device->stats, so the
net_stats member in struct ibmvnic_adapter is unused. Remove it.
Signed-off-by: Tobias Klauser
---
drivers/net/ethernet/ibm/ibmvnic.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/ethernet/ibm/ibmvnic.h
On 2017-01-13 at 11:46:41 +0100, Nicolas Dichtel
wrote:
> This header file is exported, but from a userland pov, it's just a wrapper
> to asm-generic/setup.h.
>
> Signed-off-by: Nicolas Dichtel
Reviewed-by: Tobias Klauser
Instead of using a private copy of struct net_device_stats in struct
fs_enet_private, use stats from struct net_device. Also remove the now
unnecessary .ndo_get_stats function.
Signed-off-by: Tobias Klauser
---
.../net/ethernet/freescale/fs_enet/fs_enet-main.c | 43
Remove the unused but set variable srr1 in save_mce_event() to
fix the following GCC warning when building with 'W=1':
arch/powerpc/kernel/mce.c:75:11: warning: variable 'srr1' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Tobias Klauser
---
arch/powe
Fix two [-Wold-style-declaration] GCC warnings by moving the inline
keyword before the return type.
Signed-off-by: Tobias Klauser
---
arch/powerpc/kernel/prom_init.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel
l Cooper , linux-te...@vger.kernel.org, Jiri Slaby
, linux-asp...@lists.ozlabs.org, Rob Herring
, Florian Fainelli , Mateusz Holenko
, Alexander Shiyan , kevin hilman
, Broadcom internal kernel review list
, Joel Stanley , Orson
Zhai , paolo abeni , Patrice Chotard
, Ray Jui , Vladimir Zapol
17 matches
Mail list logo