index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-02
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170601' i...
Peter Maydell
1
-0
/
+1
2017-06-02
aspeed/i2c: introduce a state machine
Cédric Le Goater
1
-3
/
+33
2017-06-02
aspeed/i2c: handle LAST command under the RX command
Cédric Le Goater
1
-3
/
+6
2017-06-02
aspeed/i2c: improve command handling
Cédric Le Goater
1
-6
/
+18
2017-06-01
migration: Split qemu-file.h
Juan Quintela
1
-0
/
+1
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
3
-3
/
+3
2017-01-20
arm: Uniquely name imx25 I2C buses.
Alastair D'Silva
1
-1
/
+1
2017-01-09
i2c: Allow I2C devices to NAK start events
Corey Minyard
3
-11
/
+37
2016-12-27
hw/i2c: Add a NULL check for i2c slave init callbacks
Alastair D'Silva
1
-1
/
+5
2016-11-07
hw/i2c/bitbang_i2c: Handle NACKs from devices
Peter Maydell
1
-4
/
+15
2016-10-24
i2c: Add asserts for second smbus i2c_start_transfer()
Corey Minyard
2
-4
/
+15
2016-10-24
i2c: Fix SMBus read transactions to avoid double events
Corey Minyard
1
-13
/
+19
2016-08-03
i2c: fix migration regression introduced by broadcast support
Igor Mammedov
1
-3
/
+7
2016-06-29
ICH9 SMB: make TYPE_ICH9_SMB_DEVICE macro public
Efimov Vasily
1
-1
/
+0
2016-06-14
hw/i2c-ddc.c: Implement DDC I2C slave
Peter Maydell
2
-0
/
+309
2016-06-14
i2c: Factor our send() and recv() common logic
Peter Crosthwaite
1
-18
/
+34
2016-06-14
i2c: implement broadcast write
KONRAD Frederic
1
-55
/
+79
2016-06-14
i2cbus: remove unused dev field
KONRAD Frederic
1
-1
/
+0
2016-06-14
hw/i2c: QOM'ify versatile_i2c.c
xiaoqiang zhao
1
-13
/
+6
2016-06-14
hw/i2c: QOM'ify omap_i2c.c
xiaoqiang zhao
1
-17
/
+25
2016-06-14
hw/i2c: QOM'ify exynos4210_i2c.c
xiaoqiang zhao
1
-7
/
+6
2016-06-14
hw/i2c: QOM'ify bitbang_i2c.c
xiaoqiang zhao
1
-8
/
+6
2016-06-06
i2c: add aspeed i2c controller
Cédric Le Goater
2
-0
/
+441
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
2
-0
/
+2
2016-05-18
Fix some typos found by codespell
Stefan Weil
1
-1
/
+1
2016-03-16
i.MX: Add missing descriptions in devices.
Jean-Christophe Dubois
1
-0
/
+1
2016-01-29
hw: Clean up includes
Peter Maydell
4
-0
/
+4
2016-01-29
arm devices: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-29
arm: Clean up includes
Peter Maydell
3
-0
/
+3
2016-01-29
x86: Clean up includes
Peter Maydell
2
-0
/
+2
2016-01-13
omap: Don't use hw_error() in device init() methods
Markus Armbruster
1
-2
/
+6
2015-10-27
i.MX: Standardize i.MX I2C debug
Jean-Christophe Dubois
1
-21
/
+22
2015-09-07
i.MX: Add I2C controller emulator
Jean-Christophe Dubois
2
-0
/
+335
2015-05-29
ACPI: split CONFIG_ACPI into 4 pieces
Shannon Zhao
1
-1
/
+1
2015-04-28
Convert ffs() != 0 callers to ctz32()
Stefan Hajnoczi
1
-3
/
+7
2015-02-26
pci: Trivial device model conversions to realize
Markus Armbruster
1
-3
/
+2
2014-09-02
Fix debug print warning
Gonglei
1
-2
/
+3
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
2
-5
/
+2
2014-05-07
pm_smbus: correctly report unclaimed cycles
Paolo Bonzini
1
-22
/
+41
2014-05-07
smbus: return -1 if nothing found at the given address
Paolo Bonzini
1
-18
/
+44
2014-05-07
smbus: allow returning an error from reads
Paolo Bonzini
1
-3
/
+3
2014-04-18
Fix grammar in comment
Stefan Weil
1
-1
/
+1
2014-02-14
i2c: Rename i2c_bus to I2CBus
Andreas Färber
10
-36
/
+36
2013-12-24
hw: cannot_instantiate_with_device_add_yet due to pointer props
Markus Armbruster
2
-0
/
+4
2013-12-23
ich9: Document why cannot_instantiate_with_device_add_yet
Markus Armbruster
1
-1
/
+5
2013-12-23
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
1
-1
/
+1
2013-07-29
exynos4210_i2c: QOM cast cleanup
Andreas Färber
1
-5
/
+7
2013-07-29
versatile_i2c: QOM cast cleanup
Andreas Färber
1
-7
/
+13
2013-07-29
omap_i2c: QOM cast cleanup
Andreas Färber
1
-16
/
+22
2013-07-29
bitbang_i2c: QOM cast cleanup
Andreas Färber
1
-9
/
+15
[next]