index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-24
i2c: support 10 bit and slave addresses in sysfs 'new_device'
Wolfram Sang
3
-4
/
+21
2015-08-24
i2c: take address space into account when checking for used addresses
Wolfram Sang
1
-4
/
+4
2015-08-24
i2c: apply DT flags when probing
Wolfram Sang
1
-5
/
+18
2015-08-24
i2c: make address check indpendent from client struct
Wolfram Sang
1
-6
/
+5
2015-08-24
i2c: rename address check functions
Wolfram Sang
1
-6
/
+6
2015-08-24
i2c: apply address offset for slaves, too
Wolfram Sang
1
-3
/
+19
2015-08-24
i2c: add a flag to mark clients as slaves
Wolfram Sang
1
-4
/
+5
2015-08-24
dt-bindings: add header for generic I2C flags in bindings
Wolfram Sang
1
-0
/
+18
2015-08-11
i2c: mediatek: Fixup i2c ack error interrupt handling
Eddie Huang
1
-4
/
+11
2015-08-11
i2c: mediatek: Reset DMA engine in hardware init function
Eddie Huang
1
-0
/
+6
2015-08-10
i2c: viperboard: clean up inconsistent indenting
Colin Ian King
1
-5
/
+5
2015-08-10
i2c: cadence: set THIS_MODULE to the owner of the adapter
Masahiro Yamada
1
-0
/
+1
2015-08-10
hwmon: ina209: move binding docs to proper place
Wolfram Sang
1
-0
/
+0
2015-08-10
hwmon: ina2xx: move binding docs to proper place
Wolfram Sang
1
-0
/
+0
2015-08-10
hwmon: max6697: move binding docs to proper place
Wolfram Sang
1
-0
/
+0
2015-08-10
rtc: bq32k: move binding docs to proper place
Wolfram Sang
1
-0
/
+0
2015-08-10
misc: eeprom: Export I2C module alias information in missing drivers
Javier Martinez Canillas
1
-0
/
+1
2015-08-10
i2c: designware: Make debug print in i2c_dw_isr() shorter
Jarkko Nikula
1
-2
/
+1
2015-08-10
i2c: arb-gpio-challenge: use of_get_i2c_adapter_by_node interface
Vladimir Zapolskiy
1
-1
/
+1
2015-08-10
i2c: core: add and export of_get_i2c_adapter_by_node() interface
Vladimir Zapolskiy
2
-0
/
+25
2015-08-10
i2c: core: manage i2c bus device refcount in i2c_[get|put]_adapter
Vladimir Zapolskiy
1
-3
/
+12
2015-08-10
misc: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
9
-9
/
+0
2015-08-10
i2c: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
3
-3
/
+0
2015-08-10
i2c: designware-pci: use IRQF_COND_SUSPEND flag
Andy Shevchenko
1
-2
/
+2
2015-08-10
DT: i2c: Add ADS7828 and ADS7830 to list of trivial devices
Denis Carikli
1
-0
/
+2
2015-08-10
i2c: parport: Add VCT-jig adapter
Ondrej Zary
2
-0
/
+9
2015-08-10
i2c: removed work arounds in i2c driver for Zynq Ultrascale+ MPSoC
Anurag Kumar Vulisha
2
-12
/
+62
2015-08-10
i2c: tegra: add support for fast plus (FM+) mode clock rate
Laxman Dewangan
1
-2
/
+15
2015-08-10
i2c: tegra: update CONFIG_LOAD for new conifiguration
Laxman Dewangan
1
-0
/
+35
2015-08-10
i2c: omap: fix cleanup regression
Wolfram Sang
1
-1
/
+1
2015-08-10
i2c: xiic: Do not continue in case of errors in Rx
Shubhrajyoti Datta
1
-0
/
+2
2015-08-10
i2c: xiic: Service all interrupts in isr
Shubhrajyoti Datta
1
-14
/
+10
2015-08-10
i2c: xiic: Remove the Addressed as slave interrupt
Shubhrajyoti Datta
1
-1
/
+1
2015-08-10
i2c: xiic: Remove busy loop while waiting for bus busy
Shubhrajyoti Datta
1
-1
/
+1
2015-08-10
i2c: xiic: Remove the disabling of interrupts
Shubhrajyoti Datta
1
-7
/
+0
2015-08-10
i2c: xiic: Do not reset controller before every transfer
Shubhrajyoti Datta
1
-1
/
+0
2015-08-10
i2c: xiic: move the xiic_process to thread context
Shubhrajyoti Datta
1
-13
/
+20
2015-08-10
i2c: xiic: Remove the disabling of interrupts
Shubhrajyoti Datta
1
-3
/
+0
2015-08-10
i2c: pxa: Use devm_ variants in probe function
Vaibhav Hiremath
1
-51
/
+26
2015-08-10
i2c: pxa: Update debug function to dump more info on error
Vaibhav Hiremath
1
-7
/
+15
2015-08-10
i2c: pxa: Fix compile warning in 64bit mode
Yipeng Yao
1
-1
/
+3
2015-08-10
i2c: pxa: Return I2C_RETRY when timeout in pio mode
Shouming Wang
1
-1
/
+3
2015-08-10
i2c: pxa: No need to set slave addr for i2c master mode reset
Vaibhav Hiremath
1
-1
/
+1
2015-08-10
i2c: pxa: keep i2c irq ON in suspend
Leilei Shang
1
-2
/
+3
2015-08-10
i2c: emev2: add driver
Wolfram Sang
4
-0
/
+362
2015-08-10
clk: shmobile: emev2: deassert reset for IIC0/1
Wolfram Sang
1
-0
/
+6
2015-08-10
i2c: omap: on ->remove() call pm_runtime_put_sync()
Felipe Balbi
1
-1
/
+1
2015-08-10
i2c: omap: abolish variable name confusion
Felipe Balbi
1
-299
/
+299
2015-08-10
i2c: omap: switch to dev_get_drvdata()
Felipe Balbi
1
-4
/
+2
2015-08-10
i2c: parport: start using pr_fmt
Sudip Mukherjee
1
-8
/
+8
[next]