All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: media: omap1: Switch to managed resources
@ 2016-03-22 16:52 Amitoj Kaur Chawla
  2016-03-22 16:52 ` [PATCH 1/4] staging: media: omap1: Replace clk_get with devm_clk_get Amitoj Kaur Chawla
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Amitoj Kaur Chawla @ 2016-03-22 16:52 UTC (permalink / raw)
  To: outreachy-kernel

Switch to managed resource functions that automatically release data
when a driver detaches for the media omap1 driver.

Amitoj Kaur Chawla (4):
  staging: media: omap1: Replace clk_get with devm_clk_get
  staging: media: omap1: Replace kzalloc with devm_kzalloc
  staging: media: omap1: Switch to devm_ioremap_resource
  staging: media: omap1: Replace request_irq with devm_request_irq

 drivers/staging/media/omap1/omap1_camera.c | 68 +++++++-----------------------
 1 file changed, 16 insertions(+), 52 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2016-03-22 16:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-22 16:52 [PATCH 0/4] staging: media: omap1: Switch to managed resources Amitoj Kaur Chawla
2016-03-22 16:52 ` [PATCH 1/4] staging: media: omap1: Replace clk_get with devm_clk_get Amitoj Kaur Chawla
2016-03-22 16:52 ` [PATCH 2/4] staging: media: omap1: Replace kzalloc with devm_kzalloc Amitoj Kaur Chawla
2016-03-22 16:52 ` [PATCH 3/4] staging: media: omap1: Switch to devm_ioremap_resource Amitoj Kaur Chawla
2016-03-22 16:53 ` [PATCH 4/4] staging: media: omap1: Replace request_irq with devm_request_irq Amitoj Kaur Chawla

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.