public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [2.6.18] resend of spi set kset of master class dev explicitly
@ 2006-10-19  9:21 Hans-Christian Egtvedt
  0 siblings, 0 replies; only message in thread
From: Hans-Christian Egtvedt @ 2006-10-19  9:21 UTC (permalink / raw)
  To: dbrownell; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 491 bytes --]

Hello,

<quote Imre Deak from Thu, 12 Jan 2006 21:18:54 +0200>
In order for spi_busnum_to_master to work spi master devices must be
linked into the spi_master_class.subsys.kset list. At the moment the
default class_obj_subsys.kset is used and we can't enumerate the master
devices.
</quote>

Patch is updated to match the 2.6.18 kernel.

Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>

-- 
With kind regards,

Hans-Christian Egtvedt
Applications Engineer - AVR Applications Lab

[-- Attachment #2: spi-set-kset-of-master-class-dev-explicitly.patch --]
[-- Type: text/x-patch, Size: 412 bytes --]

--- a/drivers/spi/spi.c	2006-10-19 11:13:21.000000000 +0200
+++ b/drivers/spi/spi.c	2006-10-19 11:13:04.000000000 +0200
@@ -367,6 +367,7 @@ spi_alloc_master(struct device *dev, uns
 
 	class_device_initialize(&master->cdev);
 	master->cdev.class = &spi_master_class;
+	kobj_set_kset_s(&master->cdev, spi_master_class.subsys);
 	master->cdev.dev = get_device(dev);
 	spi_master_set_devdata(master, &master[1]);
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-19  9:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-19  9:21 [PATCH] [2.6.18] resend of spi set kset of master class dev explicitly Hans-Christian Egtvedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox