All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: media: Replace a bit shift.
@ 2017-03-22  4:26 Arushi Singhal
  2017-03-22  4:26 ` [PATCH 1/3] staging: media: Replace a bit shift by a use of BIT Arushi Singhal
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Arushi Singhal @ 2017-03-22  4:26 UTC (permalink / raw)
  To: outreachy-kernel
  Cc: linux-media, gregkh, mchehab, devel, linux-kernel, Arushi Singhal

Replace a bit shift by a use of BIT in media driver.

Arushi Singhal (3):
  staging: media: Replace a bit shift by a use of BIT.
  staging: media: davinci_vpfe: Replace a bit shift by a use of BIT.
  staging: media: omap4iss: Replace a bit shift by a use of BIT.

 .../media/atomisp/pci/atomisp2/atomisp_cmd.c       | 12 +++++-----
 .../atomisp/pci/atomisp2/atomisp_compat_css20.c    |  6 ++---
 .../media/atomisp/pci/atomisp2/atomisp_drvfs.c     |  6 ++---
 .../media/atomisp/pci/atomisp2/atomisp_v4l2.c      | 18 +++++++--------
 .../media/atomisp/pci/atomisp2/hmm/hmm_bo.c        |  2 +-
 drivers/staging/media/davinci_vpfe/dm365_ipipe.c   |  2 +-
 drivers/staging/media/davinci_vpfe/dm365_ipipeif.c |  2 +-
 drivers/staging/media/davinci_vpfe/dm365_isif.c    | 26 +++++++++++-----------
 drivers/staging/media/davinci_vpfe/dm365_resizer.c |  6 ++---
 drivers/staging/media/omap4iss/iss_csi2.c          |  2 +-
 drivers/staging/media/omap4iss/iss_ipipe.c         |  2 +-
 drivers/staging/media/omap4iss/iss_ipipeif.c       |  2 +-
 drivers/staging/media/omap4iss/iss_resizer.c       |  2 +-
 13 files changed, 44 insertions(+), 44 deletions(-)

-- 
2.11.0



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-03-23  8:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-22  4:26 [PATCH 0/3] staging: media: Replace a bit shift Arushi Singhal
2017-03-22  4:26 ` [PATCH 1/3] staging: media: Replace a bit shift by a use of BIT Arushi Singhal
2017-03-22  4:26 ` [PATCH 2/3] staging: media: davinci_vpfe: " Arushi Singhal
2017-03-22  4:26 ` [PATCH 3/3] staging: media: omap4iss: " Arushi Singhal
2017-03-23  6:46 ` [PATCH 0/3] staging: media: Replace a bit shift Chris Moore
2017-03-23  6:46   ` Chris Moore

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.