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
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
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
> 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
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
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
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
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
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
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
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,
> +
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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-
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
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
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
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
---
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
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,
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
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
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
---
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
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
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
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
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.
>
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.
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
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
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
> > >
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
>
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
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
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
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
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
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
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 *
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
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
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
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
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
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
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
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 |
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
---
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
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
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/
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
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).
>
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
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
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
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
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
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
> >
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
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
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
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
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
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(-)
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
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
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
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
: 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
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]>
>
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:
> > > >
> 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
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
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 .
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
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
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
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
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
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:
>
> >
> > >
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
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
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
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__ "
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 - 100 of 446 matches
Mail list logo