All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] thermal: convert ID allocation to IDA
@ 2016-12-21  2:04 Zhang Rui
  2016-12-21  2:04 ` [PATCH 1/5] thermal: core: " Zhang Rui
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Zhang Rui @ 2016-12-21  2:04 UTC (permalink / raw)
  To: linux-pm

Currently, thermal subsystem uses IDRs to allocate IDs, but actually
it only needs to know whether IDs are in use or not, and the ID to pointer
functionality of the IDR is unused.
That means it can use the more space-efficient IDA.

This patch set converts ID allocation to IDA for thermal subsystem.

PS: only build test is done for this patch set.

thanks,
rui

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

end of thread, other threads:[~2016-12-21 22:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-21  2:04 [PATCH 0/5] thermal: convert ID allocation to IDA Zhang Rui
2016-12-21  2:04 ` [PATCH 1/5] thermal: core: " Zhang Rui
2016-12-21  2:04 ` [PATCH 2/5] thermal: share get_ida()/release_ida() for other thermal ida users Zhang Rui
2016-12-21 15:54   ` Matthew Wilcox
2016-12-21  2:04 ` [PATCH 3/5] thermal: cpu cooling: convert ID allocation to IDA Zhang Rui
2016-12-21  2:04 ` [PATCH 4/5] thermal: devfreq " Zhang Rui
2016-12-21  2:04 ` [PATCH 5/5] thermal: clock " Zhang Rui

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.