summaryrefslogtreecommitdiff
path: root/dissector_fuzz.sh
AgeCommit message (Collapse)AuthorFilesLines
2013-05-05misc: move file to source rootDaniel Borkmann1-0/+79
Only have Makefile specific folders in the project root where the binaries are stored, the rest should be part of the repository root. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
class='right'>2016-03-29 12:30:44 -0700 committerMark Brown <broonie@kernel.org>2016-03-30 08:46:15 -0700 commit0dbdb76c0ca8e7caf27c9a210f64c4359e2974a4 (patch) treeaee340f0583fafe77bcfdf11a9f042aa394021f8 /Documentation parent4f7d6dd4df8b388e2056c89b528254cdd79dea2a (diff)
regmap: mmio: Parse endianness definitions from DT
Since we changed to do formatting in the bus we now skip all the format parsing that the core does for its data marshalling code. This means that we skip the DT parsing it does which breaks some systems, we need to add an explict call in the MMIO code to do this. Reported-by: Alexander Stein <alexander.stein@systec-electronic.com> Tested-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')