18 Sep, 2012

1 commit


11 Sep, 2012

3 commits


06 Sep, 2012

3 commits


17 Aug, 2012

10 commits


20 Jul, 2012

1 commit


18 Jul, 2012

1 commit


11 Jul, 2012

7 commits


27 Jun, 2012

2 commits


21 Jun, 2012

4 commits


14 Jun, 2012

5 commits

  • mei watchdog doesn't reboot the system it only produces event
    therefore mark it as WDIOF_ALARMONLY.

    This patch depends on:
    commit 2bbeed016dd96045ec82c3a309afddcc3a0db1d2
    Author: Alan Cox
    watchdog: Add a flag to indicate the watchdog doesn't reboot things

    Signed-off-by: Tomas Winkler
    Signed-off-by: Greg Kroah-Hartman

    Tomas Winkler
     
  • Since MSI is enabled right before that, we should disable it when
    registration fails.

    Signed-off-by: Samuel Ortiz
    Signed-off-by: Tomas Winkler
    Signed-off-by: Greg Kroah-Hartman

    Samuel Ortiz
     
  • This bug caused severe connectivity issue in the LMS application
    (LMS is described in Documentation/misc-devices/mei/mei.txt)

    The bug was introduced in patch:
    commit 1ccb7b6249f9bc50678e2a383084ed0a34cc9239
    staging/mei: propagate error codes up in the write flow

    The patch has reverted the return value logic of some fo function but
    the conditional in _mei_irq_thread_read function was not swapped
    making read always entering the error path

    Signed-off-by: Tomas Winkler
    Signed-off-by: Greg Kroah-Hartman

    Tomas Winkler
     
  • Since the misc device is registered only in the pci probe function
    it has to be also unregistered in the counterpart pci remove function
    and not in the module exit function.
    In case of probe failure the driver was oopsing in module exit function.

    Signed-off-by: Tomas Winkler
    Signed-off-by: Greg Kroah-Hartman

    Tomas Winkler
     
  • when the default irq quick handler is used then IRQF_ONESHOT must be set
    otherwise the request fails and following error is displayed:

    genirq: Threaded irq requested with handler=NULL and !ONESHOT for irq ...

    Signed-off-by: Tomas Winkler
    Signed-off-by: Greg Kroah-Hartman

    Tomas Winkler
     

10 May, 2012

3 commits