e to apply one patch and check in the change manually one by
>> one.
>
> If I understand correctly what you want to do, this shouldn't actually
> be too hard... Just create a new branch for the driver from your current
> HEAD, and rebase it to include only the relevant commits
u want to do, this shouldn't actually
be too hard... Just create a new branch for the driver from your current
HEAD, and rebase it to include only the relevant commits -- either using
rebase with --onto, or rebase -i. (The latter doesn't require much
understanding of how git works -- which, d