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