public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
From: Arpit Goel <B44344@freescale.com>
To: linux@arm.linux.org.uk, takata@linux-m32r.org, philb@gnu.org,
	geert@linux-m68k.org
Cc: schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com,
	linux390@de.ibm.com, davem@davemloft.net,
	rob.herring@calxeda.com, arnd@arndb.de, swarren@nvidia.com,
	john.stultz@linaro.org, jesper.nilsson@axis.com,
	gregkh@linuxfoundation.org, sam@ravnborg.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-m32r@ml.linux-m32r.org,
	linux-m32r-ja@ml.linux-m32r.org, linux-m68k@vger.kernel.org,
	linux-s390@vger.kernel.org, sparclinux@vger.kernel.org,
	mattw@codeaurora.org, timur@tabi.org, sboyd@codeaurora.org,
	akpm@linux-foundation.org, Arpit Goel <B44344@freescale.com>
Subject: [PATCH v2 0/2] Make PPC macro spin_event_timeout() architecture independent
Date: Wed, 14 Aug 2013 12:33:53 +0530	[thread overview]
Message-ID: <1376463835-13040-1-git-send-email-B44344@freescale.com> (raw)

This patch-set moves USECS_PER_JIFFY to architecture timex.h from architecture
specific C files. Patch-set further uses this to make PPC macro
spin_event_timeout() architecture independent. This change enables drivers to
use spin_event_timeout() even in non-PowerPC based SoC's.

This patchset has been compiled for ARM, PowerPC and x86.

Patch[1/2] : Moves USECS_PER_JIFFY to architecture specific timex.h files from
	     architecture specific C files.

Patch[2/2] : Converts PPC macro spin_event_timeout() in architecture independent
	     macro.

Changes in v2:
	Patch[1/2] Adds USEC_PER_JIFFY to linux/timex.h
	Patch[2/2] uses usecs_to_jiffies for conversion

Arpit Goel (2):
  Make USECS_PER_JIFFY available for generic use
  Convert PowerPC macro spin_event_timeout() to architecture independent
    macro

 arch/arm/include/asm/timex.h      |  2 ++
 arch/arm/kernel/time.c            |  3 ---
 arch/m32r/include/asm/timex.h     |  2 ++
 arch/m32r/kernel/time.c           |  3 ---
 arch/m68k/hp300/time.c            |  4 +---
 arch/m68k/include/asm/timex.h     |  2 ++
 arch/s390/include/asm/timex.h     |  2 ++
 arch/s390/kernel/time.c           |  2 --
 arch/sparc/include/asm/timex_32.h |  2 ++
 arch/sparc/include/asm/timex_64.h |  2 ++
 arch/sparc/kernel/pcic.c          |  1 -
 include/linux/delay.h             | 40 +++++++++++++++++++++++++++++++++++++++
 include/linux/timex.h             |  5 +++++
 13 files changed, 58 insertions(+), 12 deletions(-)

-- 
1.8.1.4

             reply	other threads:[~2013-08-14  7:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-14  7:03 Arpit Goel [this message]
2013-08-14  7:03 ` [PATCH v2 1/2] Make USECS_PER_JIFFY available for generic use Arpit Goel
2013-08-14  7:03 ` [PATCH v2 2/2] Convert PowerPC macro spin_event_timeout() to architecture independent macro Arpit Goel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1376463835-13040-1-git-send-email-B44344@freescale.com \
    --to=b44344@freescale.com \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=davem@davemloft.net \
    --cc=geert@linux-m68k.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=heiko.carstens@de.ibm.com \
    --cc=jesper.nilsson@axis.com \
    --cc=john.stultz@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m32r-ja@ml.linux-m32r.org \
    --cc=linux-m32r@ml.linux-m32r.org \
    --cc=linux-m68k@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=linux390@de.ibm.com \
    --cc=linux@arm.linux.org.uk \
    --cc=mattw@codeaurora.org \
    --cc=philb@gnu.org \
    --cc=rob.herring@calxeda.com \
    --cc=sam@ravnborg.org \
    --cc=sboyd@codeaurora.org \
    --cc=schwidefsky@de.ibm.com \
    --cc=sparclinux@vger.kernel.org \
    --cc=swarren@nvidia.com \
    --cc=takata@linux-m32r.org \
    --cc=timur@tabi.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox