login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
May
»
6
Re: Staging: dt3155: Cleanup memory mapped i/o access
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Greg KH
Subject:
Re: Staging: dt3155: Cleanup memory mapped i/o access
Date: Thursday, May 6, 2010 - 1:25 pm
On Thu, May 06, 2010 at 11:59:03AM -0500, H Hartley Sweeten wrote:
quoted text
> On Tuesday, May 04, 2010 2:23 PM, H Hartley Sweeten wrote: > > > > The macros ReadMReg and WriteMReg are really just private versions of > > the kernel's readl and writel functions. Use the kernel's functions > > instead. And since ioremap returns a (void __iomem *) not a (u8 *), > > change all the uses of dt3155_lbase to reflect this. > > > > While here, make dt3155_lbase static since it is only used in the > > dt3155_drv.c file. Also, remove the global variable dt3155_bbase > > since it is not used anywhere in the code. > > > > Where is makes sense, create a local 'mmio' variable instead of using > > dt3155_lbase[minor] to make the code more readable. > > > > This change also affects the {Read|Write}I2C functions so they are > > also modified as needed. > > > > Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> > > Cc: Greg Kroah-Hartman <gregkh@suse.de> > > Cc: Scott Smedley <ss@aao.gov.au> > > > > Greg, > > Did this patch fair any better when trying to merge it?
No, not at all :(
quoted text
> If there is still an issue I will wait until Linus' tree, linux-next, > and your staging-next branch appear to be more in sync.
Yes, please wait a bit, I really don't know what is going on here, sorry. greg k-h --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] Staging: dt3155: Cleanup memory mapped i/o access
, H Hartley Sweeten
, (Wed Apr 28, 10:23 am)
Re: [PATCH] Staging: dt3155: Cleanup memory mapped i/o access
, Greg KH
, (Fri Apr 30, 2:56 pm)
RE: [PATCH] Staging: dt3155: Cleanup memory mapped i/o access
, H Hartley Sweeten
, (Sun May 2, 10:35 am)
RE: [PATCH] Staging: dt3155: Cleanup memory mapped i/o access
, H Hartley Sweeten
, (Sun May 2, 11:00 am)
Re: Staging: dt3155: Cleanup memory mapped i/o access
, Greg KH
, (Mon May 3, 11:59 am)
RE: Staging: dt3155: Cleanup memory mapped i/o access
, H Hartley Sweeten
, (Mon May 3, 1:15 pm)
Re: Staging: dt3155: Cleanup memory mapped i/o access
, Greg KH
, (Mon May 3, 2:17 pm)
RE: Staging: dt3155: Cleanup memory mapped i/o access
, H Hartley Sweeten
, (Mon May 3, 3:45 pm)
RE: Staging: dt3155: Cleanup memory mapped i/o access
, H Hartley Sweeten
, (Mon May 3, 4:33 pm)
Re: Staging: dt3155: Cleanup memory mapped i/o access
, Greg KH
, (Mon May 3, 4:40 pm)
Re: Staging: dt3155: Cleanup memory mapped i/o access
, Greg KH
, (Mon May 3, 4:41 pm)
RE: Staging: dt3155: Cleanup memory mapped i/o access
, H Hartley Sweeten
, (Mon May 3, 5:49 pm)
Re: Staging: dt3155: Cleanup memory mapped i/o access
, Greg KH
, (Mon May 3, 7:54 pm)
Re: Staging: dt3155: Cleanup memory mapped i/o access
, Joe Perches
, (Tue May 4, 12:07 pm)
RE: Staging: dt3155: Cleanup memory mapped i/o access
, H Hartley Sweeten
, (Tue May 4, 1:02 pm)
Re: Staging: dt3155: Cleanup memory mapped i/o access
, Greg KH
, (Tue May 4, 1:12 pm)
RE: Staging: dt3155: Cleanup memory mapped i/o access
, H Hartley Sweeten
, (Tue May 4, 1:53 pm)
Re: Staging: dt3155: Cleanup memory mapped i/o access
, Greg KH
, (Tue May 4, 2:02 pm)
RE: Staging: dt3155: Cleanup memory mapped i/o access
, H Hartley Sweeten
, (Tue May 4, 2:22 pm)
RE: Staging: dt3155: Cleanup memory mapped i/o access
, H Hartley Sweeten
, (Thu May 6, 9:59 am)
Re: Staging: dt3155: Cleanup memory mapped i/o access
, Greg KH
, (Thu May 6, 1:25 pm)
[PATCH v2] Staging: dt3155: Cleanup memory mapped i/o access
, H Hartley Sweeten
, (Mon Jun 21, 8:51 am)
Re: [PATCH v2] Staging: dt3155: Cleanup memory mapped i/o ...
, Greg KH
, (Tue Jun 22, 3:39 pm)
RE: [PATCH v2] Staging: dt3155: Cleanup memory mapped i/o ...
, H Hartley Sweeten
, (Tue Jun 22, 3:45 pm)
Re: [PATCH v2] Staging: dt3155: Cleanup memory mapped i/o ...
, Greg KH
, (Tue Jun 22, 4:04 pm)
RE: [PATCH v2] Staging: dt3155: Cleanup memory mapped i/o ...
, H Hartley Sweeten
, (Tue Jun 22, 4:36 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ken Chen
[patch] sched: fix inconsistency when redistribute per-cpu tg->cfs_rq shares.
Hugh Dickins
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
Bernhard Beck
[PATCH 001/001] usb-serial: Add ThinkOptics WavIT
Oleg Nesterov
Re: [PATCH 4/5] don't panic if /sbin/init exits or killed
Greg KH
[patch 07/21] rtc-pcf8563: detect polarity of century bit automatically
git
:
Jonathan del Strother
Re: [PATCH] Fixing path quoting issues
Gerrit Pape
[PATCH] fix skipping merge-order test with NO_OPENSSL=1.
Linus Torvalds
Re: Implementing branch attributes in git config
Johannes Schindelin
Re: Trying to use git-filter-branch to compress history by removing large, obsolet...
Gerrit Pape
[PATCH] hooks--update: fix test for properly set up project description file
linux-netdev
:
David Miller
Re: [PATCH 04/15] tg3: Preserve LAA when device control is released
Jean-Louis Dupond
Re: tg3 driver not advertising 1000mbit
Sven Wegener
[PATCH] ipvs: Add missing locking during connection table hashing and unhashing
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
Stephen Hemminger
[PATCH 2/2] sky2: fix transmit state on resume
git-commits-head
:
Linux Kernel Mailing List
[SCSI] scsi ioctl: fix kernel-doc warning
Linux Kernel Mailing List
ALSA: HDA - Correct trivial typos in comments.
Linux Kernel Mailing List
i2c-viapro: Add support for SMBus Process Call transactions
Linux Kernel Mailing List
i2c: Documentation: upgrading clients HOWTO
Linux Kernel Mailing List
[PATCH] fix sysctl_nr_open bugs
openbsd-misc
:
Die Gestalt
Re: How to re-build openssl with SHA1 support?
Edwin Eyan Moragas
Re: managing routes for multiple PPPoE connections
Brian Candler
Re: OBSD's perspective on SELinux
Jonathan Schleifer
Why is getaddrinfo breaking POSIX?
Predrag Punosevac
Re: Kernel developers guide/tutorial
Colocation donated by:
Syndicate