public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* Query: SCSI Device node creation when UFS is loaded as a module
@ 2019-10-23 23:51 asutoshd
  2019-10-24  6:14 ` Avri Altman
  2019-10-24  9:50 ` Steffen Maier
  0 siblings, 2 replies; 4+ messages in thread
From: asutoshd @ 2019-10-23 23:51 UTC (permalink / raw)
  To: linux-scsi

Hi
I'm loading the ufs-qcom driver as a module but am not seeing the 
/dev/sda* device nodes.
Looks like it's not being created.

I find the sda nodes in other paths being enumerated though:

/ # find /sys -name sda
/sys/kernel/debug/block/sda
/sys/class/block/sda
/sys/devices/platform/<...>/<xxx>.ufshc/host0/target0:0:0/0:0:0:0/block/sda
/sys/block/sda

All Luns are detected and I see sda is detected and prints for all the 
Luns as below -:
sd 0:0:0:0: [sda] .... ....-byte logical blocks:

... so on ...

But if I link it statically instead of a module, it works fine. All 
device nodes are created.

I'm trying to figure out where/how in SCSI does it create these device 
nodes - /dev/sd<a/b/c/d> ?
I've looked into sd.c but I couldn't figure out the exact place yet.

Any pointers please?

TIA

-asd

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

end of thread, other threads:[~2019-10-24 17:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-23 23:51 Query: SCSI Device node creation when UFS is loaded as a module asutoshd
2019-10-24  6:14 ` Avri Altman
2019-10-24  9:50 ` Steffen Maier
2019-10-24 17:05   ` asutoshd

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