Re: [PATCH v3 1/1] powerpc/pseries: Interface to represent PAPR firmware attributes

2021-07-16 Thread Pratik Sampat
On 16/07/21 1:16 am, Fabiano Rosas wrote: Pratik Sampat writes: Hello, On 12/07/21 9:13 pm, Fabiano Rosas wrote: "Pratik R. Sampat" writes: Hi, have you seen Documentation/core-api/kobject.rst, particularly the part that says: "When you see a sysfs directory full of other directories,

Re: [PATCH v3 1/1] powerpc/pseries: Interface to represent PAPR firmware attributes

2021-07-15 Thread Fabiano Rosas
Pratik Sampat writes: > Hello, > > On 12/07/21 9:13 pm, Fabiano Rosas wrote: >> "Pratik R. Sampat" writes: >> >> Hi, have you seen Documentation/core-api/kobject.rst, particularly the >> part that says: >> >> "When you see a sysfs directory full of other directories, generally each >> of tho

Re: [PATCH v3 1/1] powerpc/pseries: Interface to represent PAPR firmware attributes

2021-07-14 Thread Pratik Sampat
Hello, On 12/07/21 9:13 pm, Fabiano Rosas wrote: "Pratik R. Sampat" writes: Hi, have you seen Documentation/core-api/kobject.rst, particularly the part that says: "When you see a sysfs directory full of other directories, generally each of those directories corresponds to a kobject in the

Re: [PATCH v3 1/1] powerpc/pseries: Interface to represent PAPR firmware attributes

2021-07-12 Thread Fabiano Rosas
"Pratik R. Sampat" writes: Hi, have you seen Documentation/core-api/kobject.rst, particularly the part that says: "When you see a sysfs directory full of other directories, generally each of those directories corresponds to a kobject in the same kset." Taking a look at samples/kobject/kset-e