| Commit message (Expand) | Author | Age |
... | |
* | | | | mei: add lynx point pci device ids | Tomas Winkler | 2012-09-05 |
* | | | | mei: fix max number of open handles | Tomas Winkler | 2012-09-05 |
* | | | | mei: rename struct pci_dev *mei_device to mei_pdev | Tomas Winkler | 2012-09-05 |
* | | | | lis3lv02d: Add STMicroelectronics lis331dlh digital accelerometer | AnilKumar Ch | 2012-09-05 |
* | | | | Merge v3.6-rc3 into 'char-misc-next' | Greg Kroah-Hartman | 2012-08-27 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | drivers/misc/ti-st: check chip_awake NULL check | Matthias Kaehlcke | 2012-08-16 |
| * | | | drivers/misc/ti-st: fix read fw version cmd | Pavan Savoy | 2012-08-16 |
| * | | | drivers/misc/ti-st: use cpu friendly completions | Pavan Savoy | 2012-08-16 |
| * | | | drivers/misc/ti-st: chip_disable on timeout | Pavan Savoy | 2012-08-16 |
| * | | | drivers/misc/ti-st: remove sparse warnings | Pavan Savoy | 2012-08-16 |
| * | | | drivers/misc/ti-st: remove gpio handling | Pavan Savoy | 2012-08-16 |
| * | | | driver: misc: bmp085: remove "of_match_table" property. | Sourav Poddar | 2012-08-16 |
| * | | | carma: remove unnecessary DMA_INTERRUPT capability | Qiang Liu | 2012-08-16 |
| * | | | pch_phub: use module_pci_driver | Devendra Naga | 2012-08-16 |
| * | | | pch_phub: fix sparse warning | Devendra Naga | 2012-08-16 |
| * | | | mei: wd: use watchdog_set/get_drvdata for passing mei_device | Tomas Winkler | 2012-08-16 |
| * | | | mei: wd: decouple and revamp watchdog state machine | Tomas Winkler | 2012-08-16 |
| * | | | mei: wd: rename watchdog constants to be more descriptive | Tomas Winkler | 2012-08-16 |
| * | | | mei: wd: add option WDIOF_SETTIMEOUT | Tomas Winkler | 2012-08-16 |
| * | | | mei: fix device stall after wd is stopped | Tomas Winkler | 2012-08-16 |
| * | | | mei: name space for mei device state | Tomas Winkler | 2012-08-16 |
| * | | | mei: style : reformat PCI device IDs | Tomas Winkler | 2012-08-16 |
| * | | | mei: use KBUILD_MODNAME when allocating resources from the OS | Tomas Winkler | 2012-08-16 |
| * | | | mei: add mei_quirk_probe function | Tomas Winkler | 2012-08-16 |
| * | | | mei: revamp me client search function | Tomas Winkler | 2012-08-16 |
| | |/
| |/| |
|
* | | | drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ ... | Robin Holt | 2012-08-21 |
* | | | ti-st: Fix check for pdata->chip_awake function pointer | Matthias Kaehlcke | 2012-08-16 |
* | | | mei: add mei_quirk_probe function | Tomas Winkler | 2012-08-16 |
* | | | mei: fix device stall after wd is stopped | Tomas Winkler | 2012-08-16 |
|/ / |
|
* | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-07-30 |
|\ \ |
|
| * | | drivers/misc/lkdtm.c: fix missing allocation failure check | Alan Cox | 2012-07-30 |
| * | | drivers/misc/ti-st/st_core.c: missing NULL check | Alan Cox | 2012-07-30 |
* | | | Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 2012-07-30 |
|\ \ \ |
|
| * | | | mfd: Register ab8500 devices using the newly DT:ed MFD API | Lee Jones | 2012-07-08 |
* | | | | Merge branch 'for-3.6' of git://gitorious.org/linux-pwm/linux-pwm | Linus Torvalds | 2012-07-30 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | pwm: Conflict with legacy PWM API | Thierry Reding | 2012-07-23 |
* | | | | Merge tag 'char-misc-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2012-07-26 |
|\ \ \ \ |
|
| * | | | | mei: use module_pci_driver | Tomas Winkler | 2012-07-19 |
| * | | | | Merge 3.5-rc7 into char-misc-next. | Greg Kroah-Hartman | 2012-07-18 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | mei: mei_irq_thread_write_handler - line break fix | Tomas Winkler | 2012-07-10 |
| * | | | | mei: streamline the _mei_irq_thread_close/ioctol functions | Tomas Winkler | 2012-07-10 |
| * | | | | mei: introduce mei_data2slots wrapper | Tomas Winkler | 2012-07-10 |
| * | | | | mei: mei_wd_host_init: update the comment | Tomas Winkler | 2012-07-10 |
| * | | | | mei: remove write only wariable wd_due_counter | Tomas Winkler | 2012-07-10 |
| * | | | | mei: mei_device can be const for mei register access functions | Tomas Winkler | 2012-07-10 |
| * | | | | mei: revamp host buffer interface function | Tomas Winkler | 2012-06-26 |
| * | | | | mei: don't query HCSR for host buffer depth | Tomas Winkler | 2012-06-26 |
| * | | | | mei: group wd_interface_reg with watchdog variables within struct mei_device | Tomas Winkler | 2012-06-20 |
| * | | | | mei: mei_irq_thread_write_handler check for overflow | Tomas Winkler | 2012-06-20 |
| * | | | | mei: make mei_write_message more readable | Tomas Winkler | 2012-06-20 |