Re: Driver as built-in instead of module

2018-03-16 Thread Greg KH
On Fri, Mar 16, 2018 at 04:48:52PM +0530, MUHAMMED ASAD P T wrote: > Do you have a pointer to the source of your driver anywhere to see if it > even can be built into the kernel? > > > [Reply] For module, we use module_init(), I am looking for the kernel > functions for built-in driver.

Re: Driver as built-in instead of module

2018-03-16 Thread MUHAMMED ASAD P T
Hi, Please check the answers in below email as inline. Thanks Regards - Asad IQ Root Technologies On Fri, 16 Mar 2018 13:51:00 +0530 Greg KH g...@kroah.com wrote On Fri, Mar 16, 2018 at 01:23:38PM +0530, MUHAMMED ASAD P T wrote: Hi, We need to add

Re: Driver as built-in instead of module

2018-03-16 Thread Greg KH
On Fri, Mar 16, 2018 at 01:23:38PM +0530, MUHAMMED ASAD P T wrote: > Hi, > > > > We need to add the driver as 'built in' in kernel. We had changed in kernel > configuration for our custom driver. But, when the kernel is booted up, it is > not calling the driver. what are the necessary steps

Driver as built-in instead of module

2018-03-16 Thread MUHAMMED ASAD P T
Hi, We need to add the driver as 'built in' in kernel. We had changed in kernel configuration for our custom driver. But, when the kernel is booted up, it is not calling the driver. what are the necessary steps to do this built-in to Kernel? Thanks Regards - Asad IQ Root