Sign in
qemu
/
qemu
/
e3a6c825b2c82424034d023c879f040766ab15de
/
hw
/
i2c
5588a58
hw/i2c/smbus_ich9: Include "qemu/range.h"
by Philippe Mathieu-Daudé
· 5 years ago
f821bac
aspeed/i2c: Prevent uninitialized warning
by Miroslav Rezanina
· 5 years ago
3ab5a6e
hw/*/Makefile.objs: Move many .o files to common-objs
by Thomas Huth
· 6 years ago
4f67d30
qdev: set properties with device_class_set_props()
by Marc-André Lureau
· 5 years ago
1df2c9a
migration: Define VMSTATE_INSTANCE_ID_ANY
by Peter Xu
· 5 years ago
0fd20c5
omap-i2c: remove PROP_PTR
by Marc-André Lureau
· 5 years ago
b9751d2
smbus-eeprom: remove PROP_PTR
by Marc-André Lureau
· 5 years ago
66cc84a
aspeed/i2c: Add trace events
by Cédric Le Goater
· 5 years ago
545d6be
aspeed/i2c: Add support for DMA transfers
by Cédric Le Goater
· 5 years ago
aab90b1
aspeed/i2c: Check SRAM enablement on AST2500
by Cédric Le Goater
· 5 years ago
6054fc7
aspeed/i2c: Add support for pool buffer transfers
by Cédric Le Goater
· 5 years ago
51dd492
aspeed/i2c: Add AST2600 support
by Cédric Le Goater
· 6 years ago
f7da1aa
aspeed/i2c: Introduce an object class per SoC
by Cédric Le Goater
· 6 years ago
d5938f2
Clean up inclusion of sysemu/sysemu.h
by Markus Armbruster
· 6 years ago
a27bd6c
Include hw/qdev-properties.h less
by Markus Armbruster
· 6 years ago
650d103
Include hw/hw.h exactly where needed
by Markus Armbruster
· 6 years ago
d645427
Include migration/vmstate.h less
by Markus Armbruster
· 6 years ago
64552b6
Include hw/irq.h a lot less
by Markus Armbruster
· 6 years ago
4174292
hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface struct
by Peter Maydell
· 6 years ago
d718b74
i2c: Move bitbang_i2c.h to include/hw/i2c/
by BALATON Zoltan
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
79e93e2
hw/arm: Express dependencies of realview, versatile and vexpress with Kconfig
by Thomas Huth
· 6 years ago
6086e30
hw/i2c/smbus_ich9: Fix the confusing contributions-after-2012 statement
by Thomas Huth
· 6 years ago
6306cae
i2c-ddc: move it to hw/display
by Paolo Bonzini
· 6 years ago
500016e
trace-events: Shorten file names in comments
by Markus Armbruster
· 6 years ago
7abb479
PPC: E500: Add FSL I2C controller and integrate RTC with it
by Andrew Randrianasulu
· 6 years ago
32690c8
display: express dependencies with kconfig
by Yang Zhong
· 6 years ago
1550b0e
i2c: express dependencies with Kconfig
by Paolo Bonzini
· 6 years ago
02017ee
i386: express dependencies with Kconfig
by Paolo Bonzini
· 6 years ago
82f5181
kconfig: introduce kconfig files
by Paolo Bonzini
· 6 years ago
c203d45
i2c: Verify that the count passed in to smbus_eeprom_init() is valid
by Corey Minyard
· 6 years ago
1042b22
i2c:smbus_eeprom: Add a reset function to smbus_eeprom
by Corey Minyard
· 6 years ago
fd9df33
i2c:smbus_eeprom: Add vmstate handling to the smbus eeprom
by Corey Minyard
· 7 years ago
0cf487e
i2c:smbus_eeprom: Add a size constant for the smbus_eeprom size
by Corey Minyard
· 6 years ago
b398a92
i2c:smbus_eeprom: Add normal type name and cast to smbus_eeprom.c
by Corey Minyard
· 6 years ago
547db24
i2c:smbus_slave: Add an SMBus vmstate structure
by Corey Minyard
· 7 years ago
4ab2f2a
i2c:pm_smbus: Fix state transfer
by Corey Minyard
· 8 years ago
52cc6a4
i2c:pm_smbus: Fix pm_smbus handling of I2C block read
by Corey Minyard
· 6 years ago
8b38e53
i2c:smbus: Make white space in switch statements consistent
by Corey Minyard
· 6 years ago
08a8a4d
i2c:smbus_eeprom: Get rid of the quick command
by Corey Minyard
· 6 years ago
031ac49
i2c:smbus: Simplify read handling
by Corey Minyard
· 6 years ago
9cf27d7
i2c:smbus: Simplify write operation
by Corey Minyard
· 6 years ago
905cec6
i2c:smbus: Correct the working of quick commands
by Corey Minyard
· 6 years ago
bc15cde
i2c: Don't check return value from i2c_recv()
by Corey Minyard
· 6 years ago
2ac4c5f
i2c: have I2C receive operation return uint8_t
by Corey Minyard
· 6 years ago
93198b6
i2c: Split smbus into parts
by Corey Minyard
· 6 years ago
8e65788
hw/i2c/Makefile.objs: Create new CONFIG_* variables for EEPROM and ACPI controller
by Paolo Bonzini
· 6 years ago
b296b66
smbus: Add a helper to generate SPD EEPROM data
by BALATON Zoltan
· 6 years ago
9d68bf5
arm: Stub out NRF51 TWI magnetometer/accelerometer detection
by Steffen Görtz
· 6 years ago
b05b267
i2c-ddc: fix oob read
by Gerd Hoffmann
· 6 years ago
2b4c112
i2c: Move typedef of bitbang_i2c_interface to i2c.h
by BALATON Zoltan
· 6 years ago
f2609ff
i2c: pm_smbus: check smb_index before block transfer write
by Prasad J Pandit
· 6 years ago
629457a
i2c: Add a length check to the SMBus write handling
by Corey Minyard
· 6 years ago
715eb05
i2c: switch ddc to use the new edid generator
by Gerd Hoffmann
· 6 years ago
bb626e5
aspeed/i2c: Fix receive done interrupt handling
by Guenter Roeck
· 7 years ago
7bd9c60
aspeed/i2c: Handle receive command in separate function
by Guenter Roeck
· 7 years ago
5540cb9
aspeed/i2c: interrupts should be cleared by software only
by Cédric Le Goater
· 7 years ago
45726b6
i2c: pm_smbus: Add the ability to force block transfer enable
by Corey Minyard
· 7 years ago
12bd93c
i2c: pm_smbus: Don't delay host status register busy bit when interrupts are enabled
by Corey Minyard
· 7 years ago
e724385
i2c: pm_smbus: Add interrupt handling
by Corey Minyard
· 7 years ago
38ad4fae
i2c: pm_smbus: Add block transfer capability
by Corey Minyard
· 7 years ago
00bdfea
i2c: pm_smbus: Make the I2C block read command read-only
by Corey Minyard
· 7 years ago
4b615be
i2c: pm_smbus: Fix the semantics of block I2C transfers
by Corey Minyard
· 7 years ago
b8fb904
i2c: pm_smbus: Clean up some style issues
by Corey Minyard
· 7 years ago
afb6e20
ppc4xx_i2c: Rewrite to model hardware more closely
by BALATON Zoltan
· 7 years ago
8d2774f
hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintf
by Philippe Mathieu-Daudé
· 7 years ago
ef9173a
ppc4xx_i2c: Implement directcntl register
by BALATON Zoltan
· 7 years ago
39aeba6
ppc4xx_i2c: Remove unimplemented sdata and intr registers
by BALATON Zoltan
· 7 years ago
42a907e
ppc4xx_i2c: Clean up and improve error logging
by BALATON Zoltan
· 7 years ago
08bb9b3
hw/i2c: Add trace events
by Philippe Mathieu-Daudé
· 7 years ago
e222421
smbus: add a smbus_eeprom_init_one() routine
by Cédric Le Goater
· 7 years ago
c8c9e10
hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init
by Philippe Mathieu-Daudé
· 7 years ago
19473e5
hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::init
by Philippe Mathieu-Daudé
· 7 years ago
839a2b2
hw/i2c-ddc: Do not fail writes
by Linus Walleij
· 7 years ago
aa88d7a
i2c: Move the bus class to i2c.h
by Corey Minyard
· 7 years ago
373b8ac
i2c: Fix some brace style issues
by Corey Minyard
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
50876ea
i2c: Add a CONFIG_I2C master switch to the configuration files
by Thomas Huth
· 7 years ago
a89f364
Replace all occurances of __FUNCTION__ with __func__
by Alistair Francis
· 7 years ago
c1d5b9a
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
2562755
maint: Fix macros with broken 'do/while(0); ' usage
by Eric Blake
· 7 years ago
acc95bc
Merge remote-tracking branch 'origin/master' into HEAD
by Michael S. Tsirkin
· 7 years ago
7709dbf
ppc4xx_i2c: Implement basic I2C functions
by BALATON Zoltan
· 7 years ago
880b1ff
smbus: do not immediately complete commands
by Hervé Poussineau
· 7 years ago
b0392e8
hw/i2c: remove old i386 dependency
by Philippe Mathieu-Daudé
· 7 years ago
fd3b02c
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
by Eduardo Habkost
· 8 years ago
44b1ff3
migration: pre_save return int
by Dr. David Alan Gilbert
· 8 years ago
28dc207
hw/i2c/omap_i2c.c: Don't use old_mmio
by Peter Maydell
· 8 years ago
44a935d
ppc4xx_i2c: Move to hw/i2c
by BALATON Zoltan
· 8 years ago
d47a851
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170601' into staging
by Peter Maydell
· 8 years ago
4960f08
aspeed/i2c: introduce a state machine
by Cédric Le Goater
· 8 years ago
d0efdc1
aspeed/i2c: handle LAST command under the RX command
by Cédric Le Goater
· 8 years ago
ddabca7
aspeed/i2c: improve command handling
by Cédric Le Goater
· 8 years ago
08a0aee
migration: Split qemu-file.h
by Juan Quintela
· 8 years ago
e90f2a8
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
by Eduardo Habkost
· 8 years ago
643bb6f
arm: Uniquely name imx25 I2C buses.
by Alastair D'Silva
· 8 years ago
d307c28
i2c: Allow I2C devices to NAK start events
by Corey Minyard
· 8 years ago
9e41bad
hw/i2c: Add a NULL check for i2c slave init callbacks
by Alastair D'Silva
· 8 years ago
9706e01
hw/i2c/bitbang_i2c: Handle NACKs from devices
by Peter Maydell
· 8 years ago
cc083d8
i2c: Add asserts for second smbus i2c_start_transfer()
by Corey Minyard
· 8 years ago
Next »