From: Conrad Parker <conrad@metadecks.org>
To: linux-sh@vger.kernel.org
Subject: UIOMux release 1.1.0
Date: Thu, 22 Apr 2010 07:49:01 +0000 [thread overview]
Message-ID: <s2odba6c0831004220049l72b686ccy6c5849923270cfe@mail.gmail.com> (raw)
UIOMux Release 1.1.0
==========
UIOMux is a conflict manager for system resources, including UIO devices.
The source archive, and more information about the library are available from:
http://oss.renesas.com/modules/document/?libuiomux
This release of libuiomux targets Renesas SH-Mobile processors.
New in this release
-------------------
* Added support for building for Android.
* Added a physical to virtual address translation function, which is
useful for userspace applications that interface with hardware using
physical addresses: uiomux_phys_to_virt()
* Added debugging routines for dumping register values exposed
through UIO: uiomux_dump_mmio(), uiomux_dump_mmio_filename()
* Updated libtool shared version info to 3:0:2
Changes
-------
This release includes the following changes since version 1.0.0:
Conrad Parker (9):
add uiomux_phys_to_virt() public API function
Update error return values for translation and mem access functions
Add mmio dump public API functions
add --version option to uiomux tool
Fix roundup of pagecount reported by uiomux info
update config.h.in, INSTALL
add TODO file with some suggested improvements.
add Matsubara-san to AUTHORS
Release 1.1.0
Katsuya Matsubara (10):
Fix wrong page counting
Fix uninitialize variable access
Suppress a type mismatch warning in uiomux_dump_mmio()
Suppress a warning by compiler in init_owners_table()
Treat return value from system functions
Fix parameter type for memory address in uio_map_virt_to_phys()
Fix wrong comparison in uiomux_phys_to_virt()
Fix arithmetic expression with void pointer
Apply HAVE_CONFIG_H condition in src/tests/uiomux_test.h
Add Android.mk for the Android code tree
AUTHORS | 4 ++
Android.mk | 4 ++
INSTALL | 2 +-
TODO | 14 +++++++
config.h.in | 3 ++
configure.ac | 5 ++-
doc/uiomux.1 | 11 ++++++
include/uiomux/Makefile.am | 2 +-
include/uiomux/dump.h | 55 ++++++++++++++++++++++++++++
include/uiomux/uiomux.h | 18 ++++++++-
src/Android.mk | 1 +
src/libuiomux/Android.mk | 18 +++++++++
src/libuiomux/Makefile.am | 1 +
src/libuiomux/Version_script.in | 4 ++
src/libuiomux/dump.c | 77 +++++++++++++++++++++++++++++++++++++++
src/libuiomux/state.c | 2 +-
src/libuiomux/uio.c | 31 ++++++++++------
src/libuiomux/uio.h | 2 +-
src/libuiomux/uiomux.c | 69 +++++++++++++++++++++++++++++++----
src/tests/Android.mk | 65 +++++++++++++++++++++++++++++++++
src/tests/uiomux_tests.h | 2 +
src/tools/Android.mk | 10 +++++
src/tools/uiomux.c | 14 +++++++
23 files changed, 387 insertions(+), 27 deletions(-)
create mode 100644 Android.mk
create mode 100644 TODO
create mode 100644 include/uiomux/dump.h
create mode 100644 src/Android.mk
create mode 100644 src/libuiomux/Android.mk
create mode 100644 src/libuiomux/dump.c
create mode 100644 src/tests/Android.mk
create mode 100644 src/tools/Android.mk
reply other threads:[~2010-04-22 7:49 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=s2odba6c0831004220049l72b686ccy6c5849923270cfe@mail.gmail.com \
--to=conrad@metadecks.org \
--cc=linux-sh@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).