Skip to content
  1. Jul 06, 2011
  2. Jul 05, 2011
    • Linus Torvalds's avatar
      Linux 3.0-rc6 · fe0d4220
      Linus Torvalds authored
      v3.0-rc6
      fe0d4220
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 · 532df6f3
      Linus Torvalds authored
      * 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
        ...
      532df6f3
    • Linus Torvalds's avatar
      Merge branch 'at91/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-2.6-arm-soc · fc52693f
      Linus Torvalds authored
      * '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
      fc52693f
    • Linus Torvalds's avatar
      Merge branch 'fbdev-fixes-for-linus' of... · aababb97
      Linus Torvalds authored
      Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/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
      aababb97
    • Goldwyn Rodrigues's avatar
      RDMA: Check for NULL mode in .devnode methods · b2bc4782
      Goldwyn Rodrigues authored
      Commits 71c29bd5 ("IB/uverbs: Add devnode method to set path/mode")
      and c3af0980
      
       ("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: default avatarGoldwyn Rodrigues <rgoldwyn@suse.de>
      [ Also fix cm.c.  - Roland ]
      Signed-off-by: default avatarRoland Dreier <roland@purestorage.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      b2bc4782
    • Nicolas Ferre's avatar
      AT91: Change nand buswidth logic to match hardware default configuration · 64393b3a
      Nicolas Ferre authored
      
      
      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: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
      Tested-by: default avatarLudovic Desroches <ludovic.desroches@atmel.com>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      64393b3a
  3. Jul 04, 2011
  4. Jul 03, 2011