02 Jul, 2008

1 commit

  • Suspend/resume ("echo mem > /sys/power/state") does not work with
    vanilla kernels -- the system does not suspend correctly and just
    hangs. This patch fixes this so suspend/resume works:

    1) of_iomap does not map the whole 0xC000 of the MPC5200 immr so
    saving registers does not work.
    2) PCI registers need to be saved and restored.

    Signed-off-by: Tim Yamin
    Signed-off-by: Grant Likely

    Tim Yamin
     

30 Jun, 2008

9 commits

  • * git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb: (42 commits)
    V4L/DVB (8108): Fix open/close race in saa7134
    V4L/DVB (8100): V4L/vivi: fix possible memory leak in vivi_fillbuff
    V4L/DVB (8097): xc5000: check device hardware state to determine if firmware download is needed
    V4L/DVB (8096): au8522: prevent false-positive lock status
    V4L/DVB (8092): videodev: simplify and fix standard enumeration
    V4L/DVB (8075): stv0299: Uncorrected block count and bit error rate fixed
    V4L/DVB (8074): av7110: OSD transfers should not be interrupted
    V4L/DVB (8073): av7110: Catch another type of ARM crash
    V4L/DVB (8071): tda10023: Fix possible kernel oops during initialisation
    V4L/DVB (8069): cx18: Fix S-Video and Compsite inputs for the Yuan MPC718 and enable card entry
    V4L/DVB (8068): cx18: Add I2C slave reset via GPIO upon initialization
    V4L/DVB (8067): cx18: Fix firmware load for case when digital capture happens first
    V4L/DVB (8066): cx18: Fix audio mux input definitions for HVR-1600 Line In 2 and FM radio
    V4L/DVB (8063): cx18: Fix unintended auto configurations in cx18-av-core
    V4L/DVB (8061): cx18: only select tuner / frontend modules if !DVB_FE_CUSTOMISE
    V4L/DVB (8048): saa7134: Fix entries for Avermedia A16d and Avermedia E506
    V4L/DVB (8044): au8522: tuning optimizations
    V4L/DVB (8043): au0828: add support for additional USB device id's
    V4L/DVB (8042): DVB-USB UMT-010 channel scan oops
    V4L/DVB (8040): soc-camera: remove soc_camera_host_class class
    ...

    Linus Torvalds
     
  • * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6:
    dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled.
    ACPI: don't walk tables if ACPI was disabled
    thermal: Create CONFIG_THERMAL_HWMON=n

    Linus Torvalds
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes:
    kbuild: fix a.out.h export to userspace with O= build.

    Linus Torvalds
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6:
    firewire: fw-sbp2: fix parsing of logical unit directories

    Linus Torvalds
     
  • * 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6:
    udf: Fix regression in UDF anchor block detection

    Linus Torvalds
     
  • Removed vmlinux* rule because it matches too many useful files, replacing
    it with rules matching filetype by filename (e.g. *.gz). Also unignored
    .mailmap from the top directory. Added a comment telling the user how to
    check for tracked files being ignored.

    Signed-off-by: Eduard - Gabriel Munteanu
    Signed-off-by: Linus Torvalds

    Eduard - Gabriel Munteanu
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6:
    Blackfin arch: fix up section mismatch warning
    Blackfin arch: fix bug - kernel boot fails when Spinlock and rw-lock debugging enabled

    Linus Torvalds
     
  • * 'audit.b52' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current:
    [PATCH] remove useless argument type in audit_filter_user()
    [PATCH] audit: fix kernel-doc parameter notation
    [PATCH] kernel/audit.c: nlh->nlmsg_type is gotten more than once

    Linus Torvalds
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6:
    [patch 2/3] vfs: dcache cleanups
    [patch 1/3] vfs: dcache sparse fixes
    [patch 3/3] vfs: make d_path() consistent across mount operations
    [patch 4/4] flock: remove unused fields from file_lock_operations
    [patch 3/4] vfs: fix ERR_PTR abuse in generic_readlink
    [patch 2/4] fs: make struct file arg to d_path const
    [patch 1/4] vfs: path_{get,put}() cleanups
    [patch for 2.6.26 4/4] vfs: utimensat(): fix write access check for futimens()
    [patch for 2.6.26 3/4] vfs: utimensat(): fix error checking for {UTIME_NOW,UTIME_OMIT} case
    [patch for 2.6.26 1/4] vfs: utimensat(): ignore tv_sec if tv_nsec == UTIME_OMIT or UTIME_NOW
    [patch for 2.6.26 2/4] vfs: utimensat(): be consistent with utime() for immutable and append-only files
    [PATCH] fix cgroup-inflicted breakage in block_dev.c

    Linus Torvalds
     

28 Jun, 2008

2 commits


27 Jun, 2008

28 commits