rakhisharma

mutt

Jan 26th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 5.65 KB | None | 0 0
  1. root@rakhi-Inspiron-3542:/home/rakhi/git/kernels/staging/drivers/staging# git log
  2. commit 484d894b2e1e7914f2f7ce741eef171059838807
  3. Author: rakhisharma <rakhish1994@gmail.com>
  4. Date:   Tue Jan 26 18:57:53 2016 +0530
  5.  
  6.     Signed-off-by: rakhisharma <rakhish1994@gmail.com>
  7.    
  8.     This patch fixes the checkpatch.pl warning:
  9.    
  10.     WARNING: Block comments use a trailing */ on a separate line
  11.     + & FW need more time to read EEPROM */
  12.  
  13. commit ece6267878aed4eadff766112f1079984315d8c8
  14. Merge: d45187a 3da834e
  15. Author: Linus Torvalds <torvalds@linux-foundation.org>
  16. Date:   Fri Jan 15 18:21:28 2016 -0800
  17.  
  18.     Merge tag 'clk-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
  19.    
  20.     Pull clk framework updates from Michael Turquette:
  21.      "The clk framework and driver changes for 4.5 look pretty typical.  The
  22.      bulk of the changes are to clk controller drivers, though some
  23.      improvements to the core and some re-usable blocks/templates also
  24.      received some love.
  25.    
  26.      In this past cycle the clk maintainers developed a good workflow for
  27.      handling the common case of patch submissions containing a new
  28.      drivers, new shared Device Tree header and a new Device Tree binding
  29.      description.  This requires coordination with the Device Tree
  30.      maintainers and with the architecture maintainers (typically the
  31.      arm-soc tree in our case).
  32.    
  33.      This explains the increase in changes to include/dt-bindings/... and
  34.      to Documentation/devicetree/bindings/clock/... coming from the clk
  35.      tree.  The same commits can be expected to come through those trees on
  36.      occasion, through the use of shared, immutable branches"
  37.    
  38.     * tag 'clk-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (125 commits)
  39.       clk: remove duplicated COMMON_CLK_NXP record from clk/Kconfig
  40. root@rakhi-Inspiron-3542:/home/rakhi/git/kernels/staging/drivers/staging# git log --pretty=oneline --abbrev-commit
  41. 484d894 Signed-off-by: rakhisharma <rakhish1994@gmail.com>
  42. ece6267 Merge tag 'clk-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
  43. d45187a Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
  44. 4e5448a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
  45. 5a18d26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
  46. f689b74 Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
  47. e5b6c15 firmware: dmi_scan: Save SMBIOS Type 9 System Slots
  48. bfab8b4 firmware: dmi_scan: Fix dmi_find_device description
  49. 45b9825 firmware: dmi_scan: Clarify dmi_save_extended_devices
  50. 96e2394 firmware: dmi_scan: Optimize dmi_save_extended_devices
  51. 750afbf bgmac: Fix reversed test of build_skb() return value.
  52. 37cea93 Merge tag 'vfio-v4.5-rc1' of git://github.com/awilliam/linux-vfio
  53. cc80fe0 Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linux
  54. c7b6c5f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
  55. c6894de bridge: fix lockdep addr_list_lock false positive splat
  56. 3c28c9c Merge tag 'md/4.5' of git://neil.brown.name/md
  57. 4b43ea2 Merge tag 'regulator-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
  58. f147d0b net: smsc: Add support h8300
  59. 39c01bf amdkfd: Copy from the proper user command pointer
  60. 7aca74e Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration
  61. 973365d Merge branch 'xen-netback-fixes'
  62. 9c6f3ff xen-netback: free queues after freeing the net device
  63. 4a65852 xen-netback: delete NAPI instance when queue fails to initialize
  64. 99a2dea xen-netback: use skb to determine number of required guest Rx requests
  65. fb33118 net: sctp: Move sequence start handling into sctp_transport_get_idx()
  66. 34ae6a1 ipv6: update skb->csum when CE mark is propagated
  67. 1d3671d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
  68. 113c74d net: phy: turn carrier off on phy attach
  69. 2446837 net: macb: clear interrupts when disabling them
  70. 875fc4f Merge branch 'akpm' (patches from Andrew)
  71. 65a5124 sctp: support to lookup with ep+paddr in transport rhashtable
  72. 7dfa461 zsmalloc: reorganize struct size_class to pack 4 bytes hole
  73. f58fb5e mm/zbud.c: use list_last_entry() instead of list_tail_entry()
  74. e02d238 zram/zcomp: do not zero out zcomp private pages
  75. 75d8947 zram: pass gfp from zcomp frontend to backend
  76. d913897 zram: try vmalloc() after kmalloc()
  77. 3d5fe03 zram/zcomp: use GFP_NOIO to allocate streams
  78. 628a96e Merge branch 'hisi-fixes'
  79. root@rakhi-Inspiron-3542:/home/rakhi/git/kernels/staging/drivers/staging# git format-patch -o /tmp/ HEAD^
  80. /tmp/0001-Signed-off-by-rakhisharma-rakhish1994-gmail.com.patch
  81. root@rakhi-Inspiron-3542:/home/rakhi/git/kernels/staging/drivers/staging# mutt -H /tmp/0001-<hal_init.c>
  82. bash: syntax error near unexpected token `newline'
  83. root@rakhi-Inspiron-3542:/home/rakhi/git/kernels/staging/drivers/staging# mutt -H /tmp/0001-hal_init.c
  84. /tmp/0001-hal_init.c: No such file or directory
  85. root@rakhi-Inspiron-3542:/home/rakhi/git/kernels/staging/drivers/staging# git status
  86. On branch first-patch
  87. nothing to commit, working directory clean
  88. root@rakhi-Inspiron-3542:/home/rakhi/git/kernels/staging/drivers/staging# mutt
  89. root@rakhi-Inspiron-3542:/home/rakhi/git/kernels/staging/drivers/staging# mutt
  90. root@rakhi-Inspiron-3542:/home/rakhi/git/kernels/staging/drivers/staging# mutt -H /tmp/0001-hal_init.c
  91. /tmp/0001-hal_init.c: No such file or directory
  92. root@rakhi-Inspiron-3542:/home/rakhi/git/kernels/staging/drivers/staging# mutt -H /tmp/0001-"hal_init.c"
  93. /tmp/0001-hal_init.c: No such file or directory
  94. root@rakhi-Inspiron-3542:/home/rakhi/git/kernels/staging/drivers/staging#
Add Comment
Please, Sign In to add comment