History log of /netbsd/sys/arch/arm/xscale/pxa2x0_i2c.c (Results 1 – 9 of 9)
Revision Date Author Comments
# e0efbec3 12-Dec-2021 andvar <andvar@NetBSD.org>

fix typos in word "operation(s)".


# 5b1a9f4f 06-Aug-2011 kiyohara <kiyohara@NetBSD.org>

Support slave mode for PXA2x0 I2C.


# 4f694db9 23-Jun-2011 kiyohara <kiyohara@NetBSD.org>

Fix bit name ISR_UB. Not _UE.
And add comments for bit names from datasheet of PXA255.


# b41952b6 22-Jun-2011 kiyohara <kiyohara@NetBSD.org>

Add member sc_addr to struct pxa2x0_i2c_softc.
And use sc_addr to bus_space_map() instead of macro-directly.


# ee89a2e7 19-Jun-2011 nonaka <nonaka@NetBSD.org>

- Split device_t/softc.
- Added some functions for i2c framework.


# be22fa25 20-Apr-2009 pgoyette <pgoyette@NetBSD.org>

One more i2c quick_{read,write} update.


# d974db0a 17-Oct-2007 garbled <garbled@NetBSD.org>

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the v

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

show more ...


# f1bbc244 21-Aug-2007 kiyohara <kiyohara@NetBSD.org>

The initarm() should initialize GPIO. We must not initialize GPIO in
foo_attach() of the each drivers. And, it is necessary to confirm whether
to be initialized in foo_match(). To avoid a dangerou

The initarm() should initialize GPIO. We must not initialize GPIO in
foo_attach() of the each drivers. And, it is necessary to confirm whether
to be initialized in foo_match(). To avoid a dangerous configuring on the
evaluation boards.

show more ...


# ac86e555 17-Dec-2006 peter <peter@NetBSD.org>

Update from the latest Zaurus source from NONAKA Kimihiro.

Includes drivers for I2C, I2S, PCMCIA controller, USB device controller,
OHCI USB controller (from OpenBSD) and some improvements to the LC

Update from the latest Zaurus source from NONAKA Kimihiro.

Includes drivers for I2C, I2S, PCMCIA controller, USB device controller,
OHCI USB controller (from OpenBSD) and some improvements to the LCD
controller driver.

show more ...