On Mon, Feb 15, 2016 at 3:44 PM, Rob Groner <rgro...@rtd.com> wrote:
>
>
> Is there some specific place/way I can find the specific kernel version when
> support for an arbitrary chip was added? An example is the Intel 82574
> Ethernet chip.  I’m finding that google is failing me for finding the
> specific kernel of inclusion.  This comes up somewhat often here at work
> (having to determine how far back our Linux support goes), so I’m trying to
> find the best way to determine this.

git log --reverse $driver
git describe --contains $SHA

-- 
Carlo Caione

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to