index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-mv64xxx.c
Commit message (
Expand
)
Author
Age
*
i2c: mv64xxx: rework offload support to fix several problems
Thomas Petazzoni
2014-12-17
*
i2c: mv64xxx: use BIT() macro for register value definitions
Thomas Petazzoni
2014-12-17
*
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
*
i2c: mv64xxx: continue probe when clock-frequency is missing
Chen-Yu Tsai
2014-09-02
*
i2c: i2c-mv64xxx: Drop class based scanning to improve bootup time
Wolfram Sang
2014-07-16
*
i2c: mv64xxx: Change i2c compatibles for sunxi
Maxime Ripard
2014-05-22
*
i2c: i2c-mv64xxx: deprecate class based instantiation
Wolfram Sang
2014-03-28
*
i2c: mv64xxx: Fix reset controller handling
Maxime Ripard
2014-03-28
*
i2c: mv64xxx: refactor initialization for new msgs
Wolfram Sang
2014-03-10
*
i2c: mv64xxx: directly call send_start when initializing transfer
Wolfram Sang
2014-03-10
*
i2c: mv64xxx: refactor send_start
Wolfram Sang
2014-03-10
*
i2c: mv64xxx: Add support for the Allwinner A31 I2C driver
Maxime Ripard
2014-03-05
*
i2c: mv64xxx: Add reset deassert call
Maxime Ripard
2014-03-05
*
i2c: mv64xxx: refactor message start to ensure proper initialization
Wolfram Sang
2014-02-15
*
i2c: mv64xxx: Fix bus hang on A0 version of the Armada XP SoCs
Gregory CLEMENT
2014-01-13
*
i2c: remove redundant of_match_ptr
Sachin Kamat
2013-10-03
*
i2c: mv64xxx: Do not use writel_relaxed()
Thierry Reding
2013-09-27
*
i2c: mv64xxx: Fix some build warnings
Thierry Reding
2013-09-27
*
i2c: move OF helpers into the core
Wolfram Sang
2013-08-23
*
i2c: mv64xxx: Fix timing issue on Armada XP (errata FE-8471889)
Gregory CLEMENT
2013-08-23
*
i2c: mv64xxx: Add I2C Transaction Generator support
Gregory CLEMENT
2013-08-23
*
i2c: use dev_get_platdata()
Jingoo Han
2013-08-19
*
i2c: mv64xxx: Set bus frequency to 100kHz if clock-frequency is not provided
Gregory CLEMENT
2013-06-25
*
i2c: mv64xxx: Fix transfer error code
Guenter Roeck
2013-06-25
*
i2c: mv64xxx: Add Allwinner sun4i compatible
Maxime Ripard
2013-06-15
*
i2c: mv64xxx: make the registers offset configurable
Maxime Ripard
2013-06-15
*
i2c: mv64xxx: Add macros to access parts of registers
Maxime Ripard
2013-06-15
*
I2C: mv64xxx: fix race between FSM/interrupt and process context
Russell King
2013-06-05
*
I2C: mv64xxx: move mv64xxx_i2c_prepare_for_io()
Russell King
2013-06-05
*
I2C: mv64xxx: remove I2C_M_NOSTART code
Russell King
2013-06-05
*
I2C: mv64xxx: fix error handling for request_irq()
Russell King
2013-06-05
*
I2C: mv64xxx: use devm_kzalloc()
Russell King
2013-06-05
*
I2C: mv64xxx: use devm_clk_get() to avoid missing clk_put()
Russell King
2013-06-05
*
I2C: mv64xxx: use devm_ioremap_resource()
Russell King
2013-06-05
*
I2C: mv64xxx: use return value from mv64xxx_i2c_map_regs()
Russell King
2013-06-05
*
i2c: mv64xxx: work around signals causing I2C transactions to be aborted
Russell King
2013-05-17
*
i2c: Ignore return value of i2c_del_adapter()
Lars-Peter Clausen
2013-04-02
*
i2c: remove __dev* attributes from subsystem
Bill Pemberton
2012-12-22
*
I2C: MV64XYZ: Add Device Tree support
Andrew Lunn
2012-07-23
*
i2c-mv64xxxx: allow more than one driver instance
Florian Fainelli
2012-07-12
*
i2c/busses: Use module_platform_driver()
Axel Lin
2012-01-12
*
i2c-mv64xxx: send repeated START between messages in xfer
Rodolfo Giometti
2011-01-03
*
i2c: Use <linux/io.h> instead of <asm/io.h>
H Hartley Sweeten
2010-05-21
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
*
i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDR
Jean Delvare
2009-12-06
*
i2c-mv64xxx: correct mv64xxx_i2c_intr() return type
Mikael Pettersson
2009-09-19
*
i2c: Use resource_size macro
Linus Walleij
2009-06-16
*
i2c: Adapter timeout is in jiffies
Jean Delvare
2009-03-28
*
[ARM] fix lots of ARM __devexit sillyness
Russell King
2009-03-03
*
i2c: Delete many unused adapter IDs
Jean Delvare
2009-01-26
[next]