15 Oct, 2008

1 commit


10 Oct, 2008

1 commit


09 Oct, 2008

5 commits

  • Enable driver checking of the DMI product name (when enabled) on
    an Abit AT8 32X, instead of falling back to a manual probe. This
    eliminates false negatives and eventually will help avoid
    unnecessary bus probes on unsupported mainboards.

    Signed-off-by: Alistair John Strachan
    Tested-by: Daniel Exner
    Acked-by: Hans de Goede
    Signed-off-by: Jean Delvare

    Alistair John Strachan
     
  • The table for the Abit AT8 32X was incorrectly missing an entry
    for the sixth ("AUX3") fan. Add this entry, exporting the fan
    reading to userspace.

    Closes lm-sensors.org ticket #2339.

    Signed-off-by: Alistair John Strachan
    Tested-by: Daniel Exner
    Acked-by: Hans de Goede
    Signed-off-by: Jean Delvare

    Alistair John Strachan
     
  • On the Shuttle SN68PT, FAN_CTL2 is apparently not connected to a fan,
    but to something else. One user has reported instant system power-off
    when changing the PWM2 duty cycle, so we disable it.

    I use the board name string as the trigger in case the same board is
    ever used in other systems.

    This closes lm-sensors ticket #2349:
    pwmconfig causes a hard poweroff
    http://www.lm-sensors.org/ticket/2349

    Signed-off-by: Jean Delvare

    Jean Delvare
     
  • Creates a name file in the sysfs directory, that
    is needed for the libsensors library to work.
    Also rename fan1_pwm to pwm1 and scale its value as needed.

    This fixes bug #11520:
    http://bugzilla.kernel.org/show_bug.cgi?id=11520

    Signed-off-by: Corentin Chary
    Signed-off-by: Jean Delvare

    Corentin Chary
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6:
    tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd.
    net: Fix netdev_run_todo dead-lock
    tcp: Fix possible double-ack w/ user dma
    net: only invoke dev->change_rx_flags when device is UP
    netrom: Fix sock_orphan() use in nr_release
    ax25: Quick fix for making sure unaccepted sockets get destroyed.
    Revert "ax25: Fix std timer socket destroy handling."
    [Bluetooth] Add reset quirk for A-Link BlueUSB21 dongle
    [Bluetooth] Add reset quirk for new Targus and Belkin dongles
    [Bluetooth] Fix double frees on error paths of btusb and bpa10x drivers

    Linus Torvalds
     

07 Oct, 2008

4 commits

  • This reverts commit 135aedc38e812b922aa56096f36a3d72ffbcf2fb, as
    requested by Hans Verkuil.

    It was a patch for 2.6.28 where the BKL was pushed down from v4l core to
    the drivers, not for 2.6.27!

    Requested-by: Hans Verkuil
    Cc: Mauro Carvalho Chehab
    Signed-of-by: Linus Torvalds

    Linus Torvalds
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6:
    ide: workaround for bogus gcc warning in ide_sysfs_register_port()
    ide-cd: Optiarc DVD RW AD-7200A does play audio
    IDE: Fix platform device registration in Swarm IDE driver (v2)
    ide-dma: fix ide_build_dmatable() for TRM290
    ide-cd: temporary tray close fix

    Linus Torvalds
     
  • * 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb: (33 commits)
    V4L/DVB (9103): em28xx: HVR-900 B3C0 - fix audio clicking issue
    V4L/DVB (9099): em28xx: Add detection for K-WORLD DVB-T 310U
    V4L/DVB (9092): gspca: Bad init values for sonixj ov7660.
    V4L/DVB (9080): gspca: Add a delay after writing to the sonixj sensors.
    V4L/DVB (9075): gspca: Bad check of returned status in i2c_read() spca561.
    V4L/DVB (9053): fix buffer overflow in uvc-video
    V4L/DVB (9043): S5H1420: Fix size of shadow-array to avoid overflow
    V4L/DVB (9037): Fix support for Hauppauge Nova-S SE
    V4L/DVB (9029): Fix deadlock in demux code
    V4L/DVB (8979): sms1xxx: Add new USB product ID for Hauppauge WinTV MiniStick
    V4L/DVB (8978): sms1xxx: fix product name for Hauppauge WinTV MiniStick
    V4L/DVB (8967): Use correct XC3028L firmware for AMD ATI TV Wonder 600
    V4L/DVB (8963): s2255drv field count fix
    V4L/DVB (8961): zr36067: Fix RGBR pixel format
    V4L/DVB (8960): drivers/media/video/cafe_ccic.c needs mm.h
    V4L/DVB (8958): zr36067: Return proper bytes-per-line value
    V4L/DVB (8957): zr36067: Restore the default pixel format
    V4L/DVB (8955): bttv: Prevent NULL pointer dereference in radio_open
    V4L/DVB (8935): em28xx-cards: Remove duplicate entry (EM2800_BOARD_KWORLD_USB2800)
    V4L/DVB (8933): gspca: Disable light frquency for zc3xx cs2102 Kokom.
    ...

    Linus Torvalds
     
  • The atmel-mci driver sometimes fails data transfers like this:

    mmcblk0: error -5 transferring data
    end_request: I/O error, dev mmcblk0, sector 2749769
    end_request: I/O error, dev mmcblk0, sector 2749777

    It turns out that this might be caused by the BLKR register (which
    contains the block size and the number of blocks being transfered) being
    initialized too late. This patch moves the initialization of BLKR so
    that it contains the correct value before the block transfer command is
    sent.

    This error is difficult to reproduce, but if you insert a long delay
    (mdelay(10) or thereabouts) between the calls to atmci_start_command()
    and atmci_submit_data(), all transfers seem to fail without this patch,
    while I haven't seen any failures with this patch.

    Reported-by: Hein_Tibosch
    Signed-off-by: Haavard Skinnemoen
    Signed-off-by: Pierre Ossman
    Signed-off-by: Linus Torvalds

    Haavard Skinnemoen
     

06 Oct, 2008

8 commits


05 Oct, 2008

21 commits