1. 14 Oct, 2008 37 commits
  2. 13 Oct, 2008 3 commits
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 · 7591103c
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6: (66 commits)
        ata: Add documentation for hard disk shock protection interface (v3)
        ide: Implement disk shock protection support (v4)
        ide-cd: fix printk format warning
        piix: add Hercules EC-900 mini-notebook to ich_laptop short cable list
        ide-atapi: assign taskfile flags per device type
        ide-cd: move cdrom_info.dma to ide_drive_t.dma
        ide: add ide_drive_t.dma flag
        ide-cd: add a debug_mask module parameter
        ide-cd: convert driver to new ide debugging macro (v3)
        ide: move SFF DMA code to ide-dma-sff.c
        ide: cleanup ide-dma.c
        ide: cleanup ide_build_dmatable()
        ide: remove needless includes from ide-dma.c
        ide: switch to DMA-mapping API part #2
        ide: make ide_dma_timeout() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n
        ide: make ide_dma_lost_irq() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n
        ide: __ide_dma_end() -> ide_dma_end()
        pmac: remove needless pmac_ide_destroy_dmatable() wrapper
        pmac: remove superfluous pmif == NULL checks
        ide: Two fixes regarding memory allocation
        ...
      7591103c
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 · 2be4ff2f
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6: (49 commits)
        pcmcia: ioctl-internal definitions
        pcmcia: cistpl header cleanup
        pcmcia: remove unused argument to pcmcia_parse_tuple()
        pcmcia: card services header cleanup
        pcmcia: device_id header cleanup
        pcmcia: encapsulate ioaddr_t
        pcmcia: cleanup device driver header file
        pcmcia: cleanup socket services header file
        pcmcia: merge ds_internal.h into cs_internal.h
        pcmcia: cleanup cs_internal.h
        pcmcia: cs_internal.h is internal
        pcmcia: use dev_printk for cs_error()
        pcmcia: remove CS_ error codes alltogether
        pcmcia: deprecate CS_BAD_TUPLE
        pcmcia: deprecate CS_BAD_ARGS
        pcmcia: deprecate CS_BAD_BASE, CS_BAD_IRQ, CS_BAD_OFFSET and CS_BAD_SIZE
        pcmcia: deprecate CS_BAD_ATTRIBUTE, CS_BAD_TYPE and CS_BAD_PAGE
        pcmcia: deprecate CS_NO_MORE_ITEMS
        pcmcia: deprecate CS_IN_USE
        pcmcia: deprecate CS_CONFIGURATION_LOCKED
        ...
      
      Fix trivial conflict in drivers/pcmcia/ds.c manually
      2be4ff2f
    • Linus Torvalds's avatar
      Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 · cf2fa660
      Linus Torvalds authored
      * 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6: (313 commits)
        V4L/DVB (9186): Added support for Prof 7300 DVB-S/S2 cards
        V4L/DVB (9185): S2API: Ensure we have a reasonable ROLLOFF default
        V4L/DVB (9184): cx24116: Change the default SNR units back to percentage by default.
        V4L/DVB (9183): S2API: Return error of the caller provides 0 commands.
        V4L/DVB (9182): S2API: Added support for DTV_HIERARCHY
        V4L/DVB (9181): S2API: Add support fot DTV_GUARD_INTERVAL and DTV_TRANSMISSION_MODE
        V4L/DVB (9180): S2API: Added support for DTV_CODE_RATE_HP/LP
        V4L/DVB (9179): S2API: frontend.h cleanup
        V4L/DVB (9178): cx24116: Add module parameter to return SNR as ESNO.
        V4L/DVB (9177): S2API: Change _8PSK / _16APSK to PSK_8 and APSK_16
        V4L/DVB (9176): Add support for DvbWorld USB cards with STV0288 demodulator.
        V4L/DVB (9175): Remove NULL pointer in stb6000 driver.
        V4L/DVB (9174): Allow custom inittab for ST STV0288 demodulator.
        V4L/DVB (9173): S2API: Remove the hardcoded command limit during validation
        V4L/DVB (9172): S2API: Bugfix related to DVB-S / DVB-S2 tuning for the legacy API.
        V4L/DVB (9171): S2API: Stop an OOPS if illegal commands are dumped in S2API.
        V4L/DVB (9170): cx24116: Sanity checking to data input via S2API to the cx24116 demod.
        V4L/DVB (9169): uvcvideo: Support two new Bison Electronics webcams.
        V4L/DVB (9168): Add support for MSI TV@nywhere Plus remote
        V4L/DVB: v4l2-dev: remove duplicated #include
        ...
      cf2fa660