All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Fix of_io_request_and_map error handling code
@ 2015-05-02 15:03 Maxime Ripard
  2015-05-02 15:03 ` [PATCH 1/6] clk: asm9260: Fix of_io_request_and_map error check Maxime Ripard
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Maxime Ripard @ 2015-05-02 15:03 UTC (permalink / raw)
  To: linux-kernel; +Cc: Maxime Ripard

Hi,

This serie fixes a few drivers that use of_io_request_and_map without
properly checking for the error code.

That should fix all the callers present in the kernel so far.

Maxime

Maxime Ripard (6):
  clk: asm9260: Fix of_io_request_and_map error check
  clk: sunxi: Fix of_io_request_and_map error check
  clocksource: asm9260: Fix of_io_request_and_map error check
  clocksource: integrator: Fix of_io_request_and_map error check
  clocksource: sun5i: Fix of_io_request_and_map error check
  irqchip: vf610: Fix of_io_request_and_map error check

 drivers/clk/clk-asm9260.c                 |  2 +-
 drivers/clk/sunxi/clk-sun9i-core.c        | 10 +++++-----
 drivers/clk/sunxi/clk-sunxi.c             |  2 ++
 drivers/clocksource/asm9260_timer.c       |  2 +-
 drivers/clocksource/timer-integrator-ap.c |  2 +-
 drivers/clocksource/timer-sun5i.c         |  2 +-
 drivers/irqchip/irq-vf610-mscm-ir.c       |  5 ++---
 7 files changed, 13 insertions(+), 12 deletions(-)

-- 
2.3.6


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

end of thread, other threads:[~2015-05-13  7:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-02 15:03 [PATCH 0/6] Fix of_io_request_and_map error handling code Maxime Ripard
2015-05-02 15:03 ` [PATCH 1/6] clk: asm9260: Fix of_io_request_and_map error check Maxime Ripard
2015-05-11 19:43   ` Maxime Ripard
2015-05-13  7:35     ` Stephen Boyd
2015-05-02 15:03 ` [PATCH 2/6] clk: sunxi: " Maxime Ripard
2015-05-05 15:44   ` Maxime Ripard
2015-05-02 15:03 ` [PATCH 3/6] clocksource: asm9260: " Maxime Ripard
2015-05-05  8:39   ` [tip:timers/core] " tip-bot for Maxime Ripard
2015-05-02 15:03 ` [PATCH 4/6] clocksource: integrator: " Maxime Ripard
2015-05-05  8:40   ` [tip:timers/core] " tip-bot for Maxime Ripard
2015-05-02 15:03 ` [PATCH 5/6] clocksource: sun5i: " Maxime Ripard
2015-05-05  8:40   ` [tip:timers/core] " tip-bot for Maxime Ripard
2015-05-02 15:03 ` [PATCH 6/6] irqchip: vf610: " Maxime Ripard
2015-05-05  8:50   ` [tip:irq/core] " tip-bot for Maxime Ripard

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.