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-imx.c
Commit message (
Expand
)
Author
Age
*
i2c: imx: match return type of wait_for_completion_timeout
Nicholas Mc Guire
2015-03-15
*
i2c: imx: whitespace and checkpatch cleanup
Philipp Zabel
2015-01-22
*
i2c: imx: remove unused return value assignments
Philipp Zabel
2015-01-14
*
i2c: imx: fix handling of wait_for_completion_timeout result
Nicholas Mc Guire
2015-01-13
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
|
\
|
*
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
*
|
i2c: imx: simplify i2c_imx_dma_write() a little
Wolfram Sang
2014-11-19
*
|
i2c: imx: add DMA support for freescale i2c driver
Yao Yuan
2014-11-18
*
|
i2c: imx: Sort include headers alphabetically
Yao Yuan
2014-11-18
*
|
i2c: imx+mxs: Use the preferred form for passing a size of a struct
Fabio Estevam
2014-11-10
*
|
i2c: remove FSF address
Wolfram Sang
2014-11-07
|
/
*
i2c-imx: Disable the clock on probe failure
Fabio Estevam
2014-10-06
*
i2c: imx: Add arbitration lost check
Haibo Chen
2014-09-29
*
i2c: imx: Fix format warning for dev_dbg
Xiubo Li
2014-08-06
*
i2c: remove unnecessary OOM messages
Jingoo Han
2014-06-02
*
i2c: imx: update i2c clock divider for each transaction
Fugang Duan
2014-06-02
*
i2c: imx: fix the i2c bus hang issue when do repeat restart
Fugang Duan
2014-06-02
*
i2c: imx: add SMBus block read support
Kaushal Butala
2014-05-22
*
i2c: imx: propagate irq error code in probe
Wolfram Sang
2014-01-03
*
i2c: imx: Check the return value from clk_prepare_enable()
Fabio Estevam
2013-12-12
*
i2c: i2c-imx: replace platform_driver_probe to support deferred probing
Wolfram Sang
2013-10-10
*
i2c: move OF helpers into the core
Wolfram Sang
2013-08-23
*
i2c: use dev_get_platdata()
Jingoo Han
2013-08-19
*
i2c: imx: Add Vybrid VF610 I2C controller support
Jingchang Lu
2013-08-15
*
i2c: imx: add struct to hold more configurable quirks
Jingchang Lu
2013-08-15
*
i2c: imx: add INT flag and IEN bit operatation codes
Jingchang Lu
2013-08-15
*
i2c: imx: change register offset representation
Jingchang Lu
2013-08-15
*
i2c: imx: wrap registers read/write to inline function
Jingchang Lu
2013-08-15
*
i2c: imx: don't change platform device id_entry directly
Jingchang Lu
2013-08-15
*
i2c: imx: enable clk before write to registers
Jingchang Lu
2013-08-15
*
i2c: imx: use struct representing i2c clk{div, val} pair
Jingchang Lu
2013-08-15
*
i2c: imx: allow autoloading on dt ids
Arnaud Patard \(Rtp\)
2013-06-25
*
drivers/i2c/busses: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-06-12
*
i2c: imx: Let device core handle pinctrl
Fabio Estevam
2013-06-12
*
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2013-02-26
|
\
|
*
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
2013-02-21
*
|
i2c: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-24
|
/
*
i2c: imx: remove cpu_is_xxx by using platform_device_id
Shawn Guo
2012-10-14
*
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
2012-10-10
|
\
|
*
i2c: imx: Use dev_dbg logging style
Fabio Estevam
2012-09-11
|
*
i2c: imx: Use dev_info to indicate that i2c driver was succesfully registered
Fabio Estevam
2012-09-11
*
|
ARM: imx: move platform_data definitions
Arnd Bergmann
2012-09-14
|
/
*
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
2012-07-28
|
\
|
*
i2c: imx: make bitrate an u32 type
Wolfram Sang
2012-07-10
|
*
i2c: i2c-imx: Adapt the clock name to the new clock framework
Fabio Estevam
2012-07-09
|
*
i2c: imx: convert to use managed functions
Richard Zhao
2012-07-08
*
|
i2c: imx: remove unneeded mach/irqs.h inclusion
Shawn Guo
2012-07-01
|
/
*
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
2012-05-26
|
\
|
*
i2c: imx: don't use strcpy but strlcpy
Wolfram Sang
2012-05-12
*
|
i2c: imx: adopt pinctrl support
Shawn Guo
2012-05-11
|
/
[next]