Home
last modified time | relevance | path

Searched refs:CreatePatches (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/patman/
H A Dpatman.py142 cover_fname, args = gitutil.CreatePatches(options.start, options.count,
H A Dpatman142 cover_fname, args = gitutil.CreatePatches(options.start, options.count,
H A Dgitutil.py257 def CreatePatches(start, count, series): function