1. 31 Jul, 2009 2 commits
  2. 20 Aug, 2009 1 commit
  3. 10 Sep, 2009 1 commit
  4. 29 Jul, 2009 2 commits
  5. 20 Aug, 2009 1 commit
  6. 29 Jul, 2009 1 commit
  7. 20 Aug, 2009 1 commit
  8. 11 Sep, 2009 1 commit
  9. 29 Jul, 2009 7 commits
  10. 24 Aug, 2009 2 commits
  11. 11 Sep, 2009 1 commit
    • Adrian Hunter's avatar
      Return-Path: <adrian.hunter@nokia.com> · 12f65379
      Adrian Hunter authored
      X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on y.localdomain
      X-Spam-Level: 
      X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham
      	version=3.2.4
      Received: from y.localdomain (y.localdomain [127.0.0.1])
      	by y.localdomain (8.14.2/8.14.2) with ESMTP id n89BxWQE016148
      	for <akpm@localhost>; Wed, 9 Sep 2009 05:00:02 -0700
      Received: from imap1.linux-foundation.org [140.211.169.55]
      	by y.localdomain with POP3 (fetchmail-6.3.8)
      	for <akpm@localhost> (single-drop); Wed, 09 Sep 2009 05:00:02 -0700 (PDT)
      Received: from smtp1.linux-foundation.org (smtp1.linux-foundation.org [140.211.169.13])
      	by imap1.linux-foundation.org (8.13.5.20060308/8.13.5/Debian-3ubuntu1.1) with ESMTP id n89BwdoO008252
      	for <akpm@imap1.linux-foundation.org>; Wed, 9 Sep 2009 04:58:39 -0700
      Received: from mgw-mx06.nokia.com (smtp.nokia.com [192.100.122.233])
      	by smtp1.linux-foundation.org (8.14.2/8.13.5/Debian-3ubuntu1.1) with ESMTP id n89BwUe3024088
      	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL)
      	for <akpm@linux-foundation.org>; Wed, 9 Sep 2009 04:58:33 -0700
      Received: from vaebh106.NOE.Nokia.com (vaebh106.europe.nokia.com [10.160.244.32])
      	by mgw-mx06.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id n89Bw4Ro006796;
      	Wed, 9 Sep 2009 14:58:13 +0300
      Received: from esebh102.NOE.Nokia.com ([172.21.138.183]) by vaebh106.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.3959);
      	 Wed, 9 Sep 2009 14:58:12 +0300
      Received: from mgw-da01.ext.nokia.com ([147.243.128.24]) by esebh102.NOE.Nokia.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959);
      	 Wed, 9 Sep 2009 14:58:11 +0300
      Received: from [127.0.1.1] (esdhcp041173.research.nokia.com [172.21.41.173])
      	by mgw-da01.ext.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id n89Bw3gl008159;
      	Wed, 9 Sep 2009 14:58:04 +0300
      To: Andrew Morton <akpm@linux-foundation.org>
      Cc: Jarkko Lavinen <jarkko.lavinen@nokia.com>,
              Adrian Hunter <adrian.hunter@nokia.com>,
              Madhusudhan Chikkature <madhu.cr@ti.com>,
              linux-mmc Mailing List <linux-mmc@vger.kernel.org>,
              linux-omap Mailing List <linux-omap@vger.kernel.org>,
              Pierre Ossman <pierre@ossman.eu>,
              Matt Fleming <matt@console-pimps.org>
      Date: Wed, 09 Sep 2009 14:58:33 +0300
      Message-Id: <20090909115833.12833.93842.sendpatchset@ahunter-laptop>
      In-Reply-To: <20090909115633.12833.39619.sendpatchset@ahunter-laptop>
      References: <20090909115633.12833.39619.sendpatchset@ahunter-laptop>
      Subject: [PATCH V3 16/30] omap_hsmmc: make use of new MMC_CAP_NONREMOVABLE host capability
      X-OriginalArrivalTime: 09 Sep 2009 11:58:12.0175 (UTC) FILETIME=[CE4695F0:01CA3144]
      Received-SPF: none (domain of adrian.hunter@nokia.com does not designate permitted sender hosts)
      X-MIMEDefang-Filter: lf$Revision: 1.188 $
      X-Scanned-By: MIMEDefang 2.63 on 140.211.169.13
      >From 4344e2509599b187ff98b5ad8ea0f8dede2d9374 Mon Sep 17 00:00:00 2001
      Date: Mon, 11 May 2009 10:06:38 +0300
      Subject: [PATCH] omap_hsmmc: make use of new MMC_CAP_NONREMOVABLE host capability
      Let the board specify that a card is nonremovable e.g. eMMC
      Signed-off-by: default avatarAdrian Hunter <adrian.hunter@nokia.com>
      12f65379
  12. 29 Jul, 2009 5 commits
  13. 24 Aug, 2009 1 commit
  14. 29 Jul, 2009 9 commits
  15. 24 Aug, 2009 1 commit
  16. 29 Jul, 2009 1 commit
  17. 25 Jul, 2009 2 commits
  18. 24 Jul, 2009 1 commit
    • Uwe Kleine-König's avatar
      omap_mmc_probe lives in .init.text, so using platform_driver_register to · 4c8a3774
      Uwe Kleine-König authored
      register it is wrong because binding a device after the init memory is
      discarded (e.g.  via sysfs) results in an oops.
      
      As requested by David Brownell platform_driver_probe is used instead of
      moving the probe function to .devinit.text as proposed initially.  This
      saves some memory, but devices registered after the driver is probed are
      not bound (probably there are none) and binding via sysfs isn't possible.
      Signed-off-by: default avatarUwe Kleine-Knig <u.kleine-koenig@pengutronix.de>
      Cc: Jean Pihet <jpihet@mvista.com>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Pierre Ossman <drzeus@drzeus.cx>
      Cc: Andy Lowe <alowe@mvista.com>
      Cc: Adrian Hunter <ext-adrian.hunter@nokia.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Acked-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      Cc: Madhusudhan Chikkature<madhu.cr@ti.com>
      Cc: Greg Kroah-Hartman <gregkh@suse.de>
      Cc: Matt Fleming <matt@console-pimps.org>
      Cc: Ian Molton <ian@mnementh.co.uk>
      Cc: "Roberto A. Foglietta" <roberto.foglietta@gmail.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      4c8a3774