* Request for guidance
@ 2016-05-20 1:19 Abhishek
2016-05-29 19:19 ` Manavendra Nath Manav
0 siblings, 1 reply; 8+ messages in thread
From: Abhishek @ 2016-05-20 1:19 UTC (permalink / raw)
To: kernelnewbies
Hi All,
I am an Embedded Software Engineer with 3+ years of experience. I am
fascinated by kernel development and want to be a device driver developer.
I have done following so far.
#Studied LDD3.
#Subscribed to eudyptula challenge and submitted solution
for 4th task(waiting for next task).
#Have compiled and installed kernel successfully on multiple boards.
I want to start contributing to kernel so I looked into staging and
found that I can not work on TODO unless I have required hardware to
test patch (which
unfortunately I don't have).
Requesting you to guide me about how to start working on
kernel/device drivers development.
Thanks,
Abhishek
^ permalink raw reply [flat|nested] 8+ messages in thread
* Request for guidance
2016-05-20 1:19 Request for guidance Abhishek
@ 2016-05-29 19:19 ` Manavendra Nath Manav
2016-06-01 7:27 ` Drew Fustini
0 siblings, 1 reply; 8+ messages in thread
From: Manavendra Nath Manav @ 2016-05-29 19:19 UTC (permalink / raw)
To: kernelnewbies
Hi Abhishek,
Get a embedded board like Beaglebone or Raspberry Pi and start interfacing
new sensors or communication devices.
-- manav m-n
On Fri, May 20, 2016 at 6:49 AM, Abhishek <abhiyanta07@gmail.com> wrote:
> Hi All,
>
> I am an Embedded Software Engineer with 3+ years of experience. I am
> fascinated by kernel development and want to be a device driver developer.
>
> I have done following so far.
> #Studied LDD3.
> #Subscribed to eudyptula challenge and submitted solution
> for 4th task(waiting for next task).
> #Have compiled and installed kernel successfully on multiple boards.
>
> I want to start contributing to kernel so I looked into staging and
> found that I can not work on TODO unless I have required hardware to
> test patch (which
> unfortunately I don't have).
>
> Requesting you to guide me about how to start working on
> kernel/device drivers development.
>
> Thanks,
> Abhishek
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160530/1bfc1cc5/attachment.html
^ permalink raw reply [flat|nested] 8+ messages in thread
* Request for guidance
2016-05-29 19:19 ` Manavendra Nath Manav
@ 2016-06-01 7:27 ` Drew Fustini
0 siblings, 0 replies; 8+ messages in thread
From: Drew Fustini @ 2016-06-01 7:27 UTC (permalink / raw)
To: kernelnewbies
Free Electrons has excellent free training materials:
http://free-electrons.com/training/kernel/
Slides: http://free-electrons.com/doc/training/linux-kernel/linux-kernel-slides.pdf
Practical lab with BeagleBone Black:
http://free-electrons.com/doc/training/linux-kernel/linux-kernel-labs.pdf
On Sun, May 29, 2016 at 2:19 PM, Manavendra Nath Manav
<mnm.kernel@gmail.com> wrote:
> Hi Abhishek,
> Get a embedded board like Beaglebone or Raspberry Pi and start interfacing
> new sensors or communication devices.
>
> -- manav m-n
>
> On Fri, May 20, 2016 at 6:49 AM, Abhishek <abhiyanta07@gmail.com> wrote:
>>
>> Hi All,
>>
>> I am an Embedded Software Engineer with 3+ years of experience. I am
>> fascinated by kernel development and want to be a device driver developer.
>>
>> I have done following so far.
>> #Studied LDD3.
>> #Subscribed to eudyptula challenge and submitted solution
>> for 4th task(waiting for next task).
>> #Have compiled and installed kernel successfully on multiple boards.
>>
>> I want to start contributing to kernel so I looked into staging and
>> found that I can not work on TODO unless I have required hardware to
>> test patch (which
>> unfortunately I don't have).
>>
>> Requesting you to guide me about how to start working on
>> kernel/device drivers development.
>>
>> Thanks,
>> Abhishek
>>
>> _______________________________________________
>> Kernelnewbies mailing list
>> Kernelnewbies at kernelnewbies.org
>> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Request for guidance
@ 2016-05-24 1:36 Abhishek
2016-05-24 4:47 ` sanjeev sharma
0 siblings, 1 reply; 8+ messages in thread
From: Abhishek @ 2016-05-24 1:36 UTC (permalink / raw)
To: kernelnewbies
Hi All,
I am an Embedded Software Engineer with 3+ years of experience. I am
fascinated by kernel development and want to be a device driver developer.
I have done following so far.
#Studied LDD3.
#Subscribed to eudyptula challenge and submitted solution
for 4th task(waiting for next task).
#Have compiled and installed kernel successfully on multiple boards.
I want to start contributing to kernel so I looked into staging and
found that I can not work on TODO unless I have required hardware to
test patch (which unfortunately I don't have).
Requesting you to guide me about how to start working on kernel/device drivers development.
Thanks,
Abhishek
^ permalink raw reply [flat|nested] 8+ messages in thread
* Request for guidance
2016-05-24 1:36 Abhishek
@ 2016-05-24 4:47 ` sanjeev sharma
2016-05-24 14:52 ` Abhishek
0 siblings, 1 reply; 8+ messages in thread
From: sanjeev sharma @ 2016-05-24 4:47 UTC (permalink / raw)
To: kernelnewbies
Hi Abhishek,
There are some open source project where you can contribute too but I would
suggest first you to work on Kernel Bugs available at
https://bugzilla.kernel.org. This would boost your confidence.
Regards
Sanjeev Sharma
On Tue, May 24, 2016 at 7:06 AM, Abhishek <sharma.kernel@gmail.com> wrote:
> Hi All,
>
> I am an Embedded Software Engineer with 3+ years of experience. I am
> fascinated by kernel development and want to be a device driver developer.
>
> I have done following so far.
> #Studied LDD3.
> #Subscribed to eudyptula challenge and submitted solution
> for 4th task(waiting for next task).
> #Have compiled and installed kernel successfully on multiple boards.
>
> I want to start contributing to kernel so I looked into staging and
> found that I can not work on TODO unless I have required hardware to
> test patch (which unfortunately I don't have).
>
> Requesting you to guide me about how to start working on kernel/device
> drivers development.
>
> Thanks,
> Abhishek
>
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160524/54a7ddb6/attachment.html
^ permalink raw reply [flat|nested] 8+ messages in thread
* Request for guidance
2016-05-24 4:47 ` sanjeev sharma
@ 2016-05-24 14:52 ` Abhishek
0 siblings, 0 replies; 8+ messages in thread
From: Abhishek @ 2016-05-24 14:52 UTC (permalink / raw)
To: kernelnewbies
On Tuesday 24 May 2016 10:17 AM, sanjeev sharma wrote:
> Hi Abhishek,
>
> There are some open source project where you can contribute too but I
> would suggest first you to work on Kernel Bugs available at
> https://bugzilla.kernel.org. This would boost your confidence.
Thanks Sanjeev.
Is there anything else that I can do in parallel with bugzilla?
>
> Regards
> Sanjeev Sharma
>
>
>
> On Tue, May 24, 2016 at 7:06 AM, Abhishek <sharma.kernel@gmail.com
> <mailto:sharma.kernel@gmail.com>> wrote:
>
> Hi All,
>
> I am an Embedded Software Engineer with 3+ years of experience. I am
> fascinated by kernel development and want to be a device driver
> developer.
>
> I have done following so far.
> #Studied LDD3.
> #Subscribed to eudyptula challenge and submitted solution
> for 4th task(waiting for next task).
> #Have compiled and installed kernel successfully on multiple boards.
>
> I want to start contributing to kernel so I looked into staging and
> found that I can not work on TODO unless I have required hardware to
> test patch (which unfortunately I don't have).
>
> Requesting you to guide me about how to start working on
> kernel/device drivers development.
>
> Thanks,
> Abhishek
>
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> <mailto:Kernelnewbies@kernelnewbies.org>
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Request for guidence
@ 2026-03-10 10:28 Andy Shevchenko
2026-03-10 14:37 ` Request for guidance ChenLei
0 siblings, 1 reply; 8+ messages in thread
From: Andy Shevchenko @ 2026-03-10 10:28 UTC (permalink / raw)
To: Till Kamppeter
Cc: ShiHao, marcelo.schmitt, jic23, dlechner, nuno.sa, andy,
mazziesaccount, linux-iio, linux-kernel, till
On Mon, Mar 09, 2026 at 11:55:25PM +0100, Till Kamppeter wrote:
>
> unfortunately, the IIO group is not mentoring in this year's GSoC. If you
> want to do GSoC this year, I recommend you to apply for the Device Tree
> Bindings projects
> If you want to contribute to IIO Driver outside GSoC, please join their
> mailing list as indicated on the project idea page and introduce yourself
> there.
We are already in the relevant mailing list, so if ShiHao wants to work on IIO
drivers, welcome!
> On 3/6/26 06:18, ShiHao wrote:
> >
> > I hope everyone is doing well and fine. Recently i have been
> > getting prepared for gsoc 2026 for The Linux Foundation project
> > idea iio AD39113 driver development however i just noticed that the
> > project idea has been withdrawn from the list. I wanted to ask that
> > whether the driver develpment is still planned or it is dropped from
> > project idea list.
> >
> > If the driver is still needed , I would be interested in contribtuting
> > to its development outside gsoc as well since i have no idea whether i
> > would be allowed for its development or not thats is why any help would
> > be appreciated thank you for your time .
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Request for guidance
2026-03-10 10:28 Request for guidence Andy Shevchenko
@ 2026-03-10 14:37 ` ChenLei
2026-03-10 16:54 ` Andy Shevchenko
0 siblings, 1 reply; 8+ messages in thread
From: ChenLei @ 2026-03-10 14:37 UTC (permalink / raw)
To: till.kamppeter; +Cc: andriy.shevchenko, linux-iio
>We are already in the relevant mailing list, so if ShiHao wants to work on IIO
>drivers, welcome!
hello,Andy Shevchenko
My name is FeihuaCheng, and I am a graduate student in Control Engineering.
I have been studying embedded Linux and Linux driver development.
I saw the discussion about the AD39113 IIO driver and I am also very
interested in contributing to its development.
Would it be possible for me to participate in this work as well? If so,
I am available to start now and would appreciate any advice or guidance
on how to get started.
Best Regards,
FeihuaCheng
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Request for guidance
2026-03-10 14:37 ` Request for guidance ChenLei
@ 2026-03-10 16:54 ` Andy Shevchenko
0 siblings, 0 replies; 8+ messages in thread
From: Andy Shevchenko @ 2026-03-10 16:54 UTC (permalink / raw)
To: ChenLei, Jonathan Cameron, David Lechner, Nuno Sá
Cc: till.kamppeter, linux-iio
+Cc: IIO stakeholders
On Tue, Mar 10, 2026 at 02:37:42PM +0000, ChenLei wrote:
> >We are already in the relevant mailing list, so if ShiHao wants to work on IIO
> >drivers, welcome!
>
> hello,Andy Shevchenko
>
> My name is FeihuaCheng, and I am a graduate student in Control Engineering.
> I have been studying embedded Linux and Linux driver development.
> I saw the discussion about the AD39113 IIO driver and I am also very
> interested in contributing to its development.
>
> Would it be possible for me to participate in this work as well? If so,
> I am available to start now and would appreciate any advice or guidance
> on how to get started.
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2026-03-10 16:54 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-20 1:19 Request for guidance Abhishek
2016-05-29 19:19 ` Manavendra Nath Manav
2016-06-01 7:27 ` Drew Fustini
-- strict thread matches above, loose matches on Subject: below --
2016-05-24 1:36 Abhishek
2016-05-24 4:47 ` sanjeev sharma
2016-05-24 14:52 ` Abhishek
2026-03-10 10:28 Request for guidence Andy Shevchenko
2026-03-10 14:37 ` Request for guidance ChenLei
2026-03-10 16:54 ` Andy Shevchenko
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.