Re: [PATCH v2] [POWERPC] devres: Add devm_ioremap_flags()




On Apr 30, 2008, at 4:42 PM, Benjamin Herrenschmidt wrote:

On Wed, 2008-04-30 at 11:08 -0500, Kumar Gala wrote:
From: Emil Medve <Emilian.Medve@xxxxxxxxxxxxx>

We provide an ioremap_flags so provide a coresphonding devm_ioremap_flags.

Signed-off-by: Emil Medve <Emilian.Medve@xxxxxxxxxxxxx>
Signed-off-by: Kumar Gala <galak@xxxxxxxxxxxxxxxxxxx>
---

Forgot to commit the actual implemtation in arch/powerpc/lib/devres.c

Which tree should this go through, powerpc.git?

Let's call it ioremap_prot instead please. I'm about to change
ioremap_flags to ioremap_prot anyways. Keep the flags/prot argument
unsigned long for now (it can be argued it should be a pgprot but that
hasn't been sorted out completely).

No problem. I've always wondered why ioremap_* aren't better specified by generic code.

- k

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: [PATCH v2] [POWERPC] devres: Add devm_ioremap_flags()
    ... We provide an ioremap_flags so provide a coresphonding devm_ioremap_flags. ... Forgot to commit the actual implemtation in arch/powerpc/lib/devres.c ... Which tree should this go through, ...
    (Linux-Kernel)
  • [PATCH] Simplified GIT usage guide
    ... Overview of GIT. ... Publishing changes by GIT tree. ... Commit objects. ... +DOWNLOADING UPSTREAM TREES ...
    (Linux-Kernel)
  • [PATCH] Re: Kernel SCM saga..
    ... the tree ID. ... commit(s), practical if you want to diff against the previous commit ... +# for addition to the GIT repository at the next commit. ... +# multiple parents test 1d0f4aec21e5b66c441213643426c770dc6dedc0 ...
    (Linux-Kernel)
  • Re: [PATCH 1/1] vfs: umount_begin BKL pushdown v2
    ... You've now mixed that commit with other VFS changes. ... Had it been in a separate branch, and had we tested it, Linus could ... away at various BKL details) which facilitated these changes. ... Alessio did these fixes to fix bugs he can trigger in that tree. ...
    (Linux-Kernel)
  • Re: more git updates..
    ... "current directory cache". ... So a "read-tree" always reads the tree information into the directory ... before you did the "write-tree". ... So to actually do the high-level operation of a real commit, ...
    (Linux-Kernel)