1. 27 Oct, 2008 6 commits
  2. 26 Oct, 2008 21 commits
  3. 24 Oct, 2008 7 commits
  4. 23 Oct, 2008 6 commits
    • Zhao, Yu's avatar
      PCI: remove unused resource assignment in pci_read_bridge_bases() · a491913f
      Zhao, Yu authored
      This cleanup removes the resource assignment in pci_read_bridge_bases()
      since it has taken care by pci_alloc_child_bus() when allocating the bus:
      
              /* Set up default resource pointers and names.. */
              for (i = 0; i < PCI_BRIDGE_RES_NUM; i++) {
                      child->resource[i] = &bridge->resource[PCI_BRIDGE_RESOURCES+i];
                      child->resource[i]->name = child->name;
              }
      Signed-off-by: default avatarYu Zhao <yu.zhao@intel.com>
      Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
      a491913f
    • Taku Izumi's avatar
      PCI hotplug: shpchp: message refinement · be7bce25
      Taku Izumi authored
      This patch refines messages in shpchp module.  The main changes are as
      follows:
      
       - remove the trailing "."
       - remove __func__ as much as possible
       - capitalize the first letter of messages
       - show PCI device address including its domain
      Signed-off-by: default avatarTaku Izumi <izumi.taku@jp.fujitsu.com>
      Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
      be7bce25
    • Taku Izumi's avatar
      PCI hotplug: shpchp: replace printk with dev_printk · f98ca311
      Taku Izumi authored
      This patch replaces printks within shpchp module with dev_printks.
      Signed-off-by: default avatarTaku Izumi <izumi.taku@jp.fujitsu.com>
      Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
      f98ca311
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 · 969907a9
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6:
        ide: drivers/ide/generic.c -> drivers/ide/ide-pci-generic.c
        ide-disk: set non-rotational queue flag for SSD and CF devices
        ide-cd: add TEAC CD-224E to the NO_AUTOCLOSE list
        ide: Add tx4938ide driver (v2)
        TXx9: Add TX4938 ATA support (v3)
        ide: Add tx4939ide driver (v6)
        ide: two more pci_ioremap_bar() conversions
        pci: use pci_ioremap_bar() in drivers/ide
        sgiioc4: use ide_host_add() (take 2)
        sgiioc4: fix error cleanup path (take 2)
      969907a9
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds · ea541686
      Linus Torvalds authored
      * 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds:
        leds/acpi: Fix merge fallout from acpi_driver_data change
        leds: Simplify logic in leds-ams-delta
        leds: Fix trigger registration race
        leds: Fix leds-class.c comment
        leds: Add driver for HP harddisk protection LEDs
        leds: leds-pca955x - Mark pca955x_led_set() static
        leds: Remove uneeded leds-cm-x270 driver
        leds: Remove uneeded strlen calls
        leds: Add leds-wrap default-trigger
        leds: Make default trigger fields const
        leds: Add backlight LED trigger
        leds: da903x: Add support for LEDs found on DA9030/DA9034
      ea541686
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm · 0d876c6a
      Linus Torvalds authored
      * 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] pxa: corgi backlight driver should not select ssp drivers
        [ARM] 5321/1: Kirkwood: fix typo in Makefile
        [ARM] 5320/1: fix assembly constraints in implementation of do_div()
        [ARM] 5318/1: Swap the PRRR and NMRR values in proc-v7.S
        [ARM] 5316/1: AT91: oops (regression) fix on gpio irq
        [ARM] msm: vreg interface to msm7k pmic
        [ARM] msm: dma: various basic dma improvements and bugfixes
        [ARM] msm: clock: provide clk_*() api support for
        [ARM] msm: clean up iomap and devices
        [ARM] msm: add proc_comm support, necessary for clock and power control
        [ARM] msm: rename ARCH_MSM7X00A to ARCH_MSM
        [ARM] pxa/spitz: fix unbalance parenthesis in header file spitz.h
        [ARM] pxa: update {corgi,spitz}_defconfig to favor SPI-based drivers
        [ARM] pxa: fix the corgi_ssp.c dependency issue in {corgi,spitz}_defconfig
        Revert "[ARM] pxa/corgi: remove now unused corgi_ssp.c and corgi_lcd.c"
      0d876c6a