Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9f81abdac3629629a246fdc9e2a7c01ffd52ce8a
/
drivers
/
misc
9f81abda
mei: implement mei_cl_connect function
by Tomas Winkler
· 12 years ago
90e0b5f
mei: fix client functions names
by Tomas Winkler
· 12 years ago
9ca9050
mei: move client functions to client.c
by Tomas Winkler
· 12 years ago
0edb23f
mei: add new hbm.h header to export hbm protocol
by Tomas Winkler
· 12 years ago
2025984
VMCI: Some header and config files.
by George Zhang
· 12 years ago
8bf5039
VMCI: host side driver implementation.
by George Zhang
· 12 years ago
1f16643
VMCI: guest side driver implementation.
by George Zhang
· 12 years ago
e76ffea
VMCI: routing implementation.
by George Zhang
· 12 years ago
bc63ded
VMCI: resource object implementation.
by George Zhang
· 12 years ago
06164d2
VMCI: queue pairs implementation.
by George Zhang
· 12 years ago
b484b26
VMCI: handle array implementation.
by George Zhang
· 12 years ago
1d99020
VMCI: event handling implementation.
by George Zhang
· 12 years ago
197dbaa
VMCI: device driver implementaton.
by George Zhang
· 12 years ago
83e2ec7
VMCI: doorbell implementation.
by George Zhang
· 12 years ago
a110b7e
VMCI: datagram implementation.
by George Zhang
· 12 years ago
28d6692
VMCI: context implementation.
by George Zhang
· 12 years ago
6bbda15
mei: move hbm responses from interrupt.c to hbm.c
by Tomas Winkler
· 12 years ago
8120e72
mei: add common prefix to hbm function
by Tomas Winkler
· 12 years ago
e46f187
mei: use structured buffer for the write buffer
by Tomas Winkler
· 12 years ago
cd51ed6
mei: simplify preparing client host bus messages
by Tomas Winkler
· 12 years ago
2efdf54
mei: drop nonexistent function prototype
by Tomas Winkler
· 12 years ago
bb1b013
mei: move host bus message handling to hbm.c
by Tomas Winkler
· 12 years ago
3a65dd4
mei: move hw dependent functions to interface.c
by Tomas Winkler
· 12 years ago
db7da79
mei: mei_me_client is not hw API move to mei_dev.h
by Tomas Winkler
· 12 years ago
fecb0d5
mei: kill not used BAR0 length and base variables
by Tomas Winkler
· 12 years ago
47a7380
mei: include local headers after the system ones
by Tomas Winkler
· 12 years ago
66ef5ea
mei: extract device dependent constants into hw-me.h
by Tomas Winkler
· 12 years ago
1d3f3da
mei: move internal host clients ids to mei_dev.h from hw.h
by Tomas Winkler
· 12 years ago
15d4acc
mei: use unified format for printing mei message header
by Tomas Winkler
· 12 years ago
438763f
mei: drop redundant length parameter from mei_write_message function
by Tomas Winkler
· 12 years ago
4fe19a1
Merge git://www.linux-watchdog.org/linux-watchdog
by Linus Torvalds
· 12 years ago
891348c
SGI-XP: handle non-fatal traps
by Robin Holt
· 12 years ago
d692170
watchdog: mei: avoid oops in watchdog unregister code path
by Tomas Winkler
· 12 years ago
046e7d6
Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 12 years ago
c6bd5bc
Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 12 years ago
b299738
misc/st_kim: Free resources in the error path of probe()
by Matthias Kaehlcke
· 12 years ago
486a5c2
misc: remove use of __devexit
by Bill Pemberton
· 12 years ago
b328bfe
misc: remove use of __devinitconst
by Bill Pemberton
· 12 years ago
2c68506
misc: remove use of __devinitdata
by Bill Pemberton
· 12 years ago
80c8ae2
misc: remove use of __devinit
by Bill Pemberton
· 12 years ago
2d6bed9
drivers/misc: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
9306a8b
mei: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
c1174c0
mei: Simplify the ME client enumeration code
by Samuel Ortiz
· 12 years ago
be9d87a
mei: simplify write complete loop in irq handler
by Tomas Winkler
· 12 years ago
9a84d61
mei: don't mix read and write slots
by Tomas Winkler
· 12 years ago
24c656e
mei: streamline amthif write complete function
by Tomas Winkler
· 12 years ago
ea3b5fb
mei: streamline write complete flow function
by Tomas Winkler
· 12 years ago
5fb54fb
mei: use structured buffer for extra write buffer
by Tomas Winkler
· 12 years ago
5bd6471
mei: compact code for mei bus message creation
by Tomas Winkler
· 12 years ago
3197436
ASoC: atmel-ssc: add phybase in device structure
by Nicolas Ferre
· 12 years ago
644a9d3
misc: apds9802als: Fix the logic checking timeout in als_wait_for_data_ready()
by Axel Lin
· 12 years ago
ebf1b76
misc: hpilo: ignore auxiliary HP iLO BMC's
by Mark Rusk
· 12 years ago
191c5f1
TTY: call tty_port_destroy in the rest of drivers
by Jiri Slaby
· 12 years ago
aeba4a0
mei: use the same bus msg for connect and disconnect request
by Tomas Winkler
· 12 years ago
ff8b2f4
mei: use link and unlink terms for connecting ME and HOST client
by Tomas Winkler
· 12 years ago
744f0f2
mei: extract amthif specific code from mei_poll to mei_amthif_poll
by Tomas Winkler
· 12 years ago
a562d5c
mei: move amthif specific release code to amithif
by Tomas Winkler
· 12 years ago
4b8960b
mei: rename enum mei_cb_major_types to enum mei_cb_file_ops
by Tomas Winkler
· 12 years ago
db3ed43
mei: use type struct mei_cl *cl instead of void in struct mei_cb
by Tomas Winkler
· 12 years ago
e773efc
mei: amthif: prefix cb list with amthif
by Tomas Winkler
· 12 years ago
099343c
ARM: at91: atmel-ssc: add device tree support
by Bo Shen
· 12 years ago
636036d2
ARM: at91: atmel-ssc: add platform device id table
by Bo Shen
· 12 years ago
5c86ac6
ASoC: atmel-ssc: use module_platform_driver macro
by Bo Shen
· 12 years ago
2e4de7b
ASoC: atmel-ssc: use devm_xxx() managed function
by Bo Shen
· 12 years ago
ab5c4a5
mei: move amthif specific code from mei_write to mei_amthif_write
by Tomas Winkler
· 12 years ago
c7d3df3
mei: use internal watchdog device registration tracking
by Tomas Winkler
· 12 years ago
15ea191
mei: mei_clear_list: kill file_temp
by Tomas Winkler
· 12 years ago
19838fb
mei: extract AMTHI functions into the amthif.c file
by Tomas Winkler
· 12 years ago
3870c32
mei: normalize timeouts definitions
by Tomas Winkler
· 12 years ago
b0d0cf7
mei: mei_write: revamp function flow
by Tomas Winkler
· 12 years ago
35299f8
drivers:misc: ti-st: fix potential NULL pointer dereference in st_register()
by Wei Yongjun
· 12 years ago
664df38
mei: use mei_io_cb_ warppers also for control flows
by Tomas Winkler
· 12 years ago
601a1ef
mei: rename mei_free_cb_private to mei_io_cb_free
by Tomas Winkler
· 12 years ago
fb601ad
mei: kill usless struct mei_io_list
by Tomas Winkler
· 12 years ago
75f0ee1
mei: mei_write: revamp error path handling
by Tomas Winkler
· 12 years ago
33d28c9
mei: add allocation and initialization wrappers for io callback
by Tomas Winkler
· 12 years ago
ebb108ef
mei: rename mei_cl_cb.information to mei_cl_cb.buf_idx
by Tomas Winkler
· 12 years ago
2474542
Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwm
by Linus Torvalds
· 12 years ago
314e51b
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
by Konstantin Khlebnikov
· 12 years ago
033d995
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
3498d13
Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 12 years ago
5dc2db0
drivers/misc/lis3lv02d/lis3lv02d_i2c.c: add lis3lv02d device tree init
by AnilKumar Ch
· 12 years ago
79df8d2
drivers/misc/lis3lv02d/lis3lv02d_spi.c: add lis3lv02d device tree init
by AnilKumar Ch
· 12 years ago
0c83adb
drivers/misc/lis3lv02d: remove lis3lv02d driver DT init
by AnilKumar Ch
· 12 years ago
4bcdea8
drivers/misc/lis3lv02d/lis3lv02d_spi.c: add DT matching table passthru code
by Daniel Mack
· 12 years ago
cbac1a8
drivers/misc/lis3lv02d: add generic DT matching code
by Daniel Mack
· 12 years ago
e2b2ed8
lis3lv02d: fix some comments specific to lis331dlh driver
by AnilKumar Ch
· 12 years ago
bcdee04
MISC: hpilo, remove pci_disable_device
by Jiri Slaby
· 12 years ago
6173f8f
pwm: Move AB8500 PWM driver to PWM framework
by Thierry Reding
· 12 years ago
6592921
char/misc: remove CONFIG_EXPERIMENTAL dependencies
by Greg Kroah-Hartman
· 12 years ago
a4136b4
mei: don't print buffer as a string
by Tomas Winkler
· 12 years ago
f060939
mei: struct mei_message_data doesn't have to be packed
by Tomas Winkler
· 12 years ago
1b81294
mei: add error messages for open count errors
by Tomas Winkler
· 12 years ago
9c8dc10
misc: use module_spi_driver
by Devendra Naga
· 12 years ago
7e0b2cd
tifm: use module_pci_driver
by Devendra Naga
· 12 years ago
d6ae0d5
misc/at25, dt: Improve at25 SPI eeprom device tree bindings.
by David Daney
· 12 years ago
9af5142
mei: add lynx point pci device ids
by Tomas Winkler
· 12 years ago
1e2776c
mei: fix max number of open handles
by Tomas Winkler
· 12 years ago
daed6b5
mei: rename struct pci_dev *mei_device to mei_pdev
by Tomas Winkler
· 12 years ago
0bf5a8b
lis3lv02d: Add STMicroelectronics lis331dlh digital accelerometer
by AnilKumar Ch
· 12 years ago
Next »