1. 23 Jan, 2013 1 commit
    • Mike Dunn's avatar
      ARM: palmtreo: fix lcd initilialization on treo680 · 2c33727a
      Mike Dunn authored
      This patch gets the LCD working on my Palm Treo680 by adding some code that
      manages the three gpios interfaced to the lcd on the Treo 680.  The precise role
      of each gpio in the hardware architecture is not entirely clear to me; this
      patch is the result of trial-and-error and observing how the PalmOS code
      initializes the lcd.
      
      The need for this patch is not evident when Linux is loaded from PalmOS, because
      at that point the lcd-related gpios have already been configured.  But when
      booting the kernel by other means, this patch is required unless the bootloader
      has performed the necessary initialializations.
      Signed-off-by: default avatarMike Dunn <mikedunn@newsguy.com>
      Acked-by: default avatarTomas Cech <sleep_walker@suse.cz>
      Signed-off-by: default avatarHaojian Zhuang <haojian.zhuang@gmail.com>
      2c33727a
  2. 18 Jan, 2013 1 commit
  3. 17 Jan, 2013 2 commits
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux · 72ffaa48
      Linus Torvalds authored
      Pull more s390 patches from Martin Schwidefsky:
       "A couple of bug fixes: one of the transparent huge page primitives is
        broken, the sched_clock function overflows after 417 days, the XFS
        module has grown too large for -fpic and the new pci code has broken
        normal channel subsystem notifications."
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
        s390/chsc: fix SEI usage
        s390/time: fix sched_clock() overflow
        s390: use -fPIC for module compile
        s390/mm: fix pmd_pfn() for thp
      72ffaa48
    • Linus Torvalds's avatar
      Merge tag 'for-linus-v3.8-rc4' of git://oss.sgi.com/xfs/xfs · dfdebc24
      Linus Torvalds authored
      Pull xfs bugfixes from Ben Myers:
      
       - fix(es) for compound buffers
      
       - fix for dquot soft timer asserts due to overflow of d_blk_softlimit
      
       - fix for regression in dir v2 code introduced in commit 20f7e9f3
         ("xfs: factor dir2 block read operations")
      
      * tag 'for-linus-v3.8-rc4' of git://oss.sgi.com/xfs/xfs:
        xfs: recalculate leaf entry pointer after compacting a dir2 block
        xfs: remove int casts from debug dquot soft limit timer asserts
        xfs: fix the multi-segment log buffer format
        xfs: fix segment in xfs_buf_item_format_segment
        xfs: rename bli_format to avoid confusion with bli_formats
        xfs: use b_maps[] for discontiguous buffers
      dfdebc24
  4. 16 Jan, 2013 24 commits
  5. 15 Jan, 2013 11 commits
  6. 14 Jan, 2013 1 commit