Re: [RFC PATCH v2 17/25] smp, sh: kill SMP single function call interrupt

2013-09-12 Thread Paul Mundt
w only one interrupt > is needed for architecture specific code to support generic SMP function > call interfaces, so kill the redundant single function call interrupt. > > Signed-off-by: Jiang Liu > Cc: Jiang Liu Acked-by: Paul Mundt -- To unsubscribe from this list: send th

Re: [PATCH 19/26] sh: Don't use create_proc_read_entry() [RFC]

2013-04-16 Thread Paul Mundt
On Tue, Apr 16, 2013 at 07:28:42AM +0100, Al Viro wrote: > On Tue, Apr 16, 2013 at 03:11:13PM +0900, Simon Horman wrote: > > On Thu, Apr 11, 2013 at 02:30:09PM +0100, David Howells wrote: > > > Don't use create_proc_read_entry() as that is deprecated, but rather use > > > proc_create_data() and seq

Re: [PATCH 6/9] sh: cpufreq: move cpufreq driver to drivers/cpufreq

2013-03-26 Thread Paul Mundt
On Mon, Mar 25, 2013 at 10:24:42PM +0530, Viresh Kumar wrote: > This patch moves cpufreq driver of SUPERH architecture to drivers/cpufreq. > > Cc: Paul Mundt > Cc: linux...@vger.kernel.org > Signed-off-by: Viresh Kumar Looks ok to me. Acked-by: Paul Mundt -- To unsubscribe

Re: [PATCH] memblock: kill "config MAX_ACTIVE_REGIONS"

2013-03-21 Thread Paul Mundt
> the maintainers involved disagree I'm happy to split and resend it. > Given that it's unused now it doesn't really matter how it gets applied, it looks fine to me. Acked-by: Paul Mundt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [PATCH 0/1] mm/hugetlb: add more arch-defined huge_pte_xxx functions

2013-03-12 Thread Paul Mundt
On Tue, Mar 12, 2013 at 07:48:25PM +0100, Gerald Schaefer wrote: > This patch introduces those huge_pte_xxx functions and their > implementation on all architectures supporting hugetlbfs. This change > will be a no-op for all architectures other than s390. > .. > arch/ia64/include/asm/hugetlb.h

Re: [RFC 09/17] sh: replace CONFIG_GENERIC_GPIO by CONFIG_GPIOLIB

2013-03-12 Thread Paul Mundt
On Tue, Mar 12, 2013 at 07:43:43PM +0900, Alex Courbot wrote: > On 03/12/2013 07:35 PM, Paul Mundt wrote: > >On Tue, Mar 12, 2013 at 07:12:22PM +0900, Alexandre Courbot wrote: > >>SH GPIO drivers all use gpiolib and CONFIG_GENERIC_GPIO is only selected > >>throu

Re: [RFC 09/17] sh: replace CONFIG_GENERIC_GPIO by CONFIG_GPIOLIB

2013-03-12 Thread Paul Mundt
On Tue, Mar 12, 2013 at 07:12:22PM +0900, Alexandre Courbot wrote: > SH GPIO drivers all use gpiolib and CONFIG_GENERIC_GPIO is only selected > through CONFIG_GPIOLIB, yet some compilation units depended on > CONFIG_GENERIC_GPIO. Make them depend on CONFIG_GPIOLIB instead since it > is more accurat

Re: [PATCH] sh: remove references to CPU_SUBTYPE_SH7764

2013-03-12 Thread Paul Mundt
On Mon, Mar 11, 2013 at 12:55:40PM +0100, Paul Bolle wrote: > Since release v2.6.29 the tree has a few references to the Kconfig > symbol CPU_SUBTYPE_SH7764 and the Kconfig macro > CONFIG_CPU_SUBTYPE_SH7764. But the actual symbol CPU_SUBTYPE_SH7764 was > never added to the tree. Perhaps no one noti

Re: [RFC PATCH v1 21/33] mm/SH: use common help functions to free reserved pages

2013-03-05 Thread Paul Mundt
On Tue, Mar 05, 2013 at 10:55:04PM +0800, Jiang Liu wrote: > Use common help functions to free reserved pages. > > Signed-off-by: Jiang Liu > Cc: Paul Mundt Acked-by: Paul Mundt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: [PATCH 20/24] rtc: rtc-sh: use module_platform_driver_probe()

2013-03-04 Thread Paul Mundt
On Mon, Mar 04, 2013 at 05:05:34PM +0900, Jingoo Han wrote: > This patch uses module_platform_driver_probe() macro which makes > the code smaller and simpler. > > Signed-off-by: Jingoo Han Not sure I see the point, but: Acked-by: Paul Mundt -- To unsubscribe from this list: s

Re: [PATCH 2/3] irq: Add hw continuous IRQs map to virtual continuous IRQs support

2013-03-04 Thread Paul Mundt
On Tue, Jan 15, 2013 at 03:38:55PM +0800, Mike Qiu wrote: > Adding a function irq_create_mapping_many() which can associate > multiple MSIs to a continous irq mapping. > > This is needed to enable multiple MSI support for pSeries. > > +int irq_create_mapping_many(struct irq_domain *domain, > +

[PATCH] metag: Inhibit NUMA balancing.

2013-03-03 Thread Paul Mundt
The metag NUMA implementation follows the SH model, using different nodes for memories with different latencies. As such, we ensure that automated balancing between nodes is inhibited, by way of the new ARCH_WANT_VARIABLE_LOCALITY. Signed-off-by: Paul Mundt --- diff --git a/arch/metag/mm

Re: [PATCH] irqchip: Renesas INTC External IRQ pin driver

2013-02-27 Thread Paul Mundt
On Wed, Feb 27, 2013 at 06:52:51PM +0900, Magnus Damm wrote: > As you know, the INTC code that you are referring to is a full > interrupt controller designed to work directly with CPU cores like SH > and ARM. Newer ARM cores like Cortex-A9 all include the GIC both for > IPI purpose in case of SMP a

Re: [PATCH] irqchip: Renesas INTC External IRQ pin driver

2013-02-27 Thread Paul Mundt
On Wed, Feb 27, 2013 at 05:35:51PM +0900, Magnus Damm wrote: > On Wed, Feb 27, 2013 at 5:23 PM, Paul Mundt wrote: > > So how exactly does this interact with the existing sh_intc code? Or is > > there some reason why you have opted to bypass it in order to implement a > &g

Re: [PATCH] irqchip: Renesas INTC External IRQ pin driver

2013-02-27 Thread Paul Mundt
On Mon, Feb 18, 2013 at 11:28:34PM +0900, Magnus Damm wrote: > From: Magnus Damm > > This patch adds a driver for external IRQ pins connected > to the INTC block on recent SoCs from Renesas. > So how exactly does this interact with the existing sh_intc code? Or is there some reason why you have

Re: [PATCH 8/8] ARM: smp: Remove local timer API

2013-02-22 Thread Paul Mundt
On Fri, Feb 22, 2013 at 11:15:45AM +, Mark Rutland wrote: > One thing that struck me when I was fiddling with the broadcast mechanism was > that it should be possible to have a generic dummy timer implementation. As > long as the architecture calls notifiers at the appropriate times, it should

Re: [PATCH 6/9] gpiolib: use descriptors internally

2013-02-12 Thread Paul Mundt
On Tue, Feb 12, 2013 at 01:29:10PM +0100, Linus Walleij wrote: > On Mon, Feb 11, 2013 at 6:39 PM, Stephen Warren wrote: > > On 02/11/2013 07:09 AM, Linus Walleij wrote: > > >> However if you take this all the way to the descriptor API > >> it will make the consumer (driver) API for GPIO descripto

Re: [PATCH 6/9] gpiolib: use descriptors internally

2013-02-11 Thread Paul Mundt
On Mon, Feb 11, 2013 at 03:09:21PM +0100, Linus Walleij wrote: > On Sat, Feb 9, 2013 at 10:17 AM, Grant Likely > wrote: > > > The ERR_PTR()/IS_ERR() is a horrible pattern for code > > readability because it breaks the expectations that programmers have for > > what is and is not a bad pointer. T

Re: [PATCH v8 2/4] misc: Generic on-chip SRAM allocation driver

2013-02-04 Thread Paul Mundt
On Mon, Feb 04, 2013 at 12:32:16PM +0100, Philipp Zabel wrote: > This driver requests and remaps a memory region as configured in the > device tree. It serves memory from this region via the genalloc API. > It optionally enables the SRAM clock. > > Other drivers can retrieve the genalloc pool from

Re: [PATCH RESEND 1/1] arch Kconfig: remove references to IRQ_PER_CPU

2013-02-04 Thread Paul Mundt
aechle > Cc: "James E.J. Bottomley" > Cc: Helge Deller > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Paul Mundt > Acked-by: Tony Luck > Acked-by: Richard Kuo Acked-by: Paul Mundt -- To unsubscribe from this list: send the line "unsubscrib

Re: [PATCH v6 0/4] Renesas IPMMU driver for sh7372, sh73a0 and r8a7740

2013-02-01 Thread Paul Mundt
ARM: mach-shmobile: sh73a0: Add IPMMU device > > ARM: mach-shmobile: r8a7740: Add IPMMU device > > Paul, Magnus, any opinions on patches 2-4? Can you ACK them when they > are ok for you? > No strong opinions one way or the other, patches 2-4 don't really do anyt

Re: [PATCH v2 28/76] ARC: I/O and DMA Mappings

2013-01-18 Thread Paul Mundt
On Fri, Jan 18, 2013 at 03:55:43PM +, Arnd Bergmann wrote: > On Friday 18 January 2013, Vineet Gupta wrote: > > TBD: Do we need early ioremap support like openrisc > > > > Signed-off-by: Vineet Gupta > > Can you explain why early ioremap is necessary for you? > > I wasn't aware that openris

[GIT PULL] sh fixes for 3.8-rc4

2013-01-16 Thread Paul Mundt
TASK_UNMAPPED_BASE as a page aligned constant sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6 sh: ecovec: add sample amixer settings Paul Mundt (2): sh: wire up finit_module syscall. sh: Fix up stack debugging build. Thomas Schwinge (1): sh: Fix FDPIC

Re: clk dereference in arch/sh/kernel/cpufreq.c

2013-01-10 Thread Paul Mundt
On Thu, Jan 10, 2013 at 10:31:46AM +0100, Julia Lawall wrote: > On Thu, 10 Jan 2013, Paul Mundt wrote: > > > On Thu, Jan 03, 2013 at 10:40:20AM +0100, Julia Lawall wrote: > > > There has been a discussion recently about how the result of get_clk > > > should be an o

Re: clk dereference in arch/sh/kernel/cpufreq.c

2013-01-10 Thread Paul Mundt
On Thu, Jan 03, 2013 at 10:40:20AM +0100, Julia Lawall wrote: > There has been a discussion recently about how the result of get_clk > should be an opaque handle, not a value that can be dereferenced: > > https://lkml.org/lkml/2012/12/20/105 > > There is such a dereference in arch/sh/kernel/cpufr

Re: [PATCH 00/42] SH pin control and GPIO rework

2012-11-20 Thread Paul Mundt
Currently missing from this series are DT bindings. I will send patches for > those a bit later. As they will build on top of this series I would appreciate > reviews (and hopefilly ack's). > I've only given it a quick look, but in general it looks good! For the se

Re: [PATCH 027/193] arch/sh: remove CONFIG_EXPERIMENTAL

2012-10-25 Thread Paul Mundt
On Tue, Oct 23, 2012 at 01:01:40PM -0700, Kees Cook wrote: > This config item has not carried much meaning for a while now and is > almost always enabled by default. As agreed during the Linux kernel > summit, remove it. > > CC: Paul Mundt > CC: Tejun Heo > Signed-off-

[GIT PULL] sh updates for 3.7-rc2

2012-10-14 Thread Paul Mundt
arch/sh/include/asm Paul Mundt (3): Merge tag 'disintegrate-sh-20121009' of git://git.infradead.org/users/dhowells/linux-headers into sh-latest sh: Wire up kcmp syscall. sh: Fix up more fallout from pointless ARM __iomem churn. arch/sh/include/asm/Kbuild

Re: [GIT PULL] Disintegrate UAPI for sh [ver #2]

2012-10-14 Thread Paul Mundt
On Tue, Oct 09, 2012 at 10:15:57AM +0100, David Howells wrote: > Can you merge the following branch into the sh tree please. > > This is to complete part of the UAPI disintegration for which the preparatory > patches were pulled recently. > > Now that the fixups and the asm-generic chunk have bee

Re: [PATCH 2/4] irqdomain: augment add_simple() to allocate descs

2012-09-27 Thread Paul Mundt
On Thu, Sep 27, 2012 at 03:13:45PM +0200, Linus Walleij wrote: > + if (first_irq > 0) { > + int irq_base; > + > + irq_base = irq_alloc_descs(first_irq, 0, size, numa_node_id()); > + if (irq_base < 0) { > + WARN(1, "Cannot allocate irq_desc

[GIT PULL] sh fixes for 3.6-final

2012-09-25 Thread Paul Mundt
Paul Mundt (1): sh: pfc: Fix up GPIO mux type reconfig case. drivers/sh/pfc/pinctrl.c | 2 ++ 1 file changed, 2 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

[GIT PULL] sh fixes for 3.6-rc7

2012-09-18 Thread Paul Mundt
--- Al Viro (1): sh: Fix up TIF_NOTIFY_RESUME sans TIF_SIGPENDING handling. Laurent Pinchart (1): sh: pfc: Release spinlock in sh_pfc_gpio_request_enable() error path Paul Mundt (1): sh: intc: Fix up multi-evt irq association. arch/sh/kernel/cpu/sh5/entry.S | 2 +- arch/sh/ke

Re: [PATCH 01/24] ARM: shmobile: use __iomem pointers for MMIO

2012-09-18 Thread Paul Mundt
On Fri, Sep 14, 2012 at 11:34:29PM +0200, Arnd Bergmann wrote: > ARM is moving to stricter checks on readl/write functions, > so we need to use the correct types everywhere. > > This patch is a bit ugly for shmobile, which is the only platform > that just uses integer literals all over the place,

Re: [PATCH 19/24] sh: use __iomem pointers for MMIO

2012-09-18 Thread Paul Mundt
On Fri, Sep 14, 2012 at 11:34:47PM +0200, Arnd Bergmann wrote: > ARM is moving to stricter checks on readl/write functions, > so we need to use the correct types everywhere. > > I'm not completely sure about this patch, and it will > probably require some arch/sh changes to go along with it, > but

Re: Can not get output of command line on SH

2012-09-02 Thread Paul Mundt
t; on 32bit and 64bit variants since commit > > ab99c733ae73cce31f2a2434f7099564e5a73d95 > > Author: Paul Mundt > > Date: Wed Jul 30 19:55:30 2008 +0900 > > > > sh: Make syscall tracer use tracehook notifiers, add TIF_NOTIFY_RESUME. > > > > they are

Re: [Regression, post-3.5] System suspend broken on the Mackerel board

2012-08-08 Thread Paul Mundt
On Wed, Aug 08, 2012 at 11:23:04AM +0200, Rafael J. Wysocki wrote: > On Tuesday, August 07, 2012, Paul Mundt wrote: > > On Sun, Aug 05, 2012 at 12:02:43AM +0200, Rafael J. Wysocki wrote: > > > On Wednesday, August 01, 2012, Paul Mundt wrote: > > > > Turns out we ca

[GIT PULL] sh updates for 3.6-rc2

2012-08-08 Thread Paul Mundt
--- Mike Frysinger (1): sh: dma: fix request_irq usage Paul Mundt (2): sh: intc: Handle domain association for sparseirq pre-allocated vectors. Merge branches 'sh/urgent' and 'sh/gpiolib' into sh-latest Phil Edworthy (1): sh: sh7269: Fix L

Re: [Regression, post-3.5] System suspend broken on the Mackerel board

2012-08-06 Thread Paul Mundt
On Sun, Aug 05, 2012 at 12:02:43AM +0200, Rafael J. Wysocki wrote: > On Wednesday, August 01, 2012, Paul Mundt wrote: > > Turns out we can just collapse the probe/init stuff anyways, so this > > ought to fix it. I've verified that it fixes Morimoto-san's issue, my &g

[GIT PULL] sh updates for 3.6-rc1, round 2.

2012-08-01 Thread Paul Mundt
d sh: explicitly include sh_dma.h in setup-sh7722.c Kuninori Morimoto (2): sh: sh7724: fixup renesas_usbhs clock settings sh: ecovec: care CN5 VBUS if USB host mode Paul Mundt (8): sh: pfc: Build fix for pinctrl_remove_gpio_range() changes. sh: Fix up recursive fault in oops

Re: [GIT PULL] irqdomain changes for v3.6

2012-08-01 Thread Paul Mundt
On Tue, Jul 31, 2012 at 09:41:03PM -0600, Grant Likely wrote: > Grant Likely (11): > irqdomain: Support for static IRQ mapping and association. .. Looks like author attribution for this one got mangled. Oh well, at least it's upstream now. -- To unsubscribe from this list: send the line "uns

Re: [Regression, post-3.5] System suspend broken on the Mackerel board

2012-08-01 Thread Paul Mundt
On Sat, Jul 28, 2012 at 12:53:11AM +0200, Rafael J. Wysocki wrote: > Unfortunately, your commit > > commit ca5481c68e9fbcea62bb3c78ae6cccf99ca8fb73 > Author: Paul Mundt > Date: Tue Jul 10 12:08:14 2012 +0900 > > sh: pfc: Rudimentary pinctrl-backed GPIO support. >

Re: [PATCH 0/2] serial: sh-sci: fix compilation breakage (3.6)

2012-07-30 Thread Paul Mundt
On Mon, Jul 30, 2012 at 09:28:18PM +0200, Guennadi Liakhovetski wrote: > Hi all > > as has been reported in this > > http://thread.gmane.org/gmane.linux.kernel/1294256/focus=16001 > > thread, currently sh-sci doesn't comiple in the mainline and in -next if > CONFIG_SERIAL_SH_SCI_DMA is enabled.

Re: [Regression, post-3.5] System suspend broken on the Mackerel board

2012-07-27 Thread Paul Mundt
On Sat, Jul 28, 2012 at 12:53:11AM +0200, Rafael J. Wysocki wrote: > Hi Paul, > > Unfortunately, your commit > > commit ca5481c68e9fbcea62bb3c78ae6cccf99ca8fb73 > Author: Paul Mundt > Date: Tue Jul 10 12:08:14 2012 +0900 > > sh: pfc: Rudimentary pinctrl-backe

Re: [PATCH] sh: pfc: Fix build issues in pinctrl.c

2012-07-27 Thread Paul Mundt
On Sat, Jul 28, 2012 at 12:07:04AM +0200, Rafael J. Wysocki wrote: > > First off, drivers/sh/pfc/pinctrl.c doesn't build after commit > 5d589b0 (pinctrl: remove pinctrl_remove_gpio_range), because > sh_pfc_pinctrl_remove() uses the function that has been removed by > that commit. Fix this by remo

Re: [PATCH 9/9 v3] dma: shdma: convert to the shdma base library

2012-07-25 Thread Paul Mundt
On Thu, Jul 26, 2012 at 12:19:21PM +0530, Vinod Koul wrote: > On Wed, 2012-07-25 at 12:59 +0900, Paul Mundt wrote: > > On Wed, May 09, 2012 at 05:09:21PM +0200, Guennadi Liakhovetski wrote: > > > The shdma base library has originally been extracted from the shdma > > >

Re: [PATCH 9/9 v3] dma: shdma: convert to the shdma base library

2012-07-24 Thread Paul Mundt
On Wed, May 09, 2012 at 05:09:21PM +0200, Guennadi Liakhovetski wrote: > The shdma base library has originally been extracted from the shdma driver, > which now can be converted to actually use it. > > Signed-off-by: Guennadi Liakhovetski > --- > drivers/dma/sh/shdma.c | 1122 >

[GIT PULL] sh updates for 3.6-rc1

2012-07-22 Thread Paul Mundt
migration off of legacy pinmux. - gpiolib support made optional, and made pinctrl-backed. ---- Paul Mundt (45): sh: mach-se: Migrate 7724SE off of deprecated dynamic IRQ API. sh: hd64461: Migrate off of deprecated dynam

Re: Boot breaks in -next from LEGACY to LINEAR conversion

2012-07-17 Thread Paul Mundt
On Tue, Jul 17, 2012 at 07:57:49PM +0100, Mark Brown wrote: > -next fails to boot for me today on my s3c64xx based systems. Walking > back to the last time I tried and bisecting likely branches I find that > commit 910139 (irqdomain: Replace LEGACY mapping with LINEAR) is the one > that introduces

[GIT PULL] sh fixes for 3.5-rc7

2012-07-11 Thread Paul Mundt
ey Minyard (1): SH: Convert out[bwl] macros to inline functions Paul Mundt (1): sh: Fix up se7721 GPIOLIB=y build warnings. arch/sh/include/asm/io_noioport.h | 17 ++--- arch/sh/kernel/cpu/sh3/serial-sh7720.c | 2 +- 2 files changed, 15 insertions(+), 4 deletion

Re: [PATCH] SH: Convert out[bwl] macros to inline functions

2012-07-11 Thread Paul Mundt
On Mon, Jul 09, 2012 at 03:35:20PM -0500, miny...@acm.org wrote: > From: Corey Minyard > > The macros just called BUG(), but that results in unused variable > warnings all over the place, like in the IPMI driver. The build > regression emails were annoying me, so here's the fix. I have > not ev

Re: [PATCH 3/4] dma: sh: provide a migration path for slave drivers to stop using .private

2012-07-11 Thread Paul Mundt
On Thu, Jul 12, 2012 at 06:55:32AM +0900, Magnus Damm wrote: > Hi Guennadi, > > [CC Paul] > > On Thu, Jul 5, 2012 at 1:17 AM, Guennadi Liakhovetski > wrote: > > This patch extends the sh dmaengine driver to support the preferred channel > > selection and configuration method, instead of using th

Re: [PATCH] maple: remove unused variable

2008-02-25 Thread Paul Mundt
On Sat, Feb 16, 2008 at 11:37:33PM +, Adrian McMenamin wrote: > Remove an unused variable from the definition of struct maple_device > > Signed-off-by: Adrian McMenamin <[EMAIL PROTECTED]> > --- > > diff -ruN a/include/linux/maple.h b/include/linux/maple.h > --- a/include/linux/maple.h 2008

Re: [PATCH] arch/sh/drivers/heartbeat.c ioremap is expected to succeed

2008-02-25 Thread Paul Mundt
On Mon, Feb 18, 2008 at 02:09:10PM +0100, Roel Kluin wrote: > !unlikely(hd->base) is equivalent to likely(!hd->base) (for instance see > comments with commit fd312561adcc90e924f35d3032d5493aeb4c3017), I think > the ioremap is expected to succeed? please confirm that's right. > The patch below was *

Re: [PATCH] maple: fix device detection

2008-02-25 Thread Paul Mundt
On Mon, Feb 25, 2008 at 07:40:26AM +, Adrian McMenamin wrote: > On Mon, 2008-02-25 at 14:33 +0900, Paul Mundt wrote: > > On Sun, Feb 24, 2008 at 10:32:53PM +, Adrian McMenamin wrote: > > > On Sun, 2008-02-24 at 21:50 +, Adrian McMenamin wrote: > > > > On

Re: [PATCH] maple: fix device detection

2008-02-24 Thread Paul Mundt
On Sun, Feb 24, 2008 at 10:32:53PM +, Adrian McMenamin wrote: > On Sun, 2008-02-24 at 21:50 +, Adrian McMenamin wrote: > > On Sun, 2008-02-24 at 14:30 +, Adrian McMenamin wrote: > > > The maple bus driver that went into the kernel mainline in > > > September 2007 contained some bugs whi

Re: [PATCH] MAINTAINERS: linux-fbdev is moderated

2008-02-17 Thread Paul Mundt
On Sun, Feb 17, 2008 at 11:36:57AM +0100, Geert Uytterhoeven wrote: > On Sun, 17 Feb 2008, Sam Ravnborg wrote: > > On Sun, Feb 17, 2008 at 10:50:52AM +0100, Geert Uytterhoeven wrote: > > > While linux-fbdev is subscribers-only, non-subscribers are not plainly > > > rejected, but moderated, so the c

Re: [PATCH 4/6] h8300 CONFIG_KALLSYMS fix

2008-02-16 Thread Paul Mundt
On Sat, Feb 16, 2008 at 11:46:47AM +0100, Sam Ravnborg wrote: > Something like this: > diff --git a/arch/Kconfig b/arch/Kconfig > index 3d72dc3..f2928c5 100644 > --- a/arch/Kconfig > +++ b/arch/Kconfig > @@ -29,3 +29,8 @@ config KPROBES > > config HAVE_KPROBES > def_bool n > + > +# Archit

Re: [PATCH] h8300 add sci.h

2008-02-16 Thread Paul Mundt
On Sat, Feb 16, 2008 at 11:41:11PM -0500, Yoshinori Sato wrote: > This file require sh-sci > > Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]> > > include/asm-h8300/sci.h | 34 ++ > 1 files changed, 34 insertions(+), 0 deletions(-) > create mode 100644 includ

Re: linux-next: first tree

2008-02-14 Thread Paul Mundt
On Fri, Feb 15, 2008 at 02:00:19AM +1100, Stephen Rothwell wrote: > Hi Rafael, > > On Thu, 14 Feb 2008 15:45:55 +0100 "Rafael J. Wysocki" <[EMAIL PROTECTED]> > wrote: > > > > Perhaps you can add: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 test > > I would prefer t

Re: [PATCH] markers: Fix build for MODULES=n.

2008-02-14 Thread Paul Mundt
On Thu, Feb 14, 2008 at 08:32:44AM -0500, Mathieu Desnoyers wrote: > * Paul Mundt ([EMAIL PROTECTED]) wrote: > > CC kernel/marker.o > > kernel/marker.c: In function 'marker_update_probes': > > kernel/marker.c:627: error: too few arguments to function > &g

[PATCH] net: xfrm statistics depend on INET.

2008-02-13 Thread Paul Mundt
net/built-in.o: In function `xfrm_policy_init': /home/pmundt/devel/git/sh-2.6.25/net/xfrm/xfrm_policy.c:2338: undefined reference to `snmp_mib_init' snmp_mib_init() is only built in if CONFIG_INET is set. Signed-off-by: Paul Mundt <[EMAIL PROTECTED]> --- net/xfrm/Kconfig |

[PATCH] markers: Fix build for MODULES=n.

2008-02-13 Thread Paul Mundt
any arguments, update the MODULES=n version of it to reflect that. Signed-off-by: Paul Mundt <[EMAIL PROTECTED]> --- include/linux/module.h |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/linux/module.h b/include/linux/module.h index 330bec0..819c4e8 100644 ---

[PATCH] media: tuner-xc2028 depends on FW_LOADER.

2008-02-13 Thread Paul Mundt
ERROR: "release_firmware" [drivers/media/video/tuner-xc2028.ko] undefined! ERROR: "request_firmware" [drivers/media/video/tuner-xc2028.ko] undefined! Signed-off-by: Paul Mundt <[EMAIL PROTECTED]> --- drivers/media/Kconfig |2 +- 1 file changed, 1 insertion(+), 1

[GIT PULL] sh updates for 2.6.25-rc2

2008-02-13 Thread Paul Mundt
sh7366 processor sh: use ctrl_in/out for on chip pci access sh: fix ioreadN_rep and iowriteN_rep sh: fix pci io access for r2d boards Paul Mundt (19): sh: Wire up new timerfd syscalls. sh: Add mach-type entries for MigoR and SDK7780. sh: Use max_t in io_trapped

[PATCH] video: Fix v4l2 build with CONFIG_I2C=n.

2008-02-13 Thread Paul Mundt
ditionally, despite the fact that the i2c routines it references are not. Move these under a CONFIG_I2C. Signed-off-by: Paul Mundt <[EMAIL PROTECTED]> --- drivers/media/video/v4l2-common.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/media/video/

Re: [PATCH] xtime_lock vs update_process_times

2008-02-13 Thread Paul Mundt
On Wed, Feb 13, 2008 at 09:33:16PM +0100, Peter Zijlstra wrote: > Subject: xtime_lock vs update_process_times > From: Peter Zijlstra <[EMAIL PROTECTED]> > > ( repost from: http://lkml.org/lkml/2008/1/28/101 ) > > Commit: d3d74453c34f8fd87674a8cf5b8a327c68f22e99 > Subject: hrtimer: fixup the HRTIM

Re: Tests of undefined CONFIG variables.

2008-02-13 Thread Paul Mundt
On Wed, Feb 13, 2008 at 05:54:12AM -0500, Robert P. J. Day wrote: > i've also updated the list of what i call "badref" CONFIG variables > -- that is, tests of CONFIG_ variables that appear to be undefined > anywhere in a Kconfig file (which typically represents a meaningless > test, naturally). >

[PATCH] pcmcia: ipwireless depends on NETDEVICES.

2008-02-13 Thread Paul Mundt
C select from PPP doesn't seem to happen, as there's no CONFIG_SLHC=y (only CONFIG_PPP=y gets set) -- Kconfig bug? Caught with a randconfig. Signed-off-by: Paul Mundt <[EMAIL PROTECTED]> --- drivers/char/pcmcia/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: latest list of unused Kconfig variables

2008-02-13 Thread Paul Mundt
On Wed, Feb 13, 2008 at 03:56:34AM -0500, Robert P. J. Day wrote: > latest output here, sorted by architecture: > > http://www.crashcourse.ca/wiki/index.php/Unused_CONFIG_variables > > as always, there will probably be some false positives for one reason > or another. > > SH_SDK7780_STANDA

Re: Announce: Linux-next (Or Andrew's dream :-))

2008-02-12 Thread Paul Mundt
On Tue, Feb 12, 2008 at 09:00:16PM -0600, James Bottomley wrote: > On Tue, 2008-02-12 at 18:35 -0800, Linus Torvalds wrote: > > > > On Tue, 12 Feb 2008, James Bottomley wrote: > > > > > > Yes, this is exactly the feature I'm looking for. It would allow the > > > downstream users of a rebased tre

[PATCH] sound: opl3: Fix up opl3_synth build.

2008-02-11 Thread Paul Mundt
is not set # CONFIG_SND_DYNAMIC_MINORS is not set CONFIG_SND_MPU401_UART=m CONFIG_SND_OPL3_LIB=m CONFIG_SND_AC97_CODEC=m CONFIG_SND_YMFPCI=m CONFIG_SND_YMFPCI_FIRMWARE_IN_KERNEL=y Signed-off-by: Paul Mundt <[EMAIL PROTECTED]> --- include/sound/opl3.h |6 +++--- 1 file changed, 3 insertions

Re: [PATCH 1/2] - SH/Dreamcast - fix maple bus bugs

2008-02-06 Thread Paul Mundt
On Wed, Feb 06, 2008 at 10:46:21PM +, Adrian McMenamin wrote: > This patch is fundamentally about fixing up the whitespace problems > introduced by my previous patch (that brought the code into mainline). A > second patch will follow that will fix memory leaks. The two need to be > applied s

Re: [PATCH] SH/Dreamcast - fix regressions, whitespace and memory leaks in Maple Bus driver

2008-02-04 Thread Paul Mundt
On Mon, Feb 04, 2008 at 09:35:11AM -, Adrian McMenamin wrote: > On Mon, February 4, 2008 9:02 am, Paul Mundt wrote: > > My previous commit was directly from _your_ patch, given that your > > patches have a history of whitespace damage, this doesn't seem like much > >

Re: [PATCH] SH/Dreamcast - fix regressions, whitespace and memory leaks in Maple Bus driver

2008-02-04 Thread Paul Mundt
On Mon, Feb 04, 2008 at 08:23:44AM +, Adrian McMenamin wrote: > > On Mon, 2008-02-04 at 10:10 +0900, Paul Mundt wrote: > > On Sun, Feb 03, 2008 at 08:00:47PM +, Adrian McMenamin wrote: > > > From: Adrian McMenamin > > > > > This is useless if you are

Re: [PATCH] [SH] remove unneeded cast

2008-02-03 Thread Paul Mundt
On Sat, Feb 02, 2008 at 11:03:47PM +1100, Stephen Rothwell wrote: > now that platform_device_register_simple() takes a "const chat *". > Presumably you mean 'const char *'. Also, in the future, please don't use a subject purposely crafted to thwart git-am. Trivial patches are enough of a nuisance

Re: [PATCH] SH/Dreamcast - fix regressions, whitespace and memory leaks in Maple Bus driver

2008-02-03 Thread Paul Mundt
On Sun, Feb 03, 2008 at 08:00:47PM +, Adrian McMenamin wrote: > From: Adrian McMenamin > This is useless if you are submitting the patch, especially if you're missing a mail address. > This patch fixes the regression noted here: > http://lkml.org/lkml/2008/1/26/189 as well as whitespace issue

Re: [PATCH/KCONFIG] - Add SUPERH depends to sound/soc/sh/Kconfig

2008-01-31 Thread Paul Mundt
On Thu, Jan 31, 2008 at 10:58:11PM +0100, Kristoffer Ericson wrote: > Currently you will see an empty "SoC Audio support for SuperH" menu > when building for other archs (example pxa). > This patch adds "depends on SUPERH" to remove that empty menu. > > signed-off-by: Kristoffer Ericson <[EMAIL P

Re: [PATCH] kobject: Always build in kernel/ksysfs.o.

2008-01-31 Thread Paul Mundt
On Thu, Jan 31, 2008 at 09:03:44AM -0800, Greg KH wrote: > On Thu, Jan 31, 2008 at 06:12:34PM +0900, Paul Mundt wrote: > > kernel/ksysfs.c seems to be a random dumping group for misc globals > > that the rest of the tree depend on. This has caused problems with > > exports i

[PATCH] kobject: Always build in kernel/ksysfs.o.

2008-01-31 Thread Paul Mundt
n which case it still makes sense to perform the kernel_kobj initialization that happens here even if sysfs is disabled, as lib/kobject.o is built-in unconditionally. Signed-off-by: Paul Mundt <[EMAIL PROTECTED]> --- kernel/Makefile |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

Re: [Kbuild] How to clean a particular directory ?

2008-01-31 Thread Paul Mundt
On Thu, Jan 31, 2008 at 05:48:51PM +0900, Paul Mundt wrote: > On Thu, Jan 31, 2008 at 09:38:10AM +0100, Francis Moreau wrote: > > I'd like to clean a particular directory in the kernel tree. > > > > I tried several things such as: > > > > $ make dr

Re: [Kbuild] How to clean a particular directory ?

2008-01-31 Thread Paul Mundt
On Thu, Jan 31, 2008 at 09:38:10AM +0100, Francis Moreau wrote: > I'd like to clean a particular directory in the kernel tree. > > I tried several things such as: > > $ make drivers/char clean > $ make -f scripts/Makefile.clean obj=drivers/char > > But it doesn't work. > > Could anybody give me

Re: [RFC v2 2/5] dmaengine: Add slave DMA interface

2008-01-31 Thread Paul Mundt
On Thu, Jan 31, 2008 at 12:27:24AM -0800, David Brownell wrote: > On Wednesday 30 January 2008, Haavard Skinnemoen wrote: > > So basically, you're asking for maximum flexibility with minimum > > overhead. I agree that should be the ultimate goal, but wouldn't it > > be better to start with somethi

Re: Purpose of numa_node?

2008-01-31 Thread Paul Mundt
On Wed, Jan 30, 2008 at 07:48:13PM -0500, Chris Snook wrote: > While pondering ways to optimize I/O and swapping on large NUMA machines, I > noticed that the numa_node field in struct device isn't actually used > anywhere. We just have a couple dozen lines of code to conditionally > create a sy

[GIT PULL] sh updates for 2.6.25-rc1

2008-01-28 Thread Paul Mundt
: remove consistent alloc stuff from the machine vector sh: update r7780rp interrupt code sh: add spi header and r2d platform data V3 Nicholas Beck (1): sh: Add support for SDK7780 board. Nobuhiro Iwamatsu (1): sh: Fix compile error of arch/sh/mm/pmb.c Paul Mundt (163

Re: [PATCH] SH/Dreamcast - add support for GD-Rom CDROM drive on SEGA Dreamcast

2008-01-27 Thread Paul Mundt
On Sun, Jan 27, 2008 at 09:33:23PM -0800, Andrew Morton wrote: > On Fri, 18 Jan 2008 09:56:33 +0900 Paul Mundt <[EMAIL PROTECTED]> wrote: > > > On Thu, Jan 17, 2008 at 10:30:06PM +, Adrian McMenamin wrote: > > > From: Adrian McMenamin <[EMAIL PROTECTED]> >

Re: [PATCH] Use separate sections for __dev/__cpu/__mem code/data

2008-01-21 Thread Paul Mundt
On Mon, Jan 21, 2008 at 01:06:41PM +0100, Sam Ravnborg wrote: > On Mon, Jan 21, 2008 at 07:52:57PM +0900, Paul Mundt wrote: > > On Mon, Jan 21, 2008 at 11:47:45AM +0100, Sam Ravnborg wrote: > > > On Mon, Jan 21, 2008 at 11:45:06AM +0100, Sam Ravnborg wrote: > > > >

Re: [PATCH] Use separate sections for __dev/__cpu/__mem code/data

2008-01-21 Thread Paul Mundt
> On Mon, Jan 21, 2008 at 04:33:41PM +0900, Paul Mundt wrote: > > > >> so the ## is being taken directly rather than acting as a > > > >> concatenation. > > > > > > > > Strange... > > > > I can reproduce with gcc 3.4.5 here

Re: Why not creating a GIT RT tree ?

2008-01-20 Thread Paul Mundt
On Sat, Jan 19, 2008 at 08:41:18PM +0100, Francis Moreau wrote: > On Jan 18, 2008 8:12 PM, Steven Rostedt <[EMAIL PROTECTED]> wrote: > > True, but then how would you do it. One thing is that most of these > > branches would interact with each other. Touching the same code quite > > a bit. So it doe

Re: [PATCH] Use separate sections for __dev/__cpu/__mem code/data

2008-01-20 Thread Paul Mundt
On Sun, Jan 20, 2008 at 09:09:03PM +0100, Sam Ravnborg wrote: > diff --git a/include/asm-generic/vmlinux.lds.h > b/include/asm-generic/vmlinux.lds.h > index ded7ca2..e0a56fb 100644 > --- a/include/asm-generic/vmlinux.lds.h > +++ b/include/asm-generic/vmlinux.lds.h > @@ -9,10 +9,46 @@ > /* Align .

Re: [PATCH] SG - fix SH Kconfig

2008-01-20 Thread Paul Mundt
On Sun, Jan 20, 2008 at 06:18:29PM +, Adrian McMenamin wrote: > Remove reference to board deleted in commit > 758e06ded4c48024835ef0a14627afcde2e25929 > > Submitted-by: Adrian McMenamin <[EMAIL PROTECTED]> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-ke

Re: [PATCH] SH/Dreamcast - add support for GD-Rom CDROM drive on SEGA Dreamcast

2008-01-17 Thread Paul Mundt
On Thu, Jan 17, 2008 at 10:30:06PM +, Adrian McMenamin wrote: > From: Adrian McMenamin <[EMAIL PROTECTED]> > > This patch adds support for the GD-Rom drive, SEGA's proprietary > implementation of an IDE CD Rom for the SEGA Dreamcast. This driver > implements Sega's Packet Interface (SPI) - at

Re: [PATCH] SH/Dreamcast - add support for GD-Rom CDROM drive on SEGA Dreamcast

2008-01-16 Thread Paul Mundt
On Wed, Jan 16, 2008 at 11:57:57PM +, Adrian McMenamin wrote: > > On Mon, 2008-01-14 at 23:17 +, Adrian McMenamin wrote: > > On Mon, 2008-01-14 at 23:00 +, Adrian McMenamin wrote: > > > From: Adrian McMenamin <[EMAIL PROTECTED]> > > > > > > This patch adds support for the GD-Rom driv

Re: What's in sh-2.6.git for 2.6.25?

2008-01-16 Thread Paul Mundt
On Wed, Jan 16, 2008 at 08:38:44AM +0100, Sam Ravnborg wrote: > On Wed, Jan 16, 2008 at 04:04:03PM +0900, Paul Mundt wrote: > > This is a brief summary of the changes that are sitting in the sh queue > > for 2.6.25. > > > > The main points to note are as follo

What's in sh-2.6.git for 2.6.25?

2008-01-15 Thread Paul Mundt
tables sh: r2d - add lcd planel timings to sm501 platform data sh: remove voyagergx sh: r2d - enable sm501 usb host function Nobuhiro Iwamatsu (1): sh: Fix compile error of arch/sh/mm/pmb.c Paul Mundt (160): rtc: rtc-sh: SH-5 support. sh64: Use the generic rtc-s

Re: [PATCH] SH/Dreamcast - add support for GD-Rom CDROM drive on SEGA Dreamcast

2008-01-15 Thread Paul Mundt
gt; above, you may choose to fix. Some you definitely will. On Tue, Jan 15, 2008 at 08:41:39PM +, Adrian McMenamin wrote: > On 15/01/2008, Paul Mundt <[EMAIL PROTECTED]> wrote: > > On Mon, Jan 14, 2008 at 11:17:15PM +, Adrian McMenamin wrote: > > > > > >

Re: [PATCH] SH/Dreamcast - add support for GD-Rom CDROM drive on SEGA Dreamcast

2008-01-14 Thread Paul Mundt
On Mon, Jan 14, 2008 at 11:17:15PM +, Adrian McMenamin wrote: > +/* GD Rom registers */ > +#define GDROM_BASE_REG 0xA05F7000 > +#define GDROM_ALTSTATUS_REG (GDROM_BASE_REG + 0x18) > +#define GDROM_DATA_REG (GDROM_BASE_REG + 0x80) > +#define G

Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c

2008-01-11 Thread Paul Mundt
On Fri, Jan 11, 2008 at 12:04:14PM +0100, Roel Kluin wrote: > Paul Mundt wrote: > > Take a look at how CONFIG_PCMCIA_DEBUG is handled. > > In drivers/pcmcia/Makefile, when CONFIG_PCMCIA_DEBUG=y, it gives > EXTRA_CFLAGS += -DDEBUG > which causes the definition of DEBUG as a m

Re: [2.6 patch] remove CONFIG_EXPERIMENTAL

2008-01-11 Thread Paul Mundt
On Thu, Jan 10, 2008 at 10:18:45PM +, Ralf Baechle wrote: > On Tue, Jan 01, 2008 at 03:48:09PM +0200, Adrian Bunk wrote: > > Definately NAK for the MIPS segments. Some of the EXPERIMENTAL > dependencies should be removed but many options tagged with EXPERIMENTAL > are still dangerous. > Like

Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c

2008-01-11 Thread Paul Mundt
On Fri, Jan 11, 2008 at 10:45:30AM +0100, Roel Kluin wrote: > Paul Mundt wrote: > > On Fri, Jan 11, 2008 at 04:09:45AM +0100, Peter Stuge wrote: > >> On Thu, Jan 10, 2008 at 10:03:58PM +0100, Roel Kluin wrote: > >>> -#define DEBUG(x,args...) printk(__FUNCTION__ "

[GIT PULL] sh updates for 2.6.24-rc7

2008-01-10 Thread Paul Mundt
Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.24.git Which contains: Carmelo Amoroso (1): sh: Fix argument page dcache flushing regression. Paul Mundt (1): sh: Force __access_ok() to obey address space limit. include/asm-sh/cacheflush.h

  1   2   3   4   5   >