index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
gpio
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxx
Bernhard Beschow
2022-10-17
2
-1
/
+4
*
hw/gpio/aspeed: Don't let guests modify input pins
Peter Delevoryas
2022-07-14
1
-7
/
+8
*
hw/gpio: replace HWADDR_PRIx with PRIx64
Jamin Lin
2022-05-25
1
-4
/
+4
*
hw/gpio support GPIO index mode for write operation.
Jamin Lin
2022-05-25
1
-0
/
+168
*
hw/gpio: Add ASPEED GPIO model for AST1030
Jamin Lin
2022-05-25
1
-0
/
+27
*
hw/gpio Add GPIO read/write trace event.
Jamin Lin
2022-05-25
2
-15
/
+43
*
hw/gpio/aspeed_gpio: Fix QOM pin property
Peter Delevoryas
2022-05-02
1
-1
/
+1
*
hw: aspeed_gpio: Cleanup stray semicolon after switch
Andrew Jeffery
2022-03-08
1
-1
/
+1
*
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-21
1
-0
/
+1
*
Remove unnecessary minimum_version_id_old fields
Peter Maydell
2022-01-28
1
-1
/
+0
*
hw: aspeed_gpio: Fix GPIO array indexing
Peter Delevoryas
2021-10-12
1
-47
/
+33
*
hw: aspeed_gpio: Fix pin I/O type declarations
Peter Delevoryas
2021-10-12
1
-4
/
+4
*
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
2021-09-30
1
-2
/
+1
*
hw: aspeed_gpio: Clarify GPIO controller name
Joel Stanley
2021-09-20
1
-13
/
+13
*
hw: aspeed_gpio: Simplify 1.8V defines
Joel Stanley
2021-09-20
1
-37
/
+36
*
hw: aspeed_gpio: Fix memory size
Joel Stanley
2021-07-27
1
-2
/
+1
*
hw/gpio/pl061: Document a shortcoming in our implementation
Peter Maydell
2021-07-09
1
-0
/
+9
*
hw/gpio/pl061: Convert to 3-phase reset and assert GPIO lines correctly on reset
Peter Maydell
2021-07-09
2
-4
/
+26
*
hw/gpio/pl061: Make pullup/pulldown of outputs configurable
Peter Maydell
2021-07-09
1
-4
/
+47
*
hw/gpio/pl061: Honour Luminary PL061 PUR and PDR registers
Peter Maydell
2021-07-09
2
-7
/
+57
*
hw/gpio/pl061: Document the interface of this device
Peter Maydell
2021-07-09
1
-0
/
+7
*
hw/gpio/pl061: Add tracepoints for register read and write
Peter Maydell
2021-07-09
2
-22
/
+50
*
hw/gpio/pl061: Clean up read/write offset handling logic
Peter Maydell
2021-07-09
1
-25
/
+79
*
hw/gpio/pl061: Convert DPRINTF to tracepoints
Peter Maydell
2021-07-09
2
-18
/
+15
*
hw/gpio/gpio_pwr: use shutdown function for reboot
Maxim Uvarov
2021-07-02
1
-1
/
+1
*
misc: Correct relative include path
Philippe Mathieu-Daudé
2021-06-05
1
-1
/
+1
*
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-06-02
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
2021-05-17
1
-1
/
+1
|
\
|
*
hw/gpio/aspeed: spelling fix (addtional)
Michael Tokarev
2021-05-13
1
-1
/
+1
*
|
Drop the deprecated unicore32 target
Markus Armbruster
2021-05-12
2
-155
/
+0
|
/
*
hw: gpio: implement gpio-pwr driver for qemu reset/poweroff
Maxim Uvarov
2021-01-29
3
-0
/
+74
*
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-11-15
1
-1
/
+1
*
hw/gpio: Add GPIO model for Nuvoton NPCM7xx
Havard Skinnemoen
2020-10-27
3
-0
/
+432
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
2020-09-22
1
-4
/
+1
|
\
|
*
hw/gpio/max7310: Remove impossible check
Philippe Mathieu-Daudé
2020-09-16
1
-4
/
+1
*
|
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
6
-18
/
+6
|
/
*
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...
Peter Maydell
2020-09-13
4
-0
/
+407
|
\
|
*
hw/riscv: Move sifive_gpio model to hw/gpio
Bin Meng
2020-09-10
4
-0
/
+407
*
|
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
2020-09-12
2
-8
/
+9
|
\
\
|
*
|
hw/gpio/max7310: Replace disabled printf() by qemu_log_mask(UNIMP)
Philippe Mathieu-Daudé
2020-09-09
1
-6
/
+5
|
*
|
hw/gpio/omap_gpio: Replace fprintf() by qemu_log_mask(GUEST_ERROR)
Philippe Mathieu-Daudé
2020-09-09
1
-2
/
+4
|
|
/
*
|
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
6
-6
/
+12
*
|
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
6
-11
/
+22
|
/
*
hw: Remove superfluous breaks
Liao Pingfang
2020-09-01
1
-3
/
+0
*
meson: convert hw/gpio
Marc-André Lureau
2020-08-21
2
-12
/
+12
*
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-08-21
1
-0
/
+1
*
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
1
-3
/
+1
*
qom: Don't handle impossible object_property_get_link() failure
Markus Armbruster
2020-07-10
1
-13
/
+2
*
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-2
/
+1
*
hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accesses
Peter Maydell
2020-07-03
1
-5
/
+7
[next]