All of lore.kernel.org
 help / color / mirror / Atom feed
From: akpm@linux-foundation.org
To: avictor.za@gmail.com, hskinnemoen@atmel.com, linux@maxim.org.za,
	mm-commits@vger.kernel.org
Subject: - at91-atmel_pwm-only-available-for-certain-at91-processors.patch removed from -mm tree
Date: Sat, 18 Oct 2008 16:12:10 -0700	[thread overview]
Message-ID: <200810182312.m9INCAS7027939@imap1.linux-foundation.org> (raw)


The patch titled
     AT91: atmel_pwm only available for certain AT91 processors
has been removed from the -mm tree.  Its filename was
     at91-atmel_pwm-only-available-for-certain-at91-processors.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: AT91: atmel_pwm only available for certain AT91 processors
From: "Andrew Victor" <avictor.za@gmail.com>

Only three of Atmel's AT91 processors (SAM9263, SAM9RL and CAP9) include a
PWM controller.

It should therefore only be possible to enable the misc/atmel_pwm.c driver
on those processors (and not all AT91 processors).

Signed-off-by: Andrew Victor <linux@maxim.org.za>
Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/misc/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/misc/Kconfig~at91-atmel_pwm-only-available-for-certain-at91-processors drivers/misc/Kconfig
--- a/drivers/misc/Kconfig~at91-atmel_pwm-only-available-for-certain-at91-processors
+++ a/drivers/misc/Kconfig
@@ -15,7 +15,7 @@ if MISC_DEVICES
 
 config ATMEL_PWM
 	tristate "Atmel AT32/AT91 PWM support"
-	depends on AVR32 || ARCH_AT91
+	depends on AVR32 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9
 	help
 	  This option enables device driver support for the PWM channels
 	  on certain Atmel prcoessors.  Pulse Width Modulation is used for
_

Patches currently in -mm which might be from avictor.za@gmail.com are

origin.patch


                 reply	other threads:[~2008-10-18 23:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200810182312.m9INCAS7027939@imap1.linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=avictor.za@gmail.com \
    --cc=hskinnemoen@atmel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@maxim.org.za \
    --cc=mm-commits@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.