summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | thermal: exynos: Support for TMU regulator defined at device treeAmit Daniel Kachhap2013-08-131-0/+23
| | * | | | | | | thermal: exynos: Add hardware mode thermal calibration supportAmit Daniel Kachhap2013-08-134-1/+44
| | * | | | | | | thermal: exynos: Fix to set the second point correction valueAmit Daniel Kachhap2013-08-131-4/+9
| | * | | | | | | thermal: exynos: Add thermal configuration data for exynos5440 TMU sensorAmit Daniel Kachhap2013-08-133-0/+82
| | * | | | | | | thermal: exynos: Add driver support for exynos5440 TMU sensorAmit Daniel Kachhap2013-08-134-9/+90
| | * | | | | | | thermal: exynos: Add support to access common register for multistanceAmit Daniel Kachhap2013-08-131-0/+20
| | * | | | | | | thermal: exynos: use device resource management infrastructureAmit Daniel Kachhap2013-08-131-13/+23
| | * | | | | | | thermal: exynos: Add TMU features to check instead of using SOC typeAmit Daniel Kachhap2013-08-133-11/+52
| | * | | | | | | thermal: exynos: Add support to handle many instances of TMUAmit Daniel Kachhap2013-08-135-118/+203
| | * | | | | | | thermal: exynos: Remove non DT based supportAmit Daniel Kachhap2013-08-131-16/+1
| | * | | | | | | thermal: exynos: Make the zone handling use trip informationAmit Daniel Kachhap2013-08-133-28/+47
| | * | | | | | | thermal: exynos: Return success even if no cooling data suppliedAmit Daniel Kachhap2013-08-131-2/+2
| | * | | | | | | thermal: exynos: Modify private_data to appropriate name driver_dataAmit Daniel Kachhap2013-08-133-4/+4
| | * | | | | | | thermal: exynos: Add support for instance based register/unregisterAmit Daniel Kachhap2013-08-133-26/+49
| | * | | | | | | thermal: exynos: Fix to clear only the generated interruptsAmit Daniel Kachhap2013-08-132-6/+7
| | * | | | | | | thermal: exynos: Support thermal trippingAmit Daniel Kachhap2013-08-133-5/+44
| | * | | | | | | thermal: exynos: Move register definitions from driver to data fileAmit Daniel Kachhap2013-08-134-117/+315
| | * | | | | | | thermal: exynos: Add extra entries in the tmu platform dataAmit Daniel Kachhap2013-08-134-48/+85
| | * | | | | | | thermal: exynos: Add missing definations and code cleanupAmit Daniel Kachhap2013-08-131-16/+46
| | * | | | | | | thermal: exynos: Bifurcate exynos tmu driver and configuration dataAmit Daniel Kachhap2013-08-135-65/+126
| | * | | | | | | thermal: exynos: Move exynos_thermal.h from include/* to driver/* folderAmit Daniel Kachhap2013-08-134-21/+24
| | * | | | | | | thermal: exynos: Rename exynos_thermal.c to exynos_tmu.cAmit Daniel Kachhap2013-08-132-4/+4
| | * | | | | | | thermal: exynos: Bifurcate exynos thermal common and tmu controller codeAmit Daniel Kachhap2013-08-135-419/+491
| | * | | | | | | thermal: exynos: Remove un-necessary CPU_THERMAL dependencyAmit Daniel Kachhap2013-08-131-1/+0
| | * | | | | | | thermal: exynos: Use ARCH_HAS_BANDGAP config to know the supported soc'sAmit Daniel Kachhap2013-08-131-1/+1
| | * | | | | | | thermal: exynos: Moving exynos thermal files into samsung directoryAmit Daniel Kachhap2013-08-135-9/+19
| | |/ / / / / /
* | | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-09-1232-424/+1677
|\ \ \ \ \ \ \ \
| * | | | | | | | CIFS: Respect epoch value from create lease context v2Pavel Shilovsky2013-09-096-17/+71
| * | | | | | | | CIFS: Add create lease v2 context for SMB3Pavel Shilovsky2013-09-092-13/+73
| * | | | | | | | CIFS: Move parsing lease buffer to ops structPavel Shilovsky2013-09-093-17/+25
| * | | | | | | | CIFS: Move creating lease buffer to ops structPavel Shilovsky2013-09-093-45/+58
| * | | | | | | | CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky2013-09-0910-62/+174
| * | | | | | | | CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky2013-09-089-61/+64
| * | | | | | | | [CIFS] quiet sparse compile warningSteve French2013-09-081-0/+2
| * | | | | | | | cifs: Start using per session key for smb2/3 for signature generationShirish Pargaonkar2013-09-084-24/+67
| * | | | | | | | cifs: Add a variable specific to NTLMSSP for key exchange.Shirish Pargaonkar2013-09-083-2/+8
| * | | | | | | | cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar2013-09-084-29/+70
| * | | | | | | | CIFS: convert to use le32_add_cpu()Wei Yongjun2013-09-081-6/+2
| * | | | | | | | CIFS: Fix missing lease breakPavel Shilovsky2013-09-081-69/+80
| * | | | | | | | CIFS: Fix a memory leak when a lease break comesPavel Shilovsky2013-09-081-0/+1
| * | | | | | | | cifs: add winucase_convert.pl to Documentation/ directoryJeff Layton2013-09-081-0/+62
| * | | | | | | | cifs: convert case-insensitive dentry ops to use new case conversion routinesJeff Layton2013-09-081-8/+50
| * | | | | | | | cifs: add new case-insensitive conversion routines that are based on wchar_t'sJeff Layton2013-09-083-1/+664
| * | | | | | | | [CIFS] Add Scott to list of cifs contributorsSteve French2013-09-081-0/+1
| * | | | | | | | cifs: Move and expand MAX_SERVER_SIZE definitionScott Lovenberg2013-09-082-2/+2
| * | | | | | | | cifs: Expand max share name length to 256Scott Lovenberg2013-09-081-1/+2
| * | | | | | | | cifs: Move string length definitions to uapiScott Lovenberg2013-09-084-16/+38
| * | | | | | | | CIFS: Implement follow_link for nounix CIFS mountsPavel Shilovsky2013-09-084-71/+92
| * | | | | | | | CIFS: Implement follow_link for SMB2Pavel Shilovsky2013-09-0811-29/+103
| * | | | | | | | cifs: display iocharset= option in /proc/mountsJeff Layton2013-09-081-0/+15
OpenPOWER on IntegriCloud