16 Mar, 2012

6 commits

  • Add Serge as maintainer of capabilities, per suggestion on LWN:
    http://lwn.net/Articles/486306/

    Signed-off-by: James Morris

    James Morris
     
  • I'd like to add Inki Dae, Donghwa Lee and Kyungmin Park as maintainers
    who developers for exynos mipi display drivers for
    video/driver/exynos/exynos_mipi* and include/video/exynos_mipi*.

    Signed-off-by: Donghwa Lee
    Signed-off-by: Inki Dae
    Signed-off-by: Kyungmin Park
    Cc: Florian Tobias Schandinat
    Cc: Richard Purdie
    Cc: Kukjin Kim
    Cc: Jingoo Han
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Donghwa Lee
     
  • Gustavo's tree is called just bluetooth.git and not bluetooth-2.6.git
    anymore.

    Signed-off-by: Johan Hedberg
    Cc: Marcel Holtmann
    Cc: "Gustavo F. Padovan"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Johan Hedberg
     
  • I've been coordinating Bluetooth patches in my tree for some time and
    it's possible I'll do it in the future too, so add myself to the
    Bluetooth sections as well as mention my tree there.

    Signed-off-by: Johan Hedberg
    Cc: Marcel Holtmann
    Cc: "Gustavo F. Padovan"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Johan Hedberg
     
  • This is going to be the primary e-mail for kernel development.

    Signed-off-by: Gustavo Padovan
    Cc: Johan Hedberg
    Cc: Marcel Holtmann
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Gustavo Padovan
     
  • We have created a ST's Mailing list for SPEAr. This can be accessed
    from non-st email ids. I want people to cc this list, when they have
    changes specific to SPEAr. So, its better to get this updated in
    MAINTAINERS file.

    linux-arm-kernel@lists.infradead.org is also added for SPEAr.

    Signed-off-by: Viresh Kumar
    Cc: Russell King
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Viresh Kumar
     

12 Mar, 2012

1 commit

  • This patch adds support for some of the devices within a wide variety
    of Fujitsu Tablet Computers, both convertibles and slates. Primarily
    it allows for the automatic detection of the tablet/notebook mode for
    convertible tablet pc's, and orientation for docked slates. It also
    adds support for the application panel buttons usually found next to
    the tablet screen, and docking station detection for slates.

    Signed-off-by: Robert Gerlach
    Signed-off-by: Matthew Garrett

    Robert Gerlach
     

10 Mar, 2012

1 commit


05 Mar, 2012

1 commit


29 Feb, 2012

1 commit


27 Feb, 2012

2 commits


25 Feb, 2012

1 commit

  • I don't even live in the same country as any of my PA-RISC hardware
    these days, so the odds of me touching the code are pretty low.
    (Also re-order things to ensure jejb gets CC'd since he's been the
    primary maintainer for the last few years.)

    Signed-off-by: Kyle McMartin
    Signed-off-by: Linus Torvalds

    Kyle McMartin
     

22 Feb, 2012

1 commit


10 Feb, 2012

1 commit

  • Staging tree patches for 3.3-rc3

    Big things here is the deletion of the Android pmem driver, as it's
    obsolete and no one uses it, the gma500 driver as it's already in the
    drm portion of the kernel tree, and the pohmelfs filesystem as it's
    obsolete and a rewritten version is being proposed for the fs/ section
    of the kernel.

    Other than that, a smattering of different bugfixes and regressions, and
    some omap drm api merge fixups that were needed due to api changes in
    the main portion of the drm tree, allowing this code to build properly
    again.

    Signed-off-by: Greg Kroah-Hartman

    * tag 'staging-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (28 commits)
    staging: pohmelfs: remove drivers/staging/pohmelfs
    staging: android/ram_console: Don't build on arches w/o ioremap
    staging: r8712u: Use asynchronous firmware loading
    staging: usbip: fix to prevent potentially using uninitialized spinlock
    staging: r8712u: Fix problem when CONFIG_R8712_AP is set
    staging: tidspbridge: fix incorrect free to drv_datap
    staging: tidspbridge: fix bridge_open memory leaks
    staging: android: lowmemorykiller: Don't wait more than one second for a process to die
    MAINTAINERS: staging: iio: add iio information
    staging: zcache: fix serialization bug in zv stats
    staging: fix go7007-usb license
    Staging: android: binder: Fix crashes when sharing a binder file between processes
    Staging: android: Remove pmem driver
    Staging: asus_oled: fix NULL-ptr crash on unloading
    Staging: asus_oled: fix image processing
    Staging: android: binder: Don't call dump_stack in binder_vma_open
    staging: r8712u: Add new Sitecom UsB ID
    zcache: Set SWIZ_BITS to 8 to reduce tmem bucket lock contention.
    zcache: fix deadlock condition
    staging: drm/omap: fix locking issue
    ...

    Linus Torvalds
     

09 Feb, 2012

1 commit


07 Feb, 2012

1 commit


04 Feb, 2012

4 commits

  • commit 07fe9977b623 ("lguest: move the lguest tool to the tools
    directory") moved the files, update the patterns. Sort F: patterns
    alphabetically too.

    Signed-off-by: Joe Perches
    Cc: Davidlohr Bueso
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Joe Perches
     
  • Two commits moved files from staging to drivers/media/

    commit d6ce55de3abcc ("[media] move cx25821 out of staging")
    commit be30497085080 ("[media] move tm6000 to drivers/media/video")

    Remove the sections.

    Signed-off-by: Joe Perches
    Cc: Mauro Carvalho Chehab
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Joe Perches
     
  • commit 784a90c0a7d8f5 ("ARM i.MX: Merge i.MX5 support into mach-imx")
    merged the files, remove the iMX5 section.

    Signed-off-by: Joe Perches
    Cc: Amit Kucheria
    Cc: Sascha Hauer
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Joe Perches
     
  • Commit 9be96f3fd101 ("move fs/partitions to block/") moved the files,
    update the patterns.

    Signed-off-by: Joe Perches
    Cc: Al Viro
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Joe Perches
     

02 Feb, 2012

1 commit

  • My email address has changed, the suse.de one is now dead, so update all
    of my MAINTAINER entries with the correct one so that patches don't get
    lost.

    Also change the status of some of my entries as I'm supposed to be doing
    this stuff now for real.

    Signed-off-by: Greg Kroah-Hartman
    Signed-off-by: Linus Torvalds

    Greg KH
     

01 Feb, 2012

1 commit

  • There are few important bug fixes for LogFS

    * tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstream:
    Logfs: Allow NULL block_isbad() methods
    logfs: Grow inode in delete path
    logfs: Free areas before calling generic_shutdown_super()
    logfs: remove useless BUG_ON
    MAINTAINERS: Add Prasad Joshi in LogFS maintiners
    logfs: Propagate page parameter to __logfs_write_inode
    logfs: set superblock shutdown flag after generic sb shutdown
    logfs: take write mutex lock during fsync and sync
    logfs: Prevent memory corruption
    logfs: update page reference count for pined pages

    Fix up conflict in fs/logfs/dev_mtd.c due to semantic change in what
    "mtd->block_isbad" means in commit f2933e86ad93: "Logfs: Allow NULL
    block_isbad() methods" clashing with the abstraction changes in the
    commits 7086c19d0742: "mtd: introduce mtd_block_isbad interface" and
    d58b27ed58a3: "logfs: do not use 'mtd->block_isbad' directly".

    This resolution takes the semantics from commit f2933e86ad93, and just
    makes mtd_block_isbad() return zero (false) if the 'block_isbad'
    function is NULL. But that also means that now "mtd_can_have_bb()"
    always returns 0.

    Now, "mtd_block_markbad()" will obviously return an error if the
    low-level driver doesn't support bad blocks, so this is somewhat
    non-symmetric, but it actually makes sense if a NULL "block_isbad"
    function is considered to mean "I assume that all my blocks are always
    good".

    Linus Torvalds
     

31 Jan, 2012

2 commits

  • * 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
    hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776F
    hwmon: (sht15) fix bad error code
    MAINTAINERS: Drop maintainer for MAX1668 hwmon driver
    MAINTAINERS: Add hwmon entries for Wolfson
    hwmon: (f71805f) Fix clamping of temperature limits

    Linus Torvalds
     
  • Here are some tty/serial patches for 3.3-rc1

    Big thing here is the movement of the 8250 serial drivers to their own
    directory, now that the patch churn has calmed down.

    Other than that, only minor stuff (omap patches were reverted as they
    were found to be wrong), and another broken driver removed from the
    system.

    Signed-off-by: Greg Kroah-Hartman

    * tag 'tty-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
    serial: Kill off Moorestown code
    Revert "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode"
    Revert "tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chip"
    serial: Fix wakeup init logic to speed up startup
    docbook: don't use serial_core.h in device-drivers book
    serial: amba-pl011: lock console writes against interrupts
    amba-pl011: do not disable RTS during shutdown
    tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chip
    tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode
    omap-serial: make serial_omap_restore_context depend on CONFIG_PM_RUNTIME
    omap-serial :Make the suspend/resume functions depend on CONFIG_PM_SLEEP.
    TTY: fix UV serial console regression
    jsm: Fixed EEH recovery error
    Updated TTY MAINTAINERS info
    serial: group all the 8250 related code together

    Linus Torvalds
     

28 Jan, 2012

1 commit


27 Jan, 2012

4 commits

  • * 'drm-fixes' of git://people.freedesktop.org/~airlied/linux: (31 commits)
    gma500: Fix suspend/resume functions
    drm/exynos: fixed pm feature for fimd module.
    MAINTAINERS: added maintainer entry for Exynos DRM Driver.
    drm/exynos: fixed build dependency for DRM_EXYNOS_FIMD
    drm/exynos: fix build dependency for DRM_EXYNOS_HDMI
    drm/exynos: use release_mem_region instead of release_resource
    agp: fix scratch page cleanup
    drm/i915: fixup forcewake spinlock fallout in drpc debugfs function
    drm/i915: debugfs: show semaphore registers also on gen7
    drm/i915: allow userspace forcewake references also on gen7
    drm/i915: Re-enable gen7 RC6 and GPU turbo after resume.
    drm/i915: Correct debugfs printout for RC1e.
    Revert "drm/i915: Work around gen7 BLT ring synchronization issues."
    drm/i915: rip out the HWSTAM missed irq workaround
    drm/i915: paper over missed irq issues with force wake voodoo
    drm/i915: Hold gt_lock across forcewake register reads
    drm/i915: Hold gt_lock during reset
    drm/i915: Move reset forcewake processing to gen6_do_reset
    drm/i915: protect force_wake_(get|put) with the gt_lock
    drm/i915: convert force_wake_get to func pointer in the gpu reset code
    ...

    Linus Torvalds
     
  • David no longer has access to MAX1688 hardware, so drop him from the maintainers
    list.

    Cc: David George
    Signed-off-by: Guenter Roeck
    Acked-by: David George
    Acked-by: Jean Delvare

    Guenter Roeck
     
  • The actual driver code seems to have been lost in the shuffle.

    Signed-off-by: Mark Brown
    Signed-off-by: Guenter Roeck

    Mark Brown
     
  • I'd like to add my colleagues who dedicated to developing and
    improving our driver to maintainer entry.

    Signed-off-by: Inki Dae
    Signed-off-by: Kyungmin Park

    Inki Dae
     

26 Jan, 2012

2 commits

  • Says Tyler:
    "Tim's logging message update will be really helpful to users when
    they're trying to locate a problematic file in the lower filesystem
    with filename encryption enabled.

    You'll recognize the fix from Li, as you commented on that.

    You should also be familiar with my setattr/truncate improvements,
    since you were the one that pointed them out to us (thanks again!).
    Andrew noted the /dev/ecryptfs write count sanitization needed to be
    improved, so I've got a fix in there for that along with some other
    less important cleanups of the /dev/ecryptfs read/write code."

    * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs:
    eCryptfs: Fix oops when printing debug info in extent crypto functions
    eCryptfs: Remove unused ecryptfs_read()
    eCryptfs: Check inode changes in setattr
    eCryptfs: Make truncate path killable
    eCryptfs: Infinite loop due to overflow in ecryptfs_write()
    eCryptfs: Replace miscdev read/write magic numbers
    eCryptfs: Report errors in writes to /dev/ecryptfs
    eCryptfs: Sanitize write counts of /dev/ecryptfs
    ecryptfs: Remove unnecessary variable initialization
    ecryptfs: Improve metadata read failure logging
    MAINTAINERS: Update eCryptfs maintainer address

    Linus Torvalds
     
  • Update my email address in MAINTAINERS.

    Signed-off-by: Dustin Kirkland
    Signed-off-by: Tyler Hicks

    Dustin Kirkland
     

25 Jan, 2012

1 commit


21 Jan, 2012

1 commit


19 Jan, 2012

1 commit

  • SCSI updates on 20120118

    * tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (49 commits)
    [SCSI] libfc: remove redundant timer init for fcp
    [SCSI] fcoe: Move fcoe_debug_logging from fcoe.h to fcoe.c
    [SCSI] libfc: Declare local functions static
    [SCSI] fcoe: fix regression on offload em matching function for initiator/target
    [SCSI] qla4xxx: Update driver version to 5.02.00-k12
    [SCSI] qla4xxx: Cleanup modinfo display
    [SCSI] qla4xxx: Update license
    [SCSI] qla4xxx: Clear the RISC interrupt bit during FW init
    [SCSI] qla4xxx: Added error logging for firmware abort
    [SCSI] qla4xxx: Disable generating pause frames in case of FW hung
    [SCSI] qla4xxx: Temperature monitoring for ISP82XX core.
    [SCSI] megaraid: fix sparse warnings
    [SCSI] sg: convert to kstrtoul_from_user()
    [SCSI] don't change sdev starvation list order without request dispatched
    [SCSI] isci: fix, prevent port from getting stuck in the 'configuring' state
    [SCSI] isci: fix start OOB
    [SCSI] isci: fix io failures while wide port links are coming up
    [SCSI] isci: allow more time for wide port targets
    [SCSI] isci: enable wide port targets
    [SCSI] isci: Fix IO fails when pull cable from phy in x4 wideport in MPC mode.
    ...

    Linus Torvalds
     

18 Jan, 2012

3 commits

  • * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (47 commits)
    tg3: Fix single-vector MSI-X code
    openvswitch: Fix multipart datapath dumps.
    ipv6: fix per device IP snmp counters
    inetpeer: initialize ->redirect_genid in inet_getpeer()
    net: fix NULL-deref in WARN() in skb_gso_segment()
    net: WARN if skb_checksum_help() is called on skb requiring segmentation
    caif: Remove bad WARN_ON in caif_dev
    caif: Fix typo in Vendor/Product-ID for CAIF modems
    bnx2x: Disable AN KR work-around for BCM57810
    bnx2x: Remove AutoGrEEEn for BCM84833
    bnx2x: Remove 100Mb force speed for BCM84833
    bnx2x: Fix PFC setting on BCM57840
    bnx2x: Fix Super-Isolate mode for BCM84833
    net: fix some sparse errors
    net: kill duplicate included header
    net: sh-eth: Fix build error by the value which is not defined
    net: Use device model to get driver name in skb_gso_segment()
    bridge: BH already disabled in br_fdb_cleanup()
    net: move sock_update_memcg outside of CONFIG_INET
    mwl8k: Fixing Sparse ENDIAN CHECK warning
    ...

    Linus Torvalds
     
  • * 'next' of git://git.infradead.org/users/vkoul/slave-dma: (53 commits)
    ARM: mach-shmobile: specify CHCLR registers on SH7372
    dma: shdma: fix runtime PM: clear channel buffers on reset
    dma/imx-sdma: save irq flags when use spin_lock in sdma_tx_submit
    dmaengine/ste_dma40: clear LNK on channel startup
    dmaengine: intel_mid_dma: remove legacy pm interface
    ASoC: mxs: correct 'direction' of device_prep_dma_cyclic
    dmaengine: intel_mid_dma: error path fix
    dmaengine: intel_mid_dma: locking and freeing fixes
    mtd: gpmi-nand: move to dma_transfer_direction
    mtd: fix compile error for gpmi-nand
    mmc: mxs-mmc: fix the dma_transfer_direction migration
    dmaengine: add DMA_TRANS_NONE to dma_transfer_direction
    dma: mxs-dma: Don't use CLKGATE bits in CTRL0 to disable DMA channels
    dma: mxs-dma: make mxs_dma_prep_slave_sg() multi user safe
    dma: mxs-dma: Always leave mxs_dma_init() with the clock disabled.
    dma: mxs-dma: fix a typo in comment
    DMA: PL330: Remove pm_runtime_xxx calls from pl330 probe/remove
    video i.MX IPU: Fix display connections
    i.MX IPU DMA: Fix wrong burstsize settings
    dmaengine/ste_dma40: allow fixed physical channel
    ...

    Fix up conflicts in drivers/dma/{Kconfig,mxs-dma.c,pl330.c}

    The conflicts looked pretty trivial, but I'll ask people to verify them.

    Linus Torvalds
     
  • Update MAINTAINERS file with new git repo:
    git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git

    Signed-off-by: James Morris

    James Morris
     

17 Jan, 2012

2 commits