index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
gdm72xx
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-14
Staging: gdm72xx: usb_ids: fix a macro coding style error
Raphaël Beamonte
1
-1
/
+5
2015-05-31
staging: gdm72xx: Fix typos in printk
Masanari Iida
2
-2
/
+2
2015-03-16
Staging: gdm72xx: use !x instead of x == NULL
Somya Anand
1
-1
/
+1
2015-03-16
Staging: gdm72xx: Iterate list using list_for_each_entry
Somya Anand
1
-2
/
+2
2015-03-06
Staging: gdm72xx: clean dev_err logging
Haneen Mohammed
1
-4
/
+2
2015-03-01
staging: gdm72xx: Condense two statements into one to improve code readability.
Navya Sri Nizamkari
1
-2
/
+1
2014-12-18
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2014-12-13
PM / Kconfig: Replace PM_RUNTIME with PM in dependencies
Rafael J. Wysocki
1
-1
/
+1
2014-10-30
staging: gdm72xx: Remove useless cast on void pointer
Tapasweni Pathak
1
-1
/
+1
2014-10-20
staging: gdm72xx: Removed unnecesarry out of memory usage
Sarah Khan
1
-3
/
+1
2014-09-28
drivers: staging: gdm72xx: Removed unnecessary braces.
Gulsah Kose
1
-2
/
+1
2014-09-28
drivers: staging: gdm72xx: Removed unnecessary else expression.
Gulsah Kose
1
-6
/
+5
2014-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+2
2014-07-17
staging: gdm72xx: fix build errors
Greg Kroah-Hartman
1
-3
/
+3
2014-07-17
staging: gdm72xx: replace print_hex_dump_debug() with dev_dbg()
Michalis Pappas
2
-12
/
+13
2014-07-17
staging: gdm72xx: remove debug code
Michalis Pappas
1
-106
/
+0
2014-07-15
net: set name_assign_type in alloc_netdev()
Tom Gundersen
1
-1
/
+2
2014-07-09
staging: gdm72xx: reorder functions and remove forward declarations
Michalis Pappas
3
-179
/
+164
2014-07-09
staging: gdm72xx: move T_CAPABILITY definitions to hci.h
Michalis Pappas
2
-8
/
+9
2014-07-09
staging: gdm72xx: Remove unnecessary memset of netdev private data
Tobias Klauser
1
-2
/
+0
2014-07-09
staging: gdm72xx: Use net_device_stats from struct net_device
Tobias Klauser
2
-14
/
+4
2014-07-09
staging: gdm72xx: add help text to Kconfig
Ben Chan
1
-1
/
+18
2014-07-09
staging: gdm72xx: remove unused code
Michalis Pappas
1
-18
/
+0
2014-07-09
staging: gdm72xx: clean up endianness conversions
Ben Chan
7
-62
/
+49
2014-07-09
staging: gdm72xx: use consistent style for header guards
Ben Chan
10
-30
/
+32
2014-06-29
staging: gdm72xx: use lower case for variable names for consistency
Ben Chan
2
-20
/
+20
2014-06-29
staging: gdm72xx: use int instead of u32 whenever makes sense
Ben Chan
2
-11
/
+10
2014-06-29
staging: gdm72xx: use bool instead of custom-defined BOOLEAN
Ben Chan
2
-8
/
+6
2014-06-29
staging: gdm72xx: return -EINVAL instead of BUG_ON for invalid data length
Ben Chan
2
-2
/
+4
2014-06-26
staging: gdm72xx: remove blank lines after an open brace
Ben Chan
1
-3
/
+0
2014-06-26
staging: gdm72xx: fix block comment style
Ben Chan
4
-14
/
+8
2014-06-26
staging: gdm72xx: check return value of sscanf
Ben Chan
1
-2
/
+3
2014-05-24
staging: gdm72xx: code cleanup
Davide Gianforte
6
-20
/
+36
2014-05-24
staging: gdm72xx: return values cleanup
Gengis Dave
2
-6
/
+2
2014-05-16
staging: gdm72xx: Remove task from TODO list
Michalis Pappas
1
-1
/
+0
2014-05-16
staging: gdm72xx: Indentation and other whitespace fixes
Michalis Pappas
10
-129
/
+97
2014-05-16
staging: gdm72xx: Whitespace fixes to conform to coding standards
Michalis Pappas
8
-123
/
+101
2014-05-16
staging: gdm72xx: Removed commented-out code
Michalis Pappas
4
-43
/
+1
2014-05-16
staging: gdm72xx: Fix braces to conform with coding style
Michalis Pappas
2
-11
/
+12
2014-05-16
staging: gdm72xx: Fix some camel-case variables
Michalis Pappas
1
-16
/
+15
2014-05-16
staging: gdm72xx: Move logical continuation to previous line to conform to co...
Michalis Pappas
1
-2
/
+2
2014-05-16
staging: gdm72xx: Modify a struct allocation to match coding standards
Michalis Pappas
1
-1
/
+1
2014-05-16
staging: gdm72xx: Replace comparisons on jiffies values with wrap-safe functions
Michalis Pappas
2
-3
/
+3
2014-05-16
staging: gdm72xx: Remove unnecessary extern declarations from header files
Michalis Pappas
3
-6
/
+6
2014-03-16
staging: gdm72xx: remove completed TODO item
Kristina Martšenko
1
-2
/
+0
2014-03-16
staging: gdm72xx: replace printk() and debug macros with dynamic debugging
Kristina Martšenko
4
-47
/
+14
2014-03-16
staging: gdm72xx: use print_hex_dump_debug and remove debug macros
Kristina Martšenko
4
-101
/
+13
2014-03-07
Staging: gdm72xx: Fix incorrect type in assignment in gdm_wimax.c
Monam Agarwal
1
-2
/
+2
2014-03-07
staging:gdm72xx: Fix unnecessary brace errors
Himangi Saraogi
1
-3
/
+2
2014-02-07
staging: gdm72xx: fix leaks at failure path in gdm_usb_probe()
Alexey Khoroshilov
1
-0
/
+3
[next]