linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] Hexagon cleanup and misc patches
@ 2012-04-17 23:56 Richard Kuo
  2012-04-17 23:56 ` Richard Kuo
  2012-04-18  4:54 ` Sam Ravnborg
  0 siblings, 2 replies; 4+ messages in thread
From: Richard Kuo @ 2012-04-17 23:56 UTC (permalink / raw)
  To: linux-arch, linux-hexagon, linux-kernel

This is a small collection of patches that I've been sitting on for probably
too long that I'm getting ready to make a pull request for.  It's largely
cleanup and fixes from the original Hexagon upstreaming, with a few
additional enhancements to do_page_fault and SMP startup which have already
been on the mailing lists for some time.

Please let me know if there are any issues, and thanks to everyone who sent
patches.



Jesper Juhl (1):
  Remove unneeded include of version.h from
    arch/hexagon/include/asm/spinlock_types.h

Julia Lawall (1):
  arch/hexagon/kernel/dma.c: make function static

Kautuk Consul (1):
  hexagon/mm/vm_fault.c: Port OOM changes to do_page_fault

Paul Bolle (1):
  hexagon: drop selects of bogus Kconfig symbols

Richard Kuo (4):
  various Kconfig cleanup and old platform build code removal
  Hexagon: misc compile warning/error cleanup due to missing headers
  hexagon:  use renamed tick_nohz_idle_* functions
  hexagon: add missing cpu.h include

Srivatsa S. Bhat (1):
  hexagon/CPU hotplug: Add missing call to notify_cpu_starting()

Thomas Meyer (1):
  Hexagon: Use resource_size function

 arch/hexagon/Kconfig                      |   23 ++++-------------------
 arch/hexagon/Makefile                     |    5 -----
 arch/hexagon/include/asm/spinlock_types.h |    2 --
 arch/hexagon/kernel/dma.c                 |    3 ++-
 arch/hexagon/kernel/process.c             |    6 +++---
 arch/hexagon/kernel/ptrace.c              |    1 +
 arch/hexagon/kernel/smp.c                 |    8 +++++++-
 arch/hexagon/kernel/time.c                |    7 +++----
 arch/hexagon/kernel/vdso.c                |    1 +
 arch/hexagon/mm/vm_fault.c                |   22 +++++++++++++++++-----
 10 files changed, 38 insertions(+), 40 deletions(-)


--

Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 00/10] Hexagon cleanup and misc patches
  2012-04-17 23:56 [PATCH 00/10] Hexagon cleanup and misc patches Richard Kuo
@ 2012-04-17 23:56 ` Richard Kuo
  2012-04-18  4:54 ` Sam Ravnborg
  1 sibling, 0 replies; 4+ messages in thread
From: Richard Kuo @ 2012-04-17 23:56 UTC (permalink / raw)
  To: linux-arch, linux-hexagon, linux-kernel

This is a small collection of patches that I've been sitting on for probably
too long that I'm getting ready to make a pull request for.  It's largely
cleanup and fixes from the original Hexagon upstreaming, with a few
additional enhancements to do_page_fault and SMP startup which have already
been on the mailing lists for some time.

Please let me know if there are any issues, and thanks to everyone who sent
patches.



Jesper Juhl (1):
  Remove unneeded include of version.h from
    arch/hexagon/include/asm/spinlock_types.h

Julia Lawall (1):
  arch/hexagon/kernel/dma.c: make function static

Kautuk Consul (1):
  hexagon/mm/vm_fault.c: Port OOM changes to do_page_fault

Paul Bolle (1):
  hexagon: drop selects of bogus Kconfig symbols

Richard Kuo (4):
  various Kconfig cleanup and old platform build code removal
  Hexagon: misc compile warning/error cleanup due to missing headers
  hexagon:  use renamed tick_nohz_idle_* functions
  hexagon: add missing cpu.h include

Srivatsa S. Bhat (1):
  hexagon/CPU hotplug: Add missing call to notify_cpu_starting()

Thomas Meyer (1):
  Hexagon: Use resource_size function

 arch/hexagon/Kconfig                      |   23 ++++-------------------
 arch/hexagon/Makefile                     |    5 -----
 arch/hexagon/include/asm/spinlock_types.h |    2 --
 arch/hexagon/kernel/dma.c                 |    3 ++-
 arch/hexagon/kernel/process.c             |    6 +++---
 arch/hexagon/kernel/ptrace.c              |    1 +
 arch/hexagon/kernel/smp.c                 |    8 +++++++-
 arch/hexagon/kernel/time.c                |    7 +++----
 arch/hexagon/kernel/vdso.c                |    1 +
 arch/hexagon/mm/vm_fault.c                |   22 +++++++++++++++++-----
 10 files changed, 38 insertions(+), 40 deletions(-)


--

Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 00/10] Hexagon cleanup and misc patches
  2012-04-17 23:56 [PATCH 00/10] Hexagon cleanup and misc patches Richard Kuo
  2012-04-17 23:56 ` Richard Kuo
@ 2012-04-18  4:54 ` Sam Ravnborg
  2012-04-18 23:57   ` Richard Kuo
  1 sibling, 1 reply; 4+ messages in thread
From: Sam Ravnborg @ 2012-04-18  4:54 UTC (permalink / raw)
  To: Richard Kuo; +Cc: linux-arch, linux-hexagon, linux-kernel

On Tue, Apr 17, 2012 at 06:56:01PM -0500, Richard Kuo wrote:
> This is a small collection of patches that I've been sitting on for probably
> too long that I'm getting ready to make a pull request for.  It's largely
> cleanup and fixes from the original Hexagon upstreaming, with a few
> additional enhancements to do_page_fault and SMP startup which have already
> been on the mailing lists for some time.
> 
> Please let me know if there are any issues, and thanks to everyone who sent
> patches.

You need to fix how the mails are sent out.
They appear to come from the author of the patch, and they are timestamped in the past.

	Sam

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 00/10] Hexagon cleanup and misc patches
  2012-04-18  4:54 ` Sam Ravnborg
@ 2012-04-18 23:57   ` Richard Kuo
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Kuo @ 2012-04-18 23:57 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: linux-arch, linux-hexagon, linux-kernel

On Wed, Apr 18, 2012 at 06:54:56AM +0200, Sam Ravnborg wrote:
> You need to fix how the mails are sent out.
> They appear to come from the author of the patch, and they are timestamped in the past.

Sorry about that to everone; used the wrong git command to send those out.
I'll use git send-email next time.


Thanks,
Richard Kuo


-- 

Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-04-18 23:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-17 23:56 [PATCH 00/10] Hexagon cleanup and misc patches Richard Kuo
2012-04-17 23:56 ` Richard Kuo
2012-04-18  4:54 ` Sam Ravnborg
2012-04-18 23:57   ` Richard Kuo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).