* Where to start
@ 2011-08-09 7:49 Arpad Wang
0 siblings, 0 replies; 10+ messages in thread
From: Arpad Wang @ 2011-08-09 7:49 UTC (permalink / raw)
To: linux-omap
Hello all,
sorry for asking a 'basic' question on this list. If this is indeed the
wrong place (and even if it isn't!), please feel free to point me to a
better forum for arm/omap specific kernel discussions.
My questions are:
1. What is a good place to read up on how to write board files and
drivers for OMAP3/4 based boards? The documentation I have found is
scarce and often outdated.
2. A specific problem I have is with DSS/FB/LCD panel/the like. We have
an old board file for v2.6.32 TI PSP. Despite doing what appears to be
equivalent to what the old board file does, there is nothing shown on
the LCD (nor DVI, VGA, TV-out, ....). What could have changed between
TI's 2.6.32 and 3.0-omap that causes, for instance an LCD panel, to stay
blank in the latter but not in the former.
While an answer would be very appreciated, even better would be to get
hints on how to learn to figure out the answer to #2 by myself...
feeling that will be a handy skill... :-)
Thank you,
Arpad
--
http://www.fastmail.fm - The professional email service
^ permalink raw reply [flat|nested] 10+ messages in thread
* Where to start
@ 2013-07-20 3:32 gaurav
2013-07-20 22:55 ` Dan Carpenter
` (7 more replies)
0 siblings, 8 replies; 10+ messages in thread
From: gaurav @ 2013-07-20 3:32 UTC (permalink / raw)
To: kernel-janitors
Hi All,
I know it seems bugging but after googling a lot and following links i'm still
not able to find any place to get bugs of beginner level that i can fix and
start contributing in kernel development.
I also don't know that whom should i contact to get a mentor.
Please help me out.
Gaurav
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Where to start
2013-07-20 3:32 Where to start gaurav
@ 2013-07-20 22:55 ` Dan Carpenter
2013-07-22 13:14 ` Shaun Laing
` (6 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Dan Carpenter @ 2013-07-20 22:55 UTC (permalink / raw)
To: kernel-janitors
On Sat, Jul 20, 2013 at 08:50:28AM +0530, gaurav wrote:
> Hi All,
> I know it seems bugging but after googling a lot and following links i'm still
> not able to find any place to get bugs of beginner level that i can fix and
> start contributing in kernel development.
> I also don't know that whom should i contact to get a mentor.
> Please help me out.
>
Just pick something from staging and look at the Sparse warnings.
Send your first patch to this list instead of to the maintainer and
we can review it for you.
regards,
dan carpenter
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Where to start
2013-07-20 3:32 Where to start gaurav
2013-07-20 22:55 ` Dan Carpenter
@ 2013-07-22 13:14 ` Shaun Laing
2013-07-22 13:27 ` Dan Carpenter
` (5 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Shaun Laing @ 2013-07-22 13:14 UTC (permalink / raw)
To: kernel-janitors
Hi Dan,
I have a similar question, but unfortunately I don't know what
"staging" is or what a "Sparse" warning looks like. This seems pretty
trivial so I'm wondering if there a primer webpage that I have
overlooked. Would you happen to have a link?
Sorry to bug you, and thank you for your help.
On Sat, Jul 20, 2013 at 4:55 PM, Dan Carpenter <dan.carpenter@oracle.com> wrote:
> On Sat, Jul 20, 2013 at 08:50:28AM +0530, gaurav wrote:
>> Hi All,
>> I know it seems bugging but after googling a lot and following links i'm still
>> not able to find any place to get bugs of beginner level that i can fix and
>> start contributing in kernel development.
>> I also don't know that whom should i contact to get a mentor.
>> Please help me out.
>>
>
> Just pick something from staging and look at the Sparse warnings.
>
> Send your first patch to this list instead of to the maintainer and
> we can review it for you.
>
> regards,
> dan carpenter
>
> --
> To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Shaun Laing
https://plus.google.com/112011120275739767304
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Where to start
2013-07-20 3:32 Where to start gaurav
2013-07-20 22:55 ` Dan Carpenter
2013-07-22 13:14 ` Shaun Laing
@ 2013-07-22 13:27 ` Dan Carpenter
2013-07-22 13:28 ` Dan Carpenter
` (4 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Dan Carpenter @ 2013-07-22 13:27 UTC (permalink / raw)
To: kernel-janitors
On Mon, Jul 22, 2013 at 07:14:19AM -0600, Shaun Laing wrote:
> Hi Dan,
>
> I have a similar question, but unfortunately I don't know what
> "staging" is or what a "Sparse" warning looks like. This seems pretty
> trivial so I'm wondering if there a primer webpage that I have
> overlooked. Would you happen to have a link?
>
> Sorry to bug you, and thank you for your help.
staging is the drivers/staging/ directory. It's where crap code
goes.
Here is an article on Sparse: http://lwn.net/Articles/205624/
regards,
dan carpenter
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Where to start
2013-07-20 3:32 Where to start gaurav
` (2 preceding siblings ...)
2013-07-22 13:27 ` Dan Carpenter
@ 2013-07-22 13:28 ` Dan Carpenter
2013-07-22 13:32 ` Prashant Shah
` (3 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Dan Carpenter @ 2013-07-22 13:28 UTC (permalink / raw)
To: kernel-janitors
Ah yes, those are much better links. Thanks.
regards,
dan carpenter
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Where to start
2013-07-20 3:32 Where to start gaurav
` (3 preceding siblings ...)
2013-07-22 13:28 ` Dan Carpenter
@ 2013-07-22 13:32 ` Prashant Shah
2013-07-22 13:34 ` Prashant Shah
` (2 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Prashant Shah @ 2013-07-22 13:32 UTC (permalink / raw)
To: kernel-janitors
Hi,
On Mon, Jul 22, 2013 at 6:44 PM, Shaun Laing <shaun@bigps.ca> wrote:
> Hi Dan,
>
> I have a similar question, but unfortunately I don't know what
> "staging" is or what a "Sparse" warning looks like. This seems pretty
> trivial so I'm wondering if there a primer webpage that I have
> overlooked. Would you happen to have a link?
Check the kernel source for drivers/staging folder.
Regards.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Where to start
2013-07-20 3:32 Where to start gaurav
` (4 preceding siblings ...)
2013-07-22 13:32 ` Prashant Shah
@ 2013-07-22 13:34 ` Prashant Shah
2013-07-22 13:38 ` Prashant Shah
2013-07-22 16:54 ` kumargauravgupta3
7 siblings, 0 replies; 10+ messages in thread
From: Prashant Shah @ 2013-07-22 13:34 UTC (permalink / raw)
To: kernel-janitors
Hi,
>> I have a similar question, but unfortunately I don't know what
>> "staging" is or what a "Sparse" warning looks like. This seems pretty
>> trivial so I'm wondering if there a primer webpage that I have
>> overlooked. Would you happen to have a link?
>
Documentation/sparse.txt in the kernel sources.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Where to start
2013-07-20 3:32 Where to start gaurav
` (5 preceding siblings ...)
2013-07-22 13:34 ` Prashant Shah
@ 2013-07-22 13:38 ` Prashant Shah
2013-07-22 16:54 ` kumargauravgupta3
7 siblings, 0 replies; 10+ messages in thread
From: Prashant Shah @ 2013-07-22 13:38 UTC (permalink / raw)
To: kernel-janitors
Hi,
On Mon, Jul 22, 2013 at 6:52 PM, Prashant Shah <pshah.mumbai@gmail.com> wrote:
> Hi,
>
>>> I have a similar question, but unfortunately I don't know what
>>> "staging" is or what a "Sparse" warning looks like. This seems pretty
>>> trivial so I'm wondering if there a primer webpage that I have
>>> overlooked. Would you happen to have a link?
http://lwn.net/Articles/87538/
http://elinux.org/Sparse
Regards.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Where to start
2013-07-20 3:32 Where to start gaurav
` (6 preceding siblings ...)
2013-07-22 13:38 ` Prashant Shah
@ 2013-07-22 16:54 ` kumargauravgupta3
7 siblings, 0 replies; 10+ messages in thread
From: kumargauravgupta3 @ 2013-07-22 16:54 UTC (permalink / raw)
To: kernel-janitors
On Sunday 21 Jul 2013 1:55:59 AM Dan Carpenter wrote:
> On Sat, Jul 20, 2013 at 08:50:28AM +0530, gaurav wrote:
> > Hi All,
> > I know it seems bugging but after googling a lot and following links
i'm
> > still not able to find any place to get bugs of beginner level that i
can
> > fix and start contributing in kernel development.
> > I also don't know that whom should i contact to get a mentor.
> > Please help me out.
>
> Just pick something from staging and look at the Sparse warnings.
>
> Send your first patch to this list instead of to the maintainer and
> we can review it for you.
>
> regards,
> dan carpenter
Sorry for late reply Dan, Thanks for your suggesstion and now i'm
actually working to fix bug. will email my fix soon.
thanks
Regards
Kumar Gaurav
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2013-07-22 16:54 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-20 3:32 Where to start gaurav
2013-07-20 22:55 ` Dan Carpenter
2013-07-22 13:14 ` Shaun Laing
2013-07-22 13:27 ` Dan Carpenter
2013-07-22 13:28 ` Dan Carpenter
2013-07-22 13:32 ` Prashant Shah
2013-07-22 13:34 ` Prashant Shah
2013-07-22 13:38 ` Prashant Shah
2013-07-22 16:54 ` kumargauravgupta3
-- strict thread matches above, loose matches on Subject: below --
2011-08-09 7:49 Arpad Wang
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.