13 Jul, 2011

3 commits


12 Jul, 2011

1 commit

  • This renames pci flags functions and enums in preparation for creating
    generic version in asm-generic/pci-bridge.h. The following search and
    replace is done:

    s/ppc_pci_/pci_/
    s/PPC_PCI_/PCI_/

    Direct accesses to ppc_pci_flag variable are replaced with helper
    functions.

    Signed-off-by: Rob Herring
    Acked-by: Benjamin Herrenschmidt
    Cc: Paul Mackerras

    Rob Herring
     

05 Jul, 2011

6 commits

  • Linus Torvalds
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6: (277 commits)
    [SCSI] isci: fix checkpatch errors
    isci: Device reset should request sas_phy_reset(phy, true)
    isci: pare back error messsages
    isci: cleanup silicon revision detection
    isci: merge scu_unsolicited_frame.h into unsolicited_frame_control.h
    isci: merge sata.[ch] into request.c
    isci: kill 'get/set' macros
    isci: retire scic_sds_ and scic_ prefixes
    isci: unify isci_host and scic_sds_controller
    isci: unify isci_remote_device and scic_sds_remote_device
    isci: unify isci_port and scic_sds_port
    isci: fix scic_sds_remote_device_terminate_requests
    isci: unify isci_phy and scic_sds_phy
    isci: unify isci_request and scic_sds_request
    isci: rename / clean up scic_sds_stp_request
    isci: preallocate requests
    isci: combine request flags
    isci: unify can_queue tracking on the tci_pool, uplevel tag assignment
    isci: Terminate dev requests on FIS err bit rx in NCQ
    isci: fix frame received locking
    ...

    Linus Torvalds
     
  • * 'at91/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-2.6-arm-soc:
    AT91: Change nand buswidth logic to match hardware default configuration
    at91: Use "pclk" as con_id on at91cap9 and at91rm9200
    at91: fix udc, ehci and mmc clock device name for cap9/9g45/9rl
    atmel_serial: fix internal port num
    at91: fix at91_set_serial_console: use platform device id

    Linus Torvalds
     
  • …l/git/lethal/fbdev-3.x

    * 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-3.x:
    vesafb: fix memory leak
    fbdev: amba: Link fb device to its parent
    fsl-diu-fb: remove check for pixel clock ranges
    udlfb: Correct sub-optimal resolution selection.
    hecubafb: add module_put on error path in hecubafb_probe()
    sm501fb: fix section mismatch warning
    gx1fb: Fix section mismatch warnings
    fbdev: sh_mobile_meram: Correct pointer check for YCbCr chroma plane

    Linus Torvalds
     
  • Commits 71c29bd5c235 ("IB/uverbs: Add devnode method to set path/mode")
    and c3af0980ce01 ("IB: Add devnode methods to cm_class and umad_class")
    added devnode methods that set the mode.

    However, these methods don't check for a NULL mode, and so we get a
    crash when unloading modules because devtmpfs_delete_node() calls
    device_get_devnode() with mode == NULL.

    Add the missing checks.

    Signed-off-by: Goldwyn Rodrigues
    [ Also fix cm.c. - Roland ]
    Signed-off-by: Roland Dreier
    Signed-off-by: Linus Torvalds

    Goldwyn Rodrigues
     
  • The recently modified nand buswitth configuration is not aligned with
    board reality: the double footprint on boards is always populated with 8bits
    buswidth nand flashes.
    So we have to consider that without particular configuration the 8bits
    buswidth is selected by default.
    Moreover, the previous logic was always using !board_have_nand_8bit(), we
    change it to a simpler: board_have_nand_16bit().

    Signed-off-by: Nicolas Ferre
    Tested-by: Ludovic Desroches
    Signed-off-by: Arnd Bergmann

    Nicolas Ferre
     

04 Jul, 2011

6 commits


03 Jul, 2011

24 commits