index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-eg20t.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-07
i2c: remove FSF address
Wolfram Sang
1
-4
/
+0
2014-06-02
i2c: remove unnecessary OOM messages
Jingoo Han
1
-3
/
+1
2014-03-13
i2c: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
1
-1
/
+1
2014-01-24
i2c: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-11-17
i2c: i2c-eg20t: do not print error message in syslog if no ACK received
Andreas Werner
1
-22
/
+4
2013-02-22
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
1
-2
/
+0
2012-12-22
i2c: remove __dev* attributes from subsystem
Bill Pemberton
1
-3
/
+3
2012-07-24
i2c/busses: Use module_pci_driver
Axel Lin
1
-11
/
+1
2012-05-12
i2c: eg20t: don't use strcpy but strlcpy
Wolfram Sang
1
-1
/
+1
2012-05-12
i2c: eg20t: remove unused function
Wolfram Sang
1
-5
/
+0
2012-05-12
i2c: eg20t: pass on return value in i2c_xfer
Wolfram Sang
1
-1
/
+1
2012-05-12
i2c: eg20t: use NULL instead of 0
Wolfram Sang
1
-1
/
+1
2012-05-12
i2c-eg20t: Merge two functions
Tomoya MORINAGA
1
-43
/
+22
2012-05-12
i2c-eg20t: add helper function for xfer check
Tomoya MORINAGA
1
-160
/
+66
2012-05-12
i2c-eg20t: Call init() when wait-event timeout occurs
Tomoya MORINAGA
1
-0
/
+24
2012-04-22
i2c-eg20t: Modify MODULE_AUTHOR's email address
Tomoya MORINAGA
1
-1
/
+1
2012-04-22
i2c-eg20t: change timeout value 50msec to 1000msec
Tomoya MORINAGA
1
-1
/
+1
2012-03-07
i2c-eg20t: Remove write-only variables
Alexander Stein
1
-8
/
+0
2012-03-07
i2c-eg20t: Rework pch_i2c_wait_for_bus_idle to reduce wait time
Alexander Stein
1
-15
/
+21
2012-01-17
i2c-eg20t: Change-company-name-OKI-SEMICONDUCTOR to LAPIS Semiconductor
Tomoya MORINAGA
1
-6
/
+6
2012-01-17
i2c-eg20t: Support new device LAPIS Semiconductor ML7831 IOH
Tomoya MORINAGA
1
-0
/
+3
2012-01-17
i2c-eg20t: modified the setting of transfer rate.
Toshiharu Okada
1
-1
/
+1
2012-01-17
i2c-eg20t: use i2c_add_numbered_adapter to get a fixed bus number
Feng Tang
1
-1
/
+3
2012-01-12
i2c: Convert to DEFINE_PCI_DEVICE_TABLE
Axel Lin
1
-1
/
+1
2011-12-18
i2c-eg20t: correct the driver init order of pch_i2c_probe()
Feng Tang
1
-10
/
+12
2011-10-29
i2c-eg20t: Add initialize processing in case i2c-error occurs
Tomoya MORINAGA
1
-0
/
+3
2011-10-29
i2c-eg20t: Fix flag setting issue
Tomoya MORINAGA
1
-0
/
+2
2011-10-29
i2c-eg20t: add stop sequence in case wait-event timeout occurs
Tomoya MORINAGA
1
-0
/
+3
2011-10-29
i2c-eg20t: Separate error processing
Tomoya MORINAGA
1
-58
/
+115
2011-10-29
i2c-eg20t: Fix 10bit access issue
Tomoya MORINAGA
1
-2
/
+63
2011-10-29
i2c-eg20t: Modify returned value s32 to long
Tomoya MORINAGA
1
-5
/
+1
2011-10-29
i2c-eg20t: Fix bus-idle waiting issue
Tomoya MORINAGA
1
-9
/
+9
2011-07-27
i2c-eg20t : Fix the issue of Combined R/W transfer mode
Tomoya MORINAGA
1
-2
/
+2
2011-07-27
i2c-eg20t : Support Combined R/W transfer mode
Tomoya MORINAGA
1
-19
/
+20
2011-05-11
i2c-eg20t: Support new device ML7223 IOH
Tomoya MORINAGA
1
-0
/
+2
2011-03-21
Merge branches 'for-2639/i2c/i2c-ce4100-v6', 'for-2639/i2c/i2c-eg20t-v3' and ...
Ben Dooks
1
-62
/
+99
2011-03-08
i2c-eg20t: include slab.h for memory allocations
Wolfram Sang
1
-0
/
+1
2011-03-02
i2c-eg20t: support new device OKI SEMICONDUCTOR ML7213 IOH
Tomoya MORINAGA
1
-62
/
+99
2011-01-04
i2c-eg20t: add driver for Intel EG20T
Tomoya MORINAGA
1
-0
/
+900