Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
674650fd643ed551e78af047381b6e30508b0f12
/
drivers
674650f
staging: wilc1000: remove unnecessary type used for wid id
by Ajay Singh
· 7 years ago
74cffaf
staging: wilc1000: use single space before opening brances '{'
by Ajay Singh
· 7 years ago
9542c44
staging: wilc1000: remove unnecessary blank line between variable declaration
by Ajay Singh
· 7 years ago
742a486
staging: wilc1000: use lowercase for 'IFC_UP' struct element name
by Ajay Singh
· 7 years ago
e3da5d9
staging: wilc1000: remove the mutliple #define used for same macro
by Ajay Singh
· 7 years ago
cf15e3d
staging: wilc1000: removed unused element from wilc_cfg_frame struct
by Ajay Singh
· 7 years ago
37d1a6d
staging: wilc1000: remove unnecessary elements from 'wilc_priv' struct
by Ajay Singh
· 7 years ago
9fdc742
staging: wilc1000: remove unused elements in 'wilc' struct
by Ajay Singh
· 7 years ago
ecba6b7
staging: wilc1000: rename enum AUTHTYPE to use lowercase
by Ajay Singh
· 7 years ago
90824b7
staging: wilc1000: rename enum SITESURVEY to use lowercase
by Ajay Singh
· 7 years ago
05b9eaa7
staging: wilc1000: rename enum CURRENT_TXRATE to use lowercase
by Ajay Singh
· 7 years ago
18da9e4
staging: wilc1000: rename goto to avoid leading '_' in label name
by Ajay Singh
· 7 years ago
8c67e814f
staging: wilc1000: remove extra enums defined for ieee80211_eid
by Ajay Singh
· 7 years ago
b69845e
staging: wilc1000: remove extra enum defined for data rates
by Ajay Singh
· 7 years ago
d300da1
staging: wilc1000: remove enum connect_status instead use ieee80211_statuscode
by Ajay Singh
· 7 years ago
c3bfe9f
staging: wilc1000: remove unused enum declaration
by Ajay Singh
· 7 years ago
e24411b
staging:rtl8192u: Remove typedef and rename DOT11D_STATE - Style
by John Whitmore
· 6 years ago
8132962
staging:rtl8192u: Rename variable MaxTxPowerInDbm - Style
by John Whitmore
· 6 years ago
321639a
staging:rtl8192u: Rename variable NumChnls - Style
by John Whitmore
· 6 years ago
85f24df
staging:rtl8192u: Rename structure member FirstChnl - Style
by John Whitmore
· 6 years ago
1f1590f
staging:rtl8192u: Remove typedef from structure - Style
by John Whitmore
· 6 years ago
b613aac
staging:rtl8192u: Remove multiple blank lines - Style
by John Whitmore
· 6 years ago
288e0a7
staging:rtl8192u: Rename TClass > t_class - Style
by John Whitmore
· 7 years ago
912a9e0
staging:rtl8192u: Rename TSpec > t_spec - Style
by John Whitmore
· 7 years ago
12a540c
staging:rtl8192u: Rename Addr > addr - Style
by John Whitmore
· 7 years ago
27c4a9b
staging:rtl8192u: Rename InactTimer > inact_timer - Style
by John Whitmore
· 7 years ago
36cf191
staging:rtl8192u: rename SetupTimer > setup_timer - Style
by John Whitmore
· 7 years ago
d48cc3c
staging:rtl8192u: Rename List > list - Coding style
by John Whitmore
· 7 years ago
6ae6269
staging:rtl8192u: remove typedef of struct TS_COMMON_INFO - Style
by John Whitmore
· 7 years ago
336b257
staging:rtl8192u: remove typedef of enumeration TR_SELECT - Style
by John Whitmore
· 7 years ago
67e6ee8
staging: rts5208: xd.c fixed a brace coding style issue
by Ali Aminian
· 7 years ago
0a31edb
staging: rtl8188eu: remove blank lines
by Michael Straube
· 7 years ago
11790bb
staging: rtl8188eu: use is_multicast_ether_addr
by Michael Straube
· 7 years ago
cfd6456
staging: rtl8188eu: remove MacAddr_isBcst macro
by Michael Straube
· 7 years ago
56edc4e
staging: gasket: common ioctls add __user annotations
by Todd Poynor
· 7 years ago
de3690d
staging: gasket: common ioctl dispatcher add __user annotations
by Todd Poynor
· 7 years ago
c13435d
staging: gasket: apex ioctl add __user annotations
by Todd Poynor
· 7 years ago
761d8db
staging: gasket: top ioctl handler add __user annotations
by Todd Poynor
· 7 years ago
ed74277
staging: gasket: always allow root open for write
by Todd Poynor
· 7 years ago
563f3bb
staging: gasket: fix multi-line comment syntax in gasket_core.h
by Todd Poynor
· 7 years ago
40eb350
staging: gasket: remove extra parens in gasket_write_mappable_regions
by Todd Poynor
· 7 years ago
fd5d76a
staging: gasket: gasket_mmap use PAGE_MASK
by Todd Poynor
· 7 years ago
0b184cc
staging: gasket: remove unnecessary parens in page table code
by Todd Poynor
· 7 years ago
4e48c29
staging: gasket: fix comment syntax in apex.h
by Todd Poynor
· 7 years ago
6d8a1d5
staging: gasket: remove else clause after return in if clause
by Todd Poynor
· 7 years ago
c5172a2
staging: gasket: gasket page table functions use bool return type
by Todd Poynor
· 7 years ago
9116223
staging: gasket: apex_clock_gating simplify logic, reduce indentation
by Todd Poynor
· 7 years ago
e80d8af
staging: gasket: gasket_mmap return error instead of valid BAR index
by Todd Poynor
· 7 years ago
ec45f01
staging: gasket: don't treat no device reset callback as an error
by Todd Poynor
· 7 years ago
ed6e96c
staging: gasket: remove unnecessary code in coherent allocator
by Todd Poynor
· 7 years ago
ae27b2f
staging: gasket: fix class create bug handling
by Todd Poynor
· 7 years ago
b6fdbbb
staging: gasket: remove code for no physical device
by Todd Poynor
· 7 years ago
7a013c5
staging: gasket: gasket_enable_dev remove unnecessary variable
by Todd Poynor
· 7 years ago
ec54d1a
staging: gasket: allow compile for ARM64 in Kconfig
by Todd Poynor
· 7 years ago
d7db584
staging: gasket: drop gasket_cdev_get_info, use container_of
by Todd Poynor
· 7 years ago
4504240
staging: gasket: bail out of reset sequence on device callback error
by Todd Poynor
· 7 years ago
72a2305
staging: gasket: gasket_wait_with_reschedule use 32 bits of retry count
by Todd Poynor
· 7 years ago
a42ea3d
staging: gasket: gasket_wait_with_reschedule simplify logic
by Todd Poynor
· 7 years ago
c17acfd
staging: gasket: gasket_wait_with_reschedule use msleep
by Todd Poynor
· 7 years ago
24dfee4
staging: gasket: fix gasket_wait_with_reschedule timeout return code
by Todd Poynor
· 7 years ago
e24fbaf
staging: gasket: convert gasket_mmap_has_permissions to bool return
by Todd Poynor
· 7 years ago
03c25b3
staging: gasket: Remove stale pointers on error allocating attr array
by Todd Poynor
· 7 years ago
cf2865a
staging: gasket: Return EBUSY on mapping create when already in use
by Todd Poynor
· 7 years ago
722c902
staging: gasket: hold mutex on gasket driver unregistration
by Todd Poynor
· 7 years ago
ba65858
staging: gasket: remove driver registration on class creation failure
by Todd Poynor
· 7 years ago
b17cef4
staging: gasket: whitespace fix in gasket_page_table_init
by Todd Poynor
· 7 years ago
920953a
staging: gasket: fix typo in gasket_core.h comments
by Todd Poynor
· 7 years ago
7e8a450
staging: gasket: fix typo in apex_enter_reset
by Todd Poynor
· 7 years ago
173a490
staging: android: ashmem: Shrink directly through shmem_fallocate
by Tobias Lindskog
· 7 years ago
ab608b3
staging: fbtft: Fix line continuation
by Matthias Wolf
· 7 years ago
6655839
staging: fbtft: Fix line over 80 characters
by Matthias Wolf
· 7 years ago
642e069
staging: comedi: comedi_fops: Shift assignment operator '=' to previous line
by Nishad Kamdar
· 7 years ago
65f3264
staging: rtl8188eu: remove redundant header file
by Michael Straube
· 7 years ago
cfd707e
staging: rtl8188eu: add spaces around '+'
by Michael Straube
· 7 years ago
3cedbfb
staging: rtl8188eu: rename variable
by Michael Straube
· 7 years ago
b5a8704
staging: rtl8188eu: rename function parameters
by Michael Straube
· 7 years ago
c7279e3
staging: rtl8188eu: rename Efuse_PowerSwitch
by Michael Straube
· 7 years ago
8c6ade2
staging: rtl8188eu: do not line break function definition
by Michael Straube
· 7 years ago
7d6bc56
staging: mt7621: Add SPDX license identifier
by Oliver Hübers
· 7 years ago
884d5ba
staging: rtl8188eu: remove is_{multicast,broadcast}_mac_addr
by Michael Straube
· 7 years ago
bb4e1ca
staging: mt7621-pci: Include preferred headers
by Oliver Hübers
· 7 years ago
9b59883
staging: olpc_dcon: add missing identifier names
by Cristian Kubis
· 7 years ago
0b37913
staging: olpc_dcon: prefer 'help' in KConfig
by Cristian Kubis
· 7 years ago
515ce73
staging:r8188eu: Use lib80211 to encrypt (CCMP) tx frames
by Ivan Safonov
· 7 years ago
0d4876f
staging:r8188eu: Use lib80211 to encrypt (TKIP) tx frames
by Ivan Safonov
· 7 years ago
956f004
Merge 4.18-rc5 into staging-next
by Greg Kroah-Hartman
· 7 years ago
37b5dca
Merge tag 'rtc-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 7 years ago
bfd727f
staging: gasket: remove gasket_wait_sync()
by Greg Kroah-Hartman
· 7 years ago
2e008cd
staging: gasket: sysfs: remove legacy_device field
by Greg Kroah-Hartman
· 7 years ago
3adb0e3
staging: gasket: remove gasket_sysfs_register_show()
by Greg Kroah-Hartman
· 7 years ago
11bab0e
staging: gasket: remove GASKET_SYSFS_REG()
by Greg Kroah-Hartman
· 7 years ago
af3abc4
staging: gasket: remove gasket_page_table_num_extended_entries()
by Greg Kroah-Hartman
· 7 years ago
4c89a44
staging: gasket: remove gasket_interrupt_get_msix_entries()
by Greg Kroah-Hartman
· 7 years ago
b194095
staging: gasket: remove gasket_interrupt_trigger_eventfd()
by Greg Kroah-Hartman
· 7 years ago
f09b915
staging: gasket: remove gasket_interrupt_get_eventfd_ctxs()
by Greg Kroah-Hartman
· 7 years ago
7faa7d5
staging: gasket: remove pointless gasket_interrupt_pause()
by Greg Kroah-Hartman
· 7 years ago
2db39a2
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 7 years ago
3951dbf
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
4659fc8
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 7 years ago
4596f55
Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
Next »