index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
greybus
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-20
/
+20
2020-06-07
Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-19
/
+8
2020-05-28
mmc: host: Drop redundant MMC_CAP_ERASE
Ulf Hansson
1
-1
/
+0
2020-05-28
staging: greybus: sdio: Respect the cmd->busy_timeout from the mmc core
Ulf Hansson
1
-3
/
+7
2020-05-27
staging: greybus: loopback: fix a spelling error.
Till Varoquaux
1
-1
/
+1
2020-05-25
Merge 5.7-rc7 into staging-next
Greg Kroah-Hartman
1
-2
/
+2
2020-05-15
staging: greybus: uart: replace driver line-coding struct
Johan Hovold
1
-15
/
+4
2020-05-13
staging: greybus: Fix uninitialized scalar variable
Oscar Carter
1
-2
/
+2
2020-04-13
staging: greybus: fix a missing-check bug in gb_lights_light_config()
Chen Zhou
1
-1
/
+2
2020-04-13
staging: greybus: hid: remove braces {} around single statement block
Dan Jessie
1
-2
/
+1
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+1
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
1
-0
/
+1
2020-03-23
staging: greybus: tools: Fix braces {} style
Simran Singhal
1
-1
/
+2
2020-03-23
Merge 5.6-rc7 into staging-next
Greg Kroah-Hartman
1
-10
/
+11
2020-03-17
staging: greybus: loopback_test: fix potential path truncations
Johan Hovold
1
-7
/
+8
2020-03-17
staging: greybus: loopback_test: fix potential path truncation
Johan Hovold
1
-1
/
+1
2020-03-17
staging: greybus: loopback_test: fix poll-mask build breakage
Johan Hovold
1
-2
/
+2
2020-03-17
staging: greybus: i2c: remove unused pointers
Lourdes Pedrajas
1
-2
/
+0
2020-03-10
staging: greybus: Fix the irq API abuse
Thomas Gleixner
1
-9
/
+6
2020-03-10
staging: greybus: i2c.c: remove commented out function
Lourdes Pedrajas
1
-14
/
+0
2020-02-24
Merge 5.6-rc3 into staging-next
Greg Kroah-Hartman
1
-1
/
+1
2020-02-23
staging: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-11
staging: greybus: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-10
staging: greybus: use after free in gb_audio_manager_remove_all()
Dan Carpenter
1
-1
/
+1
2019-09-03
staging: greybus: light: fix a couple double frees
Dan Carpenter
1
-6
/
+6
2019-08-27
staging: greybus: move es2 to drivers/greybus/
Greg Kroah-Hartman
4
-1544
/
+0
2019-08-27
staging: greybus: move the greybus core to drivers/greybus
Greg Kroah-Hartman
16
-7838
/
+1
2019-08-27
staging: greybus: move core include files to include/linux/greybus/
Greg Kroah-Hartman
53
-3403
/
+40
2019-08-27
staging: greybus: loopback: Fix up some alignment checkpatch issues
Greg Kroah-Hartman
1
-2
/
+2
2019-08-27
staging: greybus: log: Fix up some alignment checkpatch issues
Greg Kroah-Hartman
1
-3
/
+3
2019-08-27
staging: greybus: manifest: Fix up some alignment checkpatch issues
Greg Kroah-Hartman
1
-20
/
+19
2019-08-27
staging: greybus: hd: Fix up some alignment checkpatch issues
Greg Kroah-Hartman
1
-5
/
+5
2019-08-27
staging: greybus: remove license "boilerplate"
Greg Kroah-Hartman
8
-303
/
+1
2019-08-27
staging: greybus: fix up SPDX comment in .h files
Greg Kroah-Hartman
16
-16
/
+16
2019-07-22
staging: greybus: remove redundant assignment to variable is_empty
Colin Ian King
1
-1
/
+1
2019-07-22
staging: greybus: Replace function gb_i2c_device_setup()
Nishka Dasgupta
1
-14
/
+8
2019-07-01
staging: greybus: tools: Remove function log_csv_error()
Nishka Dasgupta
1
-6
/
+0
2019-04-19
staging: greybus: power_supply: use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+2
2019-04-16
staging: greybus: power_supply: fix prop-descriptor request size
Johan Hovold
1
-1
/
+1
2019-04-03
staging: add missing SPDX lines to Kconfig files
Greg Kroah-Hartman
1
-0
/
+1
2019-04-01
staging: greybus: hid: Remove print following unsuccessful kmalloc
Sanjana Sanikommu
1
-1
/
+0
2019-03-29
staging: greybus: audio_manager: fix a missing check of ida_simple_get
Kangjie Lu
1
-0
/
+3
2019-03-21
staging: greybus: sdio.c: Remove unncessary paranthesis.
Sanjana Sanikommu
1
-4
/
+4
2019-03-20
staging: greybus: Remove parentheses around variable
Nishka Dasgupta
1
-1
/
+1
2019-03-18
staging: greybus: remove extern prototypes
Payal Kshirsagar
1
-61
/
+61
2019-03-18
staging: greybus: Change NULL comparison to Boolean Negation
Nishka Dasgupta
1
-1
/
+1
2019-02-26
Staging: greybus: Alignment should match open parenthesis
Bhanusree Pola
3
-3
/
+3
2019-02-26
Staging: greybus: Blank lines not required before '}'
Bhanusree Pola
1
-1
/
+0
2019-02-26
Staging: greybus: Do not use multiple blank lines
Bhanusree Pola
1
-1
/
+0
2019-01-15
staging: greybus: arche-platform: Switch to the gpio descriptor interface
Nishad Kamdar
1
-83
/
+41
[next]