aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/pch_phub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-01misc: pch_phub: Remove superfluous descriptions to non-existent args 'offset_address'Lee Jones1-2/+0
2020-07-01misc: pch_phub: Provide descriptions for 'chip' argumentLee Jones1-0/+7
2020-06-29misc/pch_phub.c: use generic power managementVaibhav Gupta1-39/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner1-13/+1
2019-02-01PCI: Move Rohm Vendor ID to generic listAndy Shevchenko1-1/+0
2017-08-28MISC: add const to bin_attribute structuresBhumika Goyal1-1/+1
2017-08-28misc: pch_phub: constify pci_device_id.Arvind Yadav1-1/+1
2016-08-31misc: pch_phub: Add UART_CLK quirk for Boston platformZubair Lutfullah Kakakhel1-0/+11
2016-08-31misc: pch_phub: Read prefetch value from device tree if passedZubair Lutfullah Kakakhel1-1/+8
2016-03-05pch_phub: return -ENODATA if ROM can't be mappedColin Ian King1-1/+3
2016-02-08pch_phub: use kobj_to_dev()Geliang Tang1-4/+2
2014-11-07pch_phub: Build context save/restore only for PMThierry Reding1-0/+2
2014-03-08pch_phub: Report error writing MAC back to userAlexander Stein1-1/+4
2013-06-06pch_phub: fix error return code in pch_phub_probe()Wei Yongjun1-19/+17
2013-06-03pch_phub: re-use native MAC address parserAndy Shevchenko1-6/+2
2012-11-21misc: remove use of __devexitBill Pemberton1-1/+1
2012-11-21misc: remove use of __devinitBill Pemberton1-1/+1
2012-11-21drivers/misc: remove use of __devexit_pBill Pemberton1-1/+1
2012-08-16pch_phub: use module_pci_driverDevendra Naga1-12/+1
2012-08-16pch_phub: fix sparse warningDevendra Naga1-1/+1
2012-04-18pch_phub: delete duplicate definitionsTomoya MORINAGA1-4/+0
2011-11-15pch_phub: Fix MAC address writing issue for LAPIS ML7831Tomoya MORINAGA1-1/+1
2011-11-15pch_phub: Improve ADE(Address Decode Enable) controlTomoya MORINAGA1-17/+34
2011-11-15pch_phub: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA1-4/+4
2011-11-15pch_phub: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA1-0/+20
2011-08-22pch_phub: use kernel's '%pM' format option to print MACAndy Shevchenko1-2/+1
2011-08-22pch_phub: Care FUNCSEL register in PMTomoya MORINAGA1-0/+7
2011-07-25Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-2/+2
2011-07-25drivers/misc/pch_phub.c: don't oops if dmi_get_system_info returns NULLAlexander Stein1-1/+4
2011-07-01pch_phub: Fix register miss-setting issueTomoya MORINAGA1-2/+2
2011-05-12pch_phub: Support new device ML7223Tomoya MORINAGA1-24/+129
2011-03-22drivers/misc/pch_phub.c: add MODULE_DEVICE_TABLEAxel Lin1-0/+1
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-0/+20
2011-03-14pch_uart: reference clock on CM-iTCDenis Turischev1-0/+16
2011-03-14pch_phub: add new device ML7213Tomoya MORINAGA1-22/+47
2011-02-03pch_phub: add new device ML7213Tomoya MORINAGA1-22/+47
2010-10-22pch_phub: fix build warningsGreg Kroah-Hartman1-5/+5
2010-10-22add Packet hub driver for Topcliff Platform controller hubMasayuki Ohtak1-0/+717