summaryrefslogtreecommitdiff
path: root/drivers/misc/swap_case.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-3/+3
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: pci: Update the PCI read_config() method to const dev *Simon Glass2020-02-051-4/+5
* sandbox: pci: Create a new sandbox_pci_read_bar() functionSimon Glass2019-10-081-15/+3
* sandbox: pci: Move pci_offset_to_barnum() to pci.hSimon Glass2019-10-081-5/+2
* sandbox: pci: Drop the get_devfn() methodSimon Glass2019-10-081-8/+0
* sandbox: swap_case: Use statics where possibleSimon Glass2019-10-081-5/+5
* sandbox: Rename PCI ID for swap_case to be more specificSimon Glass2019-10-081-2/+3
* test: dm: Add a test for PCI Enhanced AllocationAlex Marginean2019-07-101-1/+101
* test: dm: pci: Add cases for finding next PCI capability APIsBin Meng2018-11-141-0/+9
* test: dm: pci: Add cases for finding PCI capability APIsBin Meng2018-08-081-0/+21
* pci: sandbox: swap_case: Declare dynamic driver matchingBin Meng2018-08-081-0/+7
* pci: sandbox: swap_case: Preserve space indicator bit in BAR registersBin Meng2018-08-081-3/+5
* sandbox: swap_case: Increase number of base address regsSimon Glass2018-06-191-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* sandbox: Add missing errno.h includes in a few filesSimon Glass2015-05-141-0/+1
* dm: sandbox: Add a emulated PCI device as an exampleSimon Glass2015-04-181-0/+285