diff options
| author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-09-05 02:43:30 -0400 |
|---|---|---|
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-09-05 02:43:30 -0400 |
| commit | 91c2beb56b3ab5cf91fe04ddaeb69b90a22b5d36 (patch) | |
| tree | 86dbad225295d8a63048da48728381614c10e1a2 | |
| parent | 83c93e2bdfe33694032cc6d74e956755dd62e551 (diff) | |
| parent | f2110cb961200e5c382e9d0878ded015109b5dd6 (diff) | |
Merge remote-tracking branch 'agust/next' into next
From Anatolij:
<<
There are cleanups for some mpc5121 specific drivers and DTS files
in preparation to switch mpc5121 clock support to a clock driver
based on common clock framework. Additionally Sebastian fixed the
mpc52xx PIC driver so that it builds when using older gcc versions.
>>
148 files changed, 1363 insertions, 791 deletions
diff --git a/Documentation/DocBook/media_api.tmpl b/Documentation/DocBook/media_api.tmpl index 6a8b7158697f..9c92bb879b6d 100644 --- a/Documentation/DocBook/media_api.tmpl +++ b/Documentation/DocBook/media_api.tmpl | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <?xml version="1.0"?> | 1 | <?xml version="1.0"?> |
| 2 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" | 2 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
| 3 | "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ | 3 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ |
| 4 | <!ENTITY % media-entities SYSTEM "./media-entities.tmpl"> %media-entities; | 4 | <!ENTITY % media-entities SYSTEM "./media-entities.tmpl"> %media-entities; |
| 5 | <!ENTITY media-indices SYSTEM "./media-indices.tmpl"> | 5 | <!ENTITY media-indices SYSTEM "./media-indices.tmpl"> |
| 6 | 6 | ||
diff --git a/Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt b/Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt index a1ee681942cc..6113f9275f42 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | Required properties : | 4 | Required properties : |
| 5 | 5 | ||
| 6 | - reg : Offset and length of the register set for the device | 6 | - reg : Offset and length of the register set for the device |
| 7 | - compatible : Should be "marvell,mv64xxx-i2c" | 7 | - compatible : Should be "marvell,mv64xxx-i2c" or "allwinner,sun4i-i2c" |
| 8 | - interrupts : The interrupt number | 8 | - interrupts : The interrupt number |
| 9 | 9 | ||
| 10 | Optional properties : | 10 | Optional properties : |
diff --git a/Documentation/devicetree/bindings/regulator/palmas-pmic.txt b/Documentation/devicetree/bindings/regulator/palmas-pmic.txt index d5a308629c57..30b0581bb1ce 100644 --- a/Documentation/devicetree/bindings/regulator/palmas-pmic.txt +++ b/Documentation/devicetree/bindings/regulator/palmas-pmic.txt | |||
| @@ -31,9 +31,8 @@ Optional nodes: | |||
| 31 | Optional sub-node properties: | 31 | Optional sub-node properties: |
| 32 | ti,warm-reset - maintain voltage during warm reset(boolean) | 32 | ti,warm-reset - maintain voltage during warm reset(boolean) |
| 33 | ti,roof-floor - control voltage selection by pin(boolean) | 33 | ti,roof-floor - control voltage selection by pin(boolean) |
| 34 | ti,sleep-mode - mode to adopt in pmic sleep 0 - off, 1 - auto, | 34 | ti,mode-sleep - mode to adopt in pmic sleep 0 - off, 1 - auto, |
| 35 | 2 - eco, 3 - forced pwm | 35 | 2 - eco, 3 - forced pwm |
| 36 | ti,tstep - slope control 0 - Jump, 1 10mV/us, 2 5mV/us, 3 2.5mV/us | ||
| 37 | ti,smps-range - OTP has the wrong range set for the hardware so override | 36 | ti,smps-range - OTP has the wrong range set for the hardware so override |
| 38 | 0 - low range, 1 - high range. | 37 | 0 - low range, 1 - high range. |
| 39 | 38 | ||
| @@ -59,7 +58,6 @@ pmic { | |||
| 59 | ti,warm-reset; | 58 | ti,warm-reset; |
| 60 | ti,roof-floor; | 59 | ti,roof-floor; |
| 61 | ti,mode-sleep = <0>; | 60 | ti,mode-sleep = <0>; |
| 62 | ti,tstep = <0>; | ||
| 63 | ti,smps-range = <1>; | 61 | ti,smps-range = <1>; |
| 64 | }; | 62 | }; |
| 65 | 63 | ||
diff --git a/MAINTAINERS b/MAINTAINERS index defc05383f83..7cacc88dc79c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -965,6 +965,12 @@ M: Lennert Buytenhek <kernel@wantstofly.org> | |||
| 965 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 965 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
| 966 | S: Maintained | 966 | S: Maintained |
| 967 | 967 | ||
| 968 | ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE | ||
| 969 | M: Santosh Shilimkar <santosh.shilimkar@ti.com> | ||
| 970 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
| 971 | S: Maintained | ||
| 972 | F: arch/arm/mach-keystone/ | ||
| 973 | |||
| 968 | ARM/LOGICPD PXA270 MACHINE SUPPORT | 974 | ARM/LOGICPD PXA270 MACHINE SUPPORT |
| 969 | M: Lennert Buytenhek <kernel@wantstofly.org> | 975 | M: Lennert Buytenhek <kernel@wantstofly.org> |
| 970 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 976 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
| @@ -1259,7 +1265,6 @@ F: drivers/rtc/rtc-coh901331.c | |||
| 1259 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git | 1265 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git |
| 1260 | 1266 | ||
| 1261 | ARM/Ux500 ARM ARCHITECTURE | 1267 | ARM/Ux500 ARM ARCHITECTURE |
| 1262 | M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> | ||
| 1263 | M: Linus Walleij <linus.walleij@linaro.org> | 1268 | M: Linus Walleij <linus.walleij@linaro.org> |
| 1264 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 1269 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
| 1265 | S: Maintained | 1270 | S: Maintained |
| @@ -8664,6 +8669,11 @@ T: git git://git.alsa-project.org/alsa-kernel.git | |||
| 8664 | S: Maintained | 8669 | S: Maintained |
| 8665 | F: sound/usb/midi.* | 8670 | F: sound/usb/midi.* |
| 8666 | 8671 | ||
| 8672 | USB NETWORKING DRIVERS | ||
| 8673 | L: linux-usb@vger.kernel.org | ||
| 8674 | S: Odd Fixes | ||
| 8675 | F: drivers/net/usb/ | ||
| 8676 | |||
| 8667 | USB OHCI DRIVER | 8677 | USB OHCI DRIVER |
| 8668 | M: Alan Stern <stern@rowland.harvard.edu> | 8678 | M: Alan Stern <stern@rowland.harvard.edu> |
| 8669 | L: linux-usb@vger.kernel.org | 8679 | L: linux-usb@vger.kernel.org |
| @@ -1,7 +1,7 @@ | |||
| 1 | VERSION = 3 | 1 | VERSION = 3 |
| 2 | PATCHLEVEL = 11 | 2 | PATCHLEVEL = 11 |
| 3 | SUBLEVEL = 0 | 3 | SUBLEVEL = 0 |
| 4 | EXTRAVERSION = -rc4 | 4 | EXTRAVERSION = -rc5 |
| 5 | NAME = Linux for Workgroups | 5 | NAME = Linux for Workgroups |
| 6 | 6 | ||
| 7 | # *DOCUMENTATION* | 7 | # *DOCUMENTATION* |
diff --git a/arch/arm/boot/dts/msm8960-cdp.dts b/arch/arm/boot/dts/msm8960-cdp.dts index db2060c46540..9c1167b0459b 100644 --- a/arch/arm/boot/dts/msm8960-cdp.dts +++ b/arch/arm/boot/dts/msm8960-cdp.dts | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | cpu-offset = <0x80000>; | 26 | cpu-offset = <0x80000>; |
| 27 | }; | 27 | }; |
| 28 | 28 | ||
| 29 | msmgpio: gpio@fd510000 { | 29 | msmgpio: gpio@800000 { |
| 30 | compatible = "qcom,msm-gpio"; | 30 | compatible = "qcom,msm-gpio"; |
| 31 | gpio-controller; | 31 | gpio-controller; |
| 32 | #gpio-cells = <2>; | 32 | #gpio-cells = <2>; |
| @@ -34,7 +34,7 @@ | |||
| 34 | interrupts = <0 32 0x4>; | 34 | interrupts = <0 32 0x4>; |
| 35 | interrupt-controller; | 35 | interrupt-controller; |
| 36 | #interrupt-cells = <2>; | 36 | #interrupt-cells = <2>; |
| 37 | reg = <0xfd510000 0x4000>; | 37 | reg = <0x800000 0x4000>; |
| 38 | }; | 38 | }; |
| 39 | 39 | ||
| 40 | serial@16440000 { | 40 | serial@16440000 { |
diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts index 08b72678abff..65d7b601651c 100644 --- a/arch/arm/boot/dts/omap5-uevm.dts +++ b/arch/arm/boot/dts/omap5-uevm.dts | |||
| @@ -235,7 +235,7 @@ | |||
| 235 | }; | 235 | }; |
| 236 | 236 | ||
| 237 | &mmc1 { | 237 | &mmc1 { |
| 238 | vmmc-supply = <&vmmcsd_fixed>; | 238 | vmmc-supply = <&ldo9_reg>; |
| 239 | bus-width = <4>; | 239 | bus-width = <4>; |
| 240 | }; | 240 | }; |
| 241 | 241 | ||
| @@ -282,6 +282,7 @@ | |||
| 282 | 282 | ||
| 283 | regulators { | 283 | regulators { |
| 284 | smps123_reg: smps123 { | 284 | smps123_reg: smps123 { |
| 285 | /* VDD_OPP_MPU */ | ||
| 285 | regulator-name = "smps123"; | 286 | regulator-name = "smps123"; |
| 286 | regulator-min-microvolt = < 600000>; | 287 | regulator-min-microvolt = < 600000>; |
| 287 | regulator-max-microvolt = <1500000>; | 288 | regulator-max-microvolt = <1500000>; |
| @@ -290,6 +291,7 @@ | |||
| 290 | }; | 291 | }; |
| 291 | 292 | ||
| 292 | smps45_reg: smps45 { | 293 | smps45_reg: smps45 { |
| 294 | /* VDD_OPP_MM */ | ||
| 293 | regulator-name = "smps45"; | 295 | regulator-name = "smps45"; |
| 294 | regulator-min-microvolt = < 600000>; | 296 | regulator-min-microvolt = < 600000>; |
| 295 | regulator-max-microvolt = <1310000>; | 297 | regulator-max-microvolt = <1310000>; |
| @@ -298,6 +300,7 @@ | |||
| 298 | }; | 300 | }; |
| 299 | 301 | ||
| 300 | smps6_reg: smps6 { | 302 | smps6_reg: smps6 { |
| 303 | /* VDD_DDR3 - over VDD_SMPS6 */ | ||
| 301 | regulator-name = "smps6"; | 304 | regulator-name = "smps6"; |
| 302 | regulator-min-microvolt = <1200000>; | 305 | regulator-min-microvolt = <1200000>; |
| 303 | regulator-max-microvolt = <1200000>; | 306 | regulator-max-microvolt = <1200000>; |
| @@ -306,6 +309,7 @@ | |||
| 306 | }; | 309 | }; |
| 307 | 310 | ||
| 308 | smps7_reg: smps7 { | 311 | smps7_reg: smps7 { |
| 312 | /* VDDS_1v8_OMAP over VDDS_1v8_MAIN */ | ||
| 309 | regulator-name = "smps7"; | 313 | regulator-name = "smps7"; |
| 310 | regulator-min-microvolt = <1800000>; | 314 | regulator-min-microvolt = <1800000>; |
| 311 | regulator-max-microvolt = <1800000>; | 315 | regulator-max-microvolt = <1800000>; |
| @@ -314,6 +318,7 @@ | |||
| 314 | }; | 318 | }; |
| 315 | 319 | ||
| 316 | smps8_reg: smps8 { | 320 | smps8_reg: smps8 { |
| 321 | /* VDD_OPP_CORE */ | ||
| 317 | regulator-name = "smps8"; | 322 | regulator-name = "smps8"; |
| 318 | regulator-min-microvolt = < 600000>; | 323 | regulator-min-microvolt = < 600000>; |
| 319 | regulator-max-microvolt = <1310000>; | 324 | regulator-max-microvolt = <1310000>; |
| @@ -322,15 +327,15 @@ | |||
| 322 | }; | 327 | }; |
| 323 | 328 | ||
| 324 | smps9_reg: smps9 { | 329 | smps9_reg: smps9 { |
| 330 | /* VDDA_2v1_AUD over VDD_2v1 */ | ||
| 325 | regulator-name = "smps9"; | 331 | regulator-name = "smps9"; |
| 326 | regulator-min-microvolt = <2100000>; | 332 | regulator-min-microvolt = <2100000>; |
| 327 | regulator-max-microvolt = <2100000>; | 333 | regulator-max-microvolt = <2100000>; |
| 328 | regulator-always-on; | ||
| 329 | regulator-boot-on; | ||
| 330 | ti,smps-range = <0x80>; | 334 | ti,smps-range = <0x80>; |
| 331 | }; | 335 | }; |
| 332 | 336 | ||
| 333 | smps10_reg: smps10 { | 337 | smps10_reg: smps10 { |
| 338 | /* VBUS_5V_OTG */ | ||
| 334 | regulator-name = "smps10"; | 339 | regulator-name = "smps10"; |
| 335 | regulator-min-microvolt = <5000000>; | 340 | regulator-min-microvolt = <5000000>; |
| 336 | regulator-max-microvolt = <5000000>; | 341 | regulator-max-microvolt = <5000000>; |
| @@ -339,38 +344,40 @@ | |||
| 339 | }; | 344 | }; |
| 340 | 345 | ||
| 341 | ldo1_reg: ldo1 { | 346 | ldo1_reg: ldo1 { |
| 347 | /* VDDAPHY_CAM: vdda_csiport */ | ||
| 342 | regulator-name = "ldo1"; | 348 | regulator-name = "ldo1"; |
| 343 | regulator-min-microvolt = <2800000>; | 349 | regulator-min-microvolt = <1500000>; |
| 344 | regulator-max-microvolt = <2800000>; | 350 | regulator-max-microvolt = <1800000>; |
| 345 | regulator-always-on; | ||
| 346 | regulator-boot-on; | ||
| 347 | }; | 351 | }; |
| 348 | 352 | ||
| 349 | ldo2_reg: ldo2 { | 353 | ldo2_reg: ldo2 { |
| 354 | /* VCC_2V8_DISP: Does not go anywhere */ | ||
| 350 | regulator-name = "ldo2"; | 355 | regulator-name = "ldo2"; |
| 351 | regulator-min-microvolt = <2900000>; | 356 | regulator-min-microvolt = <2800000>; |
| 352 | regulator-max-microvolt = <2900000>; | 357 | regulator-max-microvolt = <2800000>; |
| 353 | regulator-always-on; | 358 | /* Unused */ |
| 354 | regulator-boot-on; | 359 | status = "disabled"; |
| 355 | }; | 360 | }; |
| 356 | 361 | ||
| 357 | ldo3_reg: ldo3 { | 362 | ldo3_reg: ldo3 { |
| 363 | /* VDDAPHY_MDM: vdda_lli */ | ||
| 358 | regulator-name = "ldo3"; | 364 | regulator-name = "ldo3"; |
| 359 | regulator-min-microvolt = <3000000>; | 365 | regulator-min-microvolt = <1500000>; |
| 360 | regulator-max-microvolt = <3000000>; | 366 | regulator-max-microvolt = <1500000>; |
| 361 | regulator-always-on; | ||
| 362 | regulator-boot-on; | 367 | regulator-boot-on; |
| 368 | /* Only if Modem is used */ | ||
| 369 | status = "disabled"; | ||
| 363 | }; | 370 | }; |
| 364 | 371 | ||
| 365 | ldo4_reg: ldo4 { | 372 | ldo4_reg: ldo4 { |
| 373 | /* VDDAPHY_DISP: vdda_dsiport/hdmi */ | ||
| 366 | regulator-name = "ldo4"; | 374 | regulator-name = "ldo4"; |
| 367 | regulator-min-microvolt = <2200000>; | 375 | regulator-min-microvolt = <1500000>; |
| 368 | regulator-max-microvolt = <2200000>; | 376 | regulator-max-microvolt = <1800000>; |
| 369 | regulator-always-on; | ||
| 370 | regulator-boot-on; | ||
| 371 | }; | 377 | }; |
| 372 | 378 | ||
| 373 | ldo5_reg: ldo5 { | 379 | ldo5_reg: ldo5 { |
| 380 | /* VDDA_1V8_PHY: usb/sata/hdmi.. */ | ||
| 374 | regulator-name = "ldo5"; | 381 | regulator-name = "ldo5"; |
| 375 | regulator-min-microvolt = <1800000>; | 382 | regulator-min-microvolt = <1800000>; |
| 376 | regulator-max-microvolt = <1800000>; | 383 | regulator-max-microvolt = <1800000>; |
| @@ -379,38 +386,43 @@ | |||
| 379 | }; | 386 | }; |
| 380 | 387 | ||
| 381 | ldo6_reg: ldo6 { | 388 | ldo6_reg: ldo6 { |
| 389 | /* VDDS_1V2_WKUP: hsic/ldo_emu_wkup */ | ||
| 382 | regulator-name = "ldo6"; | 390 | regulator-name = "ldo6"; |
| 383 | regulator-min-microvolt = <1500000>; | 391 | regulator-min-microvolt = <1200000>; |
| 384 | regulator-max-microvolt = <1500000>; | 392 | regulator-max-microvolt = <1200000>; |
| 385 | regulator-always-on; | 393 | regulator-always-on; |
| 386 | regulator-boot-on; | 394 | regulator-boot-on; |
| 387 | }; | 395 | }; |
| 388 | 396 | ||
| 389 | ldo7_reg: ldo7 { | 397 | ldo7_reg: ldo7 { |
| 398 | /* VDD_VPP: vpp1 */ | ||
| 390 | regulator-name = "ldo7"; | 399 | regulator-name = "ldo7"; |
| 391 | regulator-min-microvolt = <1500000>; | 400 | regulator-min-microvolt = <2000000>; |
| 392 | regulator-max-microvolt = <1500000>; | 401 | regulator-max-microvolt = <2000000>; |
| 393 | regulator-always-on; | 402 | /* Only for efuse reprograming! */ |
| 394 | regulator-boot-on; | 403 | status = "disabled"; |
| 395 | }; | 404 | }; |
| 396 | 405 | ||
| 397 | ldo8_reg: ldo8 { | 406 | ldo8_reg: ldo8 { |
| 407 | /* VDD_3v0: Does not go anywhere */ | ||
| 398 | regulator-name = "ldo8"; | 408 | regulator-name = "ldo8"; |
| 399 | regulator-min-microvolt = <1500000>; | 409 | regulator-min-microvolt = <3000000>; |
| 400 | regulator-max-microvolt = <1500000>; | 410 | regulator-max-microvolt = <3000000>; |
| 401 | regulator-always-on; | ||
| 402 | regulator-boot-on; | 411 | regulator-boot-on; |
| 412 | /* Unused */ | ||
| 413 | status = "disabled"; | ||
| 403 | }; | 414 | }; |
| 404 | 415 | ||
| 405 | ldo9_reg: ldo9 { | 416 | ldo9_reg: ldo9 { |
| 417 | /* VCC_DV_SDIO: vdds_sdcard */ | ||
| 406 | regulator-name = "ldo9"; | 418 | regulator-name = "ldo9"; |
| 407 | regulator-min-microvolt = <1800000>; | 419 | regulator-min-microvolt = <1800000>; |
| 408 | regulator-max-microvolt = <3300000>; | 420 | regulator-max-microvolt = <3000000>; |
| 409 | regulator-always-on; | ||
| 410 | regulator-boot-on; | 421 | regulator-boot-on; |
| 411 | }; | 422 | }; |
| 412 | 423 | ||
| 413 | ldoln_reg: ldoln { | 424 | ldoln_reg: ldoln { |
| 425 | /* VDDA_1v8_REF: vdds_osc/mm_l4per.. */ | ||
| 414 | regulator-name = "ldoln"; | 426 | regulator-name = "ldoln"; |
| 415 | regulator-min-microvolt = <1800000>; | 427 | regulator-min-microvolt = <1800000>; |
| 416 | regulator-max-microvolt = <1800000>; | 428 | regulator-max-microvolt = <1800000>; |
| @@ -419,12 +431,20 @@ | |||
| 419 | }; | 431 | }; |
| 420 | 432 | ||
| 421 | ldousb_reg: ldousb { | 433 | ldousb_reg: ldousb { |
| 434 | /* VDDA_3V_USB: VDDA_USBHS33 */ | ||
| 422 | regulator-name = "ldousb"; | 435 | regulator-name = "ldousb"; |
| 423 | regulator-min-microvolt = <3250000>; | 436 | regulator-min-microvolt = <3250000>; |
| 424 | regulator-max-microvolt = <3250000>; | 437 | regulator-max-microvolt = <3250000>; |
| 425 | regulator-always-on; | 438 | regulator-always-on; |
| 426 | regulator-boot-on; | 439 | regulator-boot-on; |
| 427 | }; | 440 | }; |
| 441 | |||
| 442 | regen3_reg: regen3 { | ||
| 443 | /* REGEN3 controls LDO9 supply to card */ | ||
| 444 | regulator-name = "regen3"; | ||
| 445 | regulator-always-on; | ||
| 446 | regulator-boot-on; | ||
| 447 | }; | ||
| 428 | }; | 448 | }; |
| 429 | }; | 449 | }; |
| 430 | }; | 450 | }; |
diff --git a/arch/arm/boot/dts/stih41x.dtsi b/arch/arm/boot/dts/stih41x.dtsi index 7321403cab8a..f5b9898d9c6e 100644 --- a/arch/arm/boot/dts/stih41x.dtsi +++ b/arch/arm/boot/dts/stih41x.dtsi | |||
| @@ -6,10 +6,12 @@ | |||
| 6 | #address-cells = <1>; | 6 | #address-cells = <1>; |
| 7 | #size-cells = <0>; | 7 | #size-cells = <0>; |
| 8 | cpu@0 { | 8 | cpu@0 { |
| 9 | device_type = "cpu"; | ||
| 9 | compatible = "arm,cortex-a9"; | 10 | compatible = "arm,cortex-a9"; |
| 10 | reg = <0>; | 11 | reg = <0>; |
| 11 | }; | 12 | }; |
| 12 | cpu@1 { | 13 | cpu@1 { |
| 14 | device_type = "cpu"; | ||
| 13 | compatible = "arm,cortex-a9"; | 15 | compatible = "arm,cortex-a9"; |
| 14 | reg = <1>; | 16 | reg = <1>; |
| 15 | }; | 17 | }; |
diff --git a/arch/arm/boot/dts/tegra20-colibri-512.dtsi b/arch/arm/boot/dts/tegra20-colibri-512.dtsi index 2fcb3f2ca160..5592be6f2f7a 100644 --- a/arch/arm/boot/dts/tegra20-colibri-512.dtsi +++ b/arch/arm/boot/dts/tegra20-colibri-512.dtsi | |||
| @@ -457,6 +457,7 @@ | |||
| 457 | }; | 457 | }; |
| 458 | 458 | ||
| 459 | usb-phy@c5004000 { | 459 | usb-phy@c5004000 { |
| 460 | status = "okay"; | ||
| 460 | nvidia,phy-reset-gpio = <&gpio TEGRA_GPIO(V, 1) | 461 | nvidia,phy-reset-gpio = <&gpio TEGRA_GPIO(V, 1) |
| 461 | GPIO_ACTIVE_LOW>; | 462 | GPIO_ACTIVE_LOW>; |
| 462 | }; | 463 | }; |
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig index 614e41e7881b..905efc8cac79 100644 --- a/arch/arm/mach-msm/Kconfig +++ b/arch/arm/mach-msm/Kconfig | |||
| @@ -121,8 +121,7 @@ config MSM_SMD | |||
| 121 | bool | 121 | bool |
| 122 | 122 | ||
| 123 | config MSM_GPIOMUX | 123 | config MSM_GPIOMUX |
| 124 | depends on !(ARCH_MSM8X60 || ARCH_MSM8960) | 124 | bool |
| 125 | bool "MSM V1 TLMM GPIOMUX architecture" | ||
| 126 | help | 125 | help |
| 127 | Support for MSM V1 TLMM GPIOMUX architecture. | 126 | Support for MSM V1 TLMM GPIOMUX architecture. |
| 128 | 127 | ||
diff --git a/arch/arm/mach-msm/gpiomux-v1.c b/arch/arm/mach-msm/gpiomux-v1.c deleted file mode 100644 index 27de2abd7144..000000000000 --- a/arch/arm/mach-msm/gpiomux-v1.c +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | /* Copyright (c) 2010, Code Aurora Forum. All rights reserved. | ||
| 2 | * | ||
| 3 | * This program is free software; you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License version 2 and | ||
| 5 | * only version 2 as published by the Free Software Foundation. | ||
| 6 | * | ||
| 7 | * This program is distributed in the hope that it will be useful, | ||
| 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 10 | * GNU General Public License for more details. | ||
| 11 | * | ||
| 12 | * You should have received a copy of the GNU General Public License | ||
| 13 | * along with this program; if not, write to the Free Software | ||
| 14 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
| 15 | * 02110-1301, USA. | ||
| 16 | */ | ||
| 17 | #include <linux/kernel.h> | ||
| 18 | #include "gpiomux.h" | ||
| 19 | #include "proc_comm.h" | ||
| 20 | |||
| 21 | void __msm_gpiomux_write(unsigned gpio, gpiomux_config_t val) | ||
| 22 | { | ||
| 23 | unsigned tlmm_config = (val & ~GPIOMUX_CTL_MASK) | | ||
| 24 | ((gpio & 0x3ff) << 4); | ||
| 25 | unsigned tlmm_disable = 0; | ||
| 26 | int rc; | ||
| 27 | |||
| 28 | rc = msm_proc_comm(PCOM_RPC_GPIO_TLMM_CONFIG_EX, | ||
| 29 | &tlmm_config, &tlmm_disable); | ||
| 30 | if (rc) | ||
| 31 | pr_err("%s: unexpected proc_comm failure %d: %08x %08x\n", | ||
| 32 | __func__, rc, tlmm_config, tlmm_disable); | ||
| 33 | } | ||
diff --git a/arch/arm/mach-msm/gpiomux.h b/arch/arm/mach-msm/gpiomux.h index 8e82f41a8923..4410d7766f93 100644 --- a/arch/arm/mach-msm/gpiomux.h +++ b/arch/arm/mach-msm/gpiomux.h | |||
| @@ -73,16 +73,6 @@ extern struct msm_gpiomux_config msm_gpiomux_configs[GPIOMUX_NGPIOS]; | |||
| 73 | int msm_gpiomux_write(unsigned gpio, | 73 | int msm_gpiomux_write(unsigned gpio, |
| 74 | gpiomux_config_t active, | 74 | gpiomux_config_t active, |
| 75 | gpiomux_config_t suspended); | 75 | gpiomux_config_t suspended); |
| 76 | |||
| 77 | /* Architecture-internal function for use by the framework only. | ||
| 78 | * This function can assume the following: | ||
| 79 | * - the gpio value has passed a bounds-check | ||
| 80 | * - the gpiomux spinlock has been obtained | ||
| 81 | * | ||
| 82 | * This function is not for public consumption. External users | ||
| 83 | * should use msm_gpiomux_write. | ||
| 84 | */ | ||
| 85 | void __msm_gpiomux_write(unsigned gpio, gpiomux_config_t val); | ||
| 86 | #else | 76 | #else |
| 87 | static inline int msm_gpiomux_write(unsigned gpio, | 77 | static inline int msm_gpiomux_write(unsigned gpio, |
| 88 | gpiomux_config_t active, | 78 | gpiomux_config_t active, |
diff --git a/arch/arm/mach-omap2/dss-common.c b/arch/arm/mach-omap2/dss-common.c index 393aeefaebb0..043e5705f2a6 100644 --- a/arch/arm/mach-omap2/dss-common.c +++ b/arch/arm/mach-omap2/dss-common.c | |||
| @@ -42,7 +42,7 @@ | |||
| 42 | 42 | ||
| 43 | /* Using generic display panel */ | 43 | /* Using generic display panel */ |
| 44 | static struct tfp410_platform_data omap4_dvi_panel = { | 44 | static struct tfp410_platform_data omap4_dvi_panel = { |
| 45 | .i2c_bus_num = 3, | 45 | .i2c_bus_num = 2, |
| 46 | .power_down_gpio = PANDA_DVI_TFP410_POWER_DOWN_GPIO, | 46 | .power_down_gpio = PANDA_DVI_TFP410_POWER_DOWN_GPIO, |
| 47 | }; | 47 | }; |
| 48 | 48 | ||
diff --git a/arch/arm/mach-omap2/omap_device.c b/arch/arm/mach-omap2/omap_device.c index 5cc92874be7e..f99f68e1e85b 100644 --- a/arch/arm/mach-omap2/omap_device.c +++ b/arch/arm/mach-omap2/omap_device.c | |||
| @@ -129,6 +129,7 @@ static int omap_device_build_from_dt(struct platform_device *pdev) | |||
| 129 | struct device_node *node = pdev->dev.of_node; | 129 | struct device_node *node = pdev->dev.of_node; |
| 130 | const char *oh_name; | 130 | const char *oh_name; |
| 131 | int oh_cnt, i, ret = 0; | 131 | int oh_cnt, i, ret = 0; |
| 132 | bool device_active = false; | ||
| 132 | 133 | ||
| 133 | oh_cnt = of_property_count_strings(node, "ti,hwmods"); | 134 | oh_cnt = of_property_count_strings(node, "ti,hwmods"); |
| 134 | if (oh_cnt <= 0) { | 135 | if (oh_cnt <= 0) { |
| @@ -152,6 +153,8 @@ static int omap_device_build_from_dt(struct platform_device *pdev) | |||
| 152 | goto odbfd_exit1; | 153 | goto odbfd_exit1; |
| 153 | } | 154 | } |
| 154 | hwmods[i] = oh; | 155 | hwmods[i] = oh; |
| 156 | if (oh->flags & HWMOD_INIT_NO_IDLE) | ||
| 157 | device_active = true; | ||
| 155 | } | 158 | } |
| 156 | 159 | ||
| 157 | od = omap_device_alloc(pdev, hwmods, oh_cnt); | 160 | od = omap_device_alloc(pdev, hwmods, oh_cnt); |
| @@ -172,6 +175,11 @@ static int omap_device_build_from_dt(struct platform_device *pdev) | |||
| 172 | 175 | ||
| 173 | pdev->dev.pm_domain = &omap_device_pm_domain; | 176 | pdev->dev.pm_domain = &omap_device_pm_domain; |
| 174 | 177 | ||
| 178 | if (device_active) { | ||
| 179 | omap_device_enable(pdev); | ||
| 180 | pm_runtime_set_active(&pdev->dev); | ||
| 181 | } | ||
| 182 | |||
| 175 | odbfd_exit1: | 183 | odbfd_exit1: |
| 176 | kfree(hwmods); | 184 | kfree(hwmods); |
| 177 | odbfd_exit: | 185 | odbfd_exit: |
| @@ -842,6 +850,7 @@ static int __init omap_device_late_idle(struct device *dev, void *data) | |||
| 842 | { | 850 | { |
| 843 | struct platform_device *pdev = to_platform_device(dev); | 851 | struct platform_device *pdev = to_platform_device(dev); |
| 844 | struct omap_device *od = to_omap_device(pdev); | 852 | struct omap_device *od = to_omap_device(pdev); |
| 853 | int i; | ||
| 845 | 854 | ||
| 846 | if (!od) | 855 | if (!od) |
| 847 | return 0; | 856 | return 0; |
| @@ -850,6 +859,15 @@ static int __init omap_device_late_idle(struct device *dev, void *data) | |||
| 850 | * If omap_device state is enabled, but has no driver bound, | 859 | * If omap_device state is enabled, but has no driver bound, |
| 851 | * idle it. | 860 | * idle it. |
| 852 | */ | 861 | */ |
| 862 | |||
| 863 | /* | ||
| 864 | * Some devices (like memory controllers) are always kept | ||
| 865 | * enabled, and should not be idled even with no drivers. | ||
| 866 | */ | ||
| 867 | for (i = 0; i < od->hwmods_cnt; i++) | ||
| 868 | if (od->hwmods[i]->flags & HWMOD_INIT_NO_IDLE) | ||
| 869 | return 0; | ||
| 870 | |||
| 853 | if (od->_driver_status != BUS_NOTIFY_BOUND_DRIVER) { | 871 | if (od->_driver_status != BUS_NOTIFY_BOUND_DRIVER) { |
| 854 | if (od->_state == OMAP_DEVICE_STATE_ENABLED) { | 872 | if (od->_state == OMAP_DEVICE_STATE_ENABLED) { |
| 855 | dev_warn(dev, "%s: enabled but no driver. Idling\n", | 873 | dev_warn(dev, "%s: enabled but no driver. Idling\n", |
diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c index 7341eff63f56..7f4db12b1459 100644 --- a/arch/arm/mach-omap2/omap_hwmod.c +++ b/arch/arm/mach-omap2/omap_hwmod.c | |||
| @@ -2386,7 +2386,7 @@ static void __init _init_mpu_rt_base(struct omap_hwmod *oh, void *data) | |||
| 2386 | 2386 | ||
| 2387 | np = of_dev_hwmod_lookup(of_find_node_by_name(NULL, "ocp"), oh); | 2387 | np = of_dev_hwmod_lookup(of_find_node_by_name(NULL, "ocp"), oh); |
| 2388 | if (np) | 2388 | if (np) |
| 2389 | va_start = of_iomap(np, 0); | 2389 | va_start = of_iomap(np, oh->mpu_rt_idx); |
| 2390 | } else { | 2390 | } else { |
| 2391 | va_start = ioremap(mem->pa_start, mem->pa_end - mem->pa_start); | 2391 | va_start = ioremap(mem->pa_start, mem->pa_end - mem->pa_start); |
| 2392 | } | 2392 | } |
diff --git a/arch/arm/mach-omap2/omap_hwmod.h b/arch/arm/mach-omap2/omap_hwmod.h index aab33fd814c0..e1482a9b3bc2 100644 --- a/arch/arm/mach-omap2/omap_hwmod.h +++ b/arch/arm/mach-omap2/omap_hwmod.h | |||
| @@ -95,6 +95,54 @@ extern struct omap_hwmod_sysc_fields omap_hwmod_sysc_type3; | |||
| 95 | #define MODULEMODE_HWCTRL 1 | 95 | #define MODULEMODE_HWCTRL 1 |
| 96 | #define MODULEMODE_SWCTRL 2 | 96 | #define MODULEMODE_SWCTRL 2 |
| 97 | 97 | ||
| 98 | #define DEBUG_OMAP2UART1_FLAGS 0 | ||
| 99 | #define DEBUG_OMAP2UART2_FLAGS 0 | ||
| 100 | #define DEBUG_OMAP2UART3_FLAGS 0 | ||
| 101 | #define DEBUG_OMAP3UART3_FLAGS 0 | ||
| 102 | #define DEBUG_OMAP3UART4_FLAGS 0 | ||
| 103 | #define DEBUG_OMAP4UART3_FLAGS 0 | ||
| 104 | #define DEBUG_OMAP4UART4_FLAGS 0 | ||
| 105 | #define DEBUG_TI81XXUART1_FLAGS 0 | ||
| 106 | #define DEBUG_TI81XXUART2_FLAGS 0 | ||
| 107 | #define DEBUG_TI81XXUART3_FLAGS 0 | ||
| 108 | #define DEBUG_AM33XXUART1_FLAGS 0 | ||
| 109 | |||
| 110 | #define DEBUG_OMAPUART_FLAGS (HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET) | ||
| 111 | |||
| 112 | #if defined(CONFIG_DEBUG_OMAP2UART1) | ||
| 113 | #undef DEBUG_OMAP2UART1_FLAGS | ||
| 114 | #define DEBUG_OMAP2UART1_FLAGS DEBUG_OMAPUART_FLAGS | ||
| 115 | #elif defined(CONFIG_DEBUG_OMAP2UART2) | ||
| 116 | #undef DEBUG_OMAP2UART2_FLAGS | ||
| 117 | #define DEBUG_OMAP2UART2_FLAGS DEBUG_OMAPUART_FLAGS | ||
| 118 | #elif defined(CONFIG_DEBUG_OMAP2UART3) | ||
| 119 | #undef DEBUG_OMAP2UART3_FLAGS | ||
| 120 | #define DEBUG_OMAP2UART3_FLAGS DEBUG_OMAPUART_FLAGS | ||
| 121 | #elif defined(CONFIG_DEBUG_OMAP3UART3) | ||
| 122 | #undef DEBUG_OMAP3UART3_FLAGS | ||
| 123 | #define DEBUG_OMAP3UART3_FLAGS DEBUG_OMAPUART_FLAGS | ||
| 124 | #elif defined(CONFIG_DEBUG_OMAP3UART4) | ||
| 125 | #undef DEBUG_OMAP3UART4_FLAGS | ||
| 126 | #define DEBUG_OMAP3UART4_FLAGS DEBUG_OMAPUART_FLAGS | ||
| 127 | #elif defined(CONFIG_DEBUG_OMAP4UART3) | ||
| 128 | #undef DEBUG_OMAP4UART3_FLAGS | ||
| 129 | #define DEBUG_OMAP4UART3_FLAGS DEBUG_OMAPUART_FLAGS | ||
| 130 | #elif defined(CONFIG_DEBUG_OMAP4UART4) | ||
| 131 | #undef DEBUG_OMAP4UART4_FLAGS | ||
| 132 | #define DEBUG_OMAP4UART4_FLAGS DEBUG_OMAPUART_FLAGS | ||
| 133 | #elif defined(CONFIG_DEBUG_TI81XXUART1) | ||
| 134 | #undef DEBUG_TI81XXUART1_FLAGS | ||
| 135 | #define DEBUG_TI81XXUART1_FLAGS DEBUG_OMAPUART_FLAGS | ||
| 136 | #elif defined(CONFIG_DEBUG_TI81XXUART2) | ||
| 137 | #undef DEBUG_TI81XXUART2_FLAGS | ||
| 138 | #define DEBUG_TI81XXUART2_FLAGS DEBUG_OMAPUART_FLAGS | ||
| 139 | #elif defined(CONFIG_DEBUG_TI81XXUART3) | ||
| 140 | #undef DEBUG_TI81XXUART3_FLAGS | ||
| 141 | #define DEBUG_TI81XXUART3_FLAGS DEBUG_OMAPUART_FLAGS | ||
| 142 | #elif defined(CONFIG_DEBUG_AM33XXUART1) | ||
| 143 | #undef DEBUG_AM33XXUART1_FLAGS | ||
| 144 | #define DEBUG_AM33XXUART1_FLAGS DEBUG_OMAPUART_FLAGS | ||
| 145 | #endif | ||
| 98 | 146 | ||
| 99 | /** | 147 | /** |
| 100 | * struct omap_hwmod_mux_info - hwmod specific mux configuration | 148 | * struct omap_hwmod_mux_info - hwmod specific mux configuration |
| @@ -568,6 +616,7 @@ struct omap_hwmod_link { | |||
| 568 | * @voltdm: pointer to voltage domain (filled in at runtime) | 616 | * @voltdm: pointer to voltage domain (filled in at runtime) |
| 569 | * @dev_attr: arbitrary device attributes that can be passed to the driver | 617 | * @dev_attr: arbitrary device attributes that can be passed to the driver |
| 570 | * @_sysc_cache: internal-use hwmod flags | 618 | * @_sysc_cache: internal-use hwmod flags |
| 619 | * @mpu_rt_idx: index of device address space for register target (for DT boot) | ||
| 571 | * @_mpu_rt_va: cached register target start address (internal use) | 620 | * @_mpu_rt_va: cached register target start address (internal use) |
| 572 | * @_mpu_port: cached MPU register target slave (internal use) | 621 | * @_mpu_port: cached MPU register target slave (internal use) |
| 573 | * @opt_clks_cnt: number of @opt_clks | 622 | * @opt_clks_cnt: number of @opt_clks |
| @@ -617,6 +666,7 @@ struct omap_hwmod { | |||
| 617 | struct list_head node; | 666 | struct list_head node; |
| 618 | struct omap_hwmod_ocp_if *_mpu_port; | 667 | struct omap_hwmod_ocp_if *_mpu_port; |
| 619 | u16 flags; | 668 | u16 flags; |
| 669 | u8 mpu_rt_idx; | ||
| 620 | u8 response_lat; | 670 | u8 response_lat; |
| 621 | u8 rst_lines_cnt; | 671 | u8 rst_lines_cnt; |
| 622 | u8 opt_clks_cnt; | 672 | u8 opt_clks_cnt; |
diff --git a/arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c b/arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c index d05fc7b54567..56cebb05509e 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | |||
| @@ -512,7 +512,7 @@ struct omap_hwmod omap2xxx_uart1_hwmod = { | |||
| 512 | .mpu_irqs = omap2_uart1_mpu_irqs, | 512 | .mpu_irqs = omap2_uart1_mpu_irqs, |
| 513 | .sdma_reqs = omap2_uart1_sdma_reqs, | 513 | .sdma_reqs = omap2_uart1_sdma_reqs, |
| 514 | .main_clk = "uart1_fck", | 514 | .main_clk = "uart1_fck", |
| 515 | .flags = HWMOD_SWSUP_SIDLE_ACT, | 515 | .flags = DEBUG_OMAP2UART1_FLAGS | HWMOD_SWSUP_SIDLE_ACT, |
| 516 | .prcm = { | 516 | .prcm = { |
| 517 | .omap2 = { | 517 | .omap2 = { |
| 518 | .module_offs = CORE_MOD, | 518 | .module_offs = CORE_MOD, |
| @@ -532,7 +532,7 @@ struct omap_hwmod omap2xxx_uart2_hwmod = { | |||
| 532 | .mpu_irqs = omap2_uart2_mpu_irqs, | 532 | .mpu_irqs = omap2_uart2_mpu_irqs, |
| 533 | .sdma_reqs = omap2_uart2_sdma_reqs, | 533 | .sdma_reqs = omap2_uart2_sdma_reqs, |
| 534 | .main_clk = "uart2_fck", | 534 | .main_clk = "uart2_fck", |
| 535 | .flags = HWMOD_SWSUP_SIDLE_ACT, | 535 | .flags = DEBUG_OMAP2UART2_FLAGS | HWMOD_SWSUP_SIDLE_ACT, |
| 536 | .prcm = { | 536 | .prcm = { |
| 537 | .omap2 = { | 537 | .omap2 = { |
| 538 | .module_offs = CORE_MOD, | 538 | .module_offs = CORE_MOD, |
| @@ -552,7 +552,7 @@ struct omap_hwmod omap2xxx_uart3_hwmod = { | |||
| 552 | .mpu_irqs = omap2_uart3_mpu_irqs, | 552 | .mpu_irqs = omap2_uart3_mpu_irqs, |
| 553 | .sdma_reqs = omap2_uart3_sdma_reqs, | 553 | .sdma_reqs = omap2_uart3_sdma_reqs, |
| 554 | .main_clk = "uart3_fck", | 554 | .main_clk = "uart3_fck", |
| 555 | .flags = HWMOD_SWSUP_SIDLE_ACT, | 555 | .flags = DEBUG_OMAP2UART3_FLAGS | HWMOD_SWSUP_SIDLE_ACT, |
| 556 | .prcm = { | 556 | .prcm = { |
| 557 | .omap2 = { | 557 | .omap2 = { |
| 558 | .module_offs = CORE_MOD, | 558 | .module_offs = CORE_MOD, |
diff --git a/arch/arm/mach-omap2/omap_hwmod_33xx_data.c b/arch/arm/mach-omap2/omap_hwmod_33xx_data.c index 28bbd56346a9..eb2f3b93b51c 100644 --- a/arch/arm/mach-omap2/omap_hwmod_33xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_33xx_data.c | |||
| @@ -562,6 +562,7 @@ static struct omap_hwmod am33xx_cpgmac0_hwmod = { | |||
| 562 | .clkdm_name = "cpsw_125mhz_clkdm", | 562 | .clkdm_name = "cpsw_125mhz_clkdm", |
| 563 | .flags = (HWMOD_SWSUP_SIDLE | HWMOD_SWSUP_MSTANDBY), | 563 | .flags = (HWMOD_SWSUP_SIDLE | HWMOD_SWSUP_MSTANDBY), |
| 564 | .main_clk = "cpsw_125mhz_gclk", | 564 | .main_clk = "cpsw_125mhz_gclk", |
| 565 | .mpu_rt_idx = 1, | ||
| 565 | .prcm = { | 566 | .prcm = { |
| 566 | .omap4 = { | 567 | .omap4 = { |
| 567 | .clkctrl_offs = AM33XX_CM_PER_CPGMAC0_CLKCTRL_OFFSET, | 568 | .clkctrl_offs = AM33XX_CM_PER_CPGMAC0_CLKCTRL_OFFSET, |
| @@ -1512,7 +1513,7 @@ static struct omap_hwmod am33xx_uart1_hwmod = { | |||
| 1512 | .name = "uart1", | 1513 | .name = "uart1", |
| 1513 | .class = &uart_class, | 1514 | .class = &uart_class, |
| 1514 | .clkdm_name = "l4_wkup_clkdm", | 1515 | .clkdm_name = "l4_wkup_clkdm", |
| 1515 | .flags = HWMOD_SWSUP_SIDLE_ACT, | 1516 | .flags = DEBUG_AM33XXUART1_FLAGS | HWMOD_SWSUP_SIDLE_ACT, |
| 1516 | .main_clk = "dpll_per_m2_div4_wkupdm_ck", | 1517 | .main_clk = "dpll_per_m2_div4_wkupdm_ck", |
| 1517 | .prcm = { | 1518 | .prcm = { |
| 1518 | .omap4 = { | 1519 | .omap4 = { |
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c index f7a3df2fb579..0c3a427da544 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | |||
| @@ -490,7 +490,7 @@ static struct omap_hwmod omap3xxx_uart1_hwmod = { | |||
| 490 | .mpu_irqs = omap2_uart1_mpu_irqs, | 490 | .mpu_irqs = omap2_uart1_mpu_irqs, |
| 491 | .sdma_reqs = omap2_uart1_sdma_reqs, | 491 | .sdma_reqs = omap2_uart1_sdma_reqs, |
| 492 | .main_clk = "uart1_fck", | 492 | .main_clk = "uart1_fck", |
| 493 | .flags = HWMOD_SWSUP_SIDLE_ACT, | 493 | .flags = DEBUG_TI81XXUART1_FLAGS | HWMOD_SWSUP_SIDLE_ACT, |
| 494 | .prcm = { | 494 | .prcm = { |
| 495 | .omap2 = { | 495 | .omap2 = { |
| 496 | .module_offs = CORE_MOD, | 496 | .module_offs = CORE_MOD, |
| @@ -509,7 +509,7 @@ static struct omap_hwmod omap3xxx_uart2_hwmod = { | |||
| 509 | .mpu_irqs = omap2_uart2_mpu_irqs, | 509 | .mpu_irqs = omap2_uart2_mpu_irqs, |
| 510 | .sdma_reqs = omap2_uart2_sdma_reqs, | 510 | .sdma_reqs = omap2_uart2_sdma_reqs, |
| 511 | .main_clk = "uart2_fck", | 511 | .main_clk = "uart2_fck", |
| 512 | .flags = HWMOD_SWSUP_SIDLE_ACT, | 512 | .flags = DEBUG_TI81XXUART2_FLAGS | HWMOD_SWSUP_SIDLE_ACT, |
| 513 | .prcm = { | 513 | .prcm = { |
| 514 | .omap2 = { | 514 | .omap2 = { |
| 515 | .module_offs = CORE_MOD, | 515 | .module_offs = CORE_MOD, |
| @@ -528,7 +528,8 @@ static struct omap_hwmod omap3xxx_uart3_hwmod = { | |||
| 528 | .mpu_irqs = omap2_uart3_mpu_irqs, | 528 | .mpu_irqs = omap2_uart3_mpu_irqs, |
| 529 | .sdma_reqs = omap2_uart3_sdma_reqs, | 529 | .sdma_reqs = omap2_uart3_sdma_reqs, |
| 530 | .main_clk = "uart3_fck", | 530 | .main_clk = "uart3_fck", |
| 531 | .flags = HWMOD_SWSUP_SIDLE_ACT, | 531 | .flags = DEBUG_OMAP3UART3_FLAGS | DEBUG_TI81XXUART3_FLAGS | |
| 532 | HWMOD_SWSUP_SIDLE_ACT, | ||
| 532 | .prcm = { | 533 | .prcm = { |
| 533 | .omap2 = { | 534 | .omap2 = { |
| 534 | .module_offs = OMAP3430_PER_MOD, | 535 | .module_offs = OMAP3430_PER_MOD, |
| @@ -558,7 +559,7 @@ static struct omap_hwmod omap36xx_uart4_hwmod = { | |||
| 558 | .mpu_irqs = uart4_mpu_irqs, | 559 | .mpu_irqs = uart4_mpu_irqs, |
| 559 | .sdma_reqs = uart4_sdma_reqs, | 560 | .sdma_reqs = uart4_sdma_reqs, |
| 560 | .main_clk = "uart4_fck", | 561 | .main_clk = "uart4_fck", |
| 561 | .flags = HWMOD_SWSUP_SIDLE_ACT, | 562 | .flags = DEBUG_OMAP3UART4_FLAGS | HWMOD_SWSUP_SIDLE_ACT, |
| 562 | .prcm = { | 563 | .prcm = { |
| 563 | .omap2 = { | 564 | .omap2 = { |
| 564 | .module_offs = OMAP3430_PER_MOD, | 565 | .module_offs = OMAP3430_PER_MOD, |
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index d04b5e60fdbe..9c3b504477d7 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c | |||
| @@ -2858,8 +2858,7 @@ static struct omap_hwmod omap44xx_uart3_hwmod = { | |||
| 2858 | .name = "uart3", | 2858 | .name = "uart3", |
| 2859 | .class = &omap44xx_uart_hwmod_class, | 2859 | .class = &omap44xx_uart_hwmod_class, |
| 2860 | .clkdm_name = "l4_per_clkdm", | 2860 | .clkdm_name = "l4_per_clkdm", |
| 2861 | .flags = HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET | | 2861 | .flags = DEBUG_OMAP4UART3_FLAGS | HWMOD_SWSUP_SIDLE_ACT, |
| 2862 | HWMOD_SWSUP_SIDLE_ACT, | ||
| 2863 | .main_clk = "func_48m_fclk", | 2862 | .main_clk = "func_48m_fclk", |
| 2864 | .prcm = { | 2863 | .prcm = { |
| 2865 | .omap4 = { | 2864 | .omap4 = { |
| @@ -2875,7 +2874,7 @@ static struct omap_hwmod omap44xx_uart4_hwmod = { | |||
| 2875 | .name = "uart4", | 2874 | .name = "uart4", |
| 2876 | .class = &omap44xx_uart_hwmod_class, | 2875 | .class = &omap44xx_uart_hwmod_class, |
| 2877 | .clkdm_name = "l4_per_clkdm", | 2876 | .clkdm_name = "l4_per_clkdm", |
| 2878 | .flags = HWMOD_SWSUP_SIDLE_ACT, | 2877 | .flags = DEBUG_OMAP4UART4_FLAGS | HWMOD_SWSUP_SIDLE_ACT, |
| 2879 | .main_clk = "func_48m_fclk", | 2878 | .main_clk = "func_48m_fclk", |
| 2880 | .prcm = { | 2879 | .prcm = { |
| 2881 | .omap4 = { | 2880 | .omap4 = { |
diff --git a/arch/arm/mach-omap2/omap_hwmod_54xx_data.c b/arch/arm/mach-omap2/omap_hwmod_54xx_data.c index f37ae96b70a1..3c70f5c1860f 100644 --- a/arch/arm/mach-omap2/omap_hwmod_54xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_54xx_data.c | |||
| @@ -1375,7 +1375,7 @@ static struct omap_hwmod omap54xx_uart3_hwmod = { | |||
| 1375 | .name = "uart3", | 1375 | .name = "uart3", |
| 1376 | .class = &omap54xx_uart_hwmod_class, | 1376 | .class = &omap54xx_uart_hwmod_class, |
| 1377 | .clkdm_name = "l4per_clkdm", | 1377 | .clkdm_name = "l4per_clkdm", |
| 1378 | .flags = HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET, | 1378 | .flags = DEBUG_OMAP4UART3_FLAGS, |
| 1379 | .main_clk = "func_48m_fclk", | 1379 | .main_clk = "func_48m_fclk", |
| 1380 | .prcm = { | 1380 | .prcm = { |
| 1381 | .omap4 = { | 1381 | .omap4 = { |
| @@ -1391,6 +1391,7 @@ static struct omap_hwmod omap54xx_uart4_hwmod = { | |||
| 1391 | .name = "uart4", | 1391 | .name = "uart4", |
| 1392 | .class = &omap54xx_uart_hwmod_class, | 1392 | .class = &omap54xx_uart_hwmod_class, |
| 1393 | .clkdm_name = "l4per_clkdm", | 1393 | .clkdm_name = "l4per_clkdm", |
| 1394 | .flags = DEBUG_OMAP4UART4_FLAGS, | ||
| 1394 | .main_clk = "func_48m_fclk", | 1395 | .main_clk = "func_48m_fclk", |
| 1395 | .prcm = { | 1396 | .prcm = { |
| 1396 | .omap4 = { | 1397 | .omap4 = { |
diff --git a/arch/arm/mach-omap2/serial.c b/arch/arm/mach-omap2/serial.c index 3a674de6cb63..a388f8c1bcb3 100644 --- a/arch/arm/mach-omap2/serial.c +++ b/arch/arm/mach-omap2/serial.c | |||
| @@ -208,17 +208,6 @@ static int __init omap_serial_early_init(void) | |||
| 208 | pr_info("%s used as console in debug mode: uart%d clocks will not be gated", | 208 | pr_info("%s used as console in debug mode: uart%d clocks will not be gated", |
| 209 | uart_name, uart->num); | 209 | uart_name, uart->num); |
| 210 | } | 210 | } |
| 211 | |||
| 212 | /* | ||
| 213 | * omap-uart can be used for earlyprintk logs | ||
| 214 | * So if omap-uart is used as console then prevent | ||
| 215 | * uart reset and idle to get logs from omap-uart | ||
| 216 | * until uart console driver is available to take | ||
| 217 | * care for console messages. | ||
| 218 | * Idling or resetting omap-uart while printing logs | ||
| 219 | * early boot logs can stall the boot-up. | ||
| 220 | */ | ||
| 221 | oh->flags |= HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET; | ||
| 222 | } | 211 | } |
| 223 | } while (1); | 212 | } while (1); |
| 224 | 213 | ||
diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c index e115f6742107..c5be60d85e4b 100644 --- a/arch/arm/mach-shmobile/board-armadillo800eva.c +++ b/arch/arm/mach-shmobile/board-armadillo800eva.c | |||
| @@ -1162,9 +1162,6 @@ static void __init eva_init(void) | |||
| 1162 | gpio_request_one(61, GPIOF_OUT_INIT_HIGH, NULL); /* LCDDON */ | 1162 | gpio_request_one(61, GPIOF_OUT_INIT_HIGH, NULL); /* LCDDON */ |
| 1163 | gpio_request_one(202, GPIOF_OUT_INIT_LOW, NULL); /* LCD0_LED_CONT */ | 1163 | gpio_request_one(202, GPIOF_OUT_INIT_LOW, NULL); /* LCD0_LED_CONT */ |
| 1164 | 1164 | ||
| 1165 | /* Touchscreen */ | ||
| 1166 | gpio_request_one(166, GPIOF_OUT_INIT_HIGH, NULL); /* TP_RST_B */ | ||
| 1167 | |||
| 1168 | /* GETHER */ | 1165 | /* GETHER */ |
| 1169 | gpio_request_one(18, GPIOF_OUT_INIT_HIGH, NULL); /* PHY_RST */ | 1166 | gpio_request_one(18, GPIOF_OUT_INIT_HIGH, NULL); /* PHY_RST */ |
| 1170 | 1167 | ||
diff --git a/arch/arm/mach-shmobile/board-bockw.c b/arch/arm/mach-shmobile/board-bockw.c index d5554646916c..3354a85c90f7 100644 --- a/arch/arm/mach-shmobile/board-bockw.c +++ b/arch/arm/mach-shmobile/board-bockw.c | |||
| @@ -167,7 +167,13 @@ static const struct pinctrl_map bockw_pinctrl_map[] = { | |||
| 167 | "usb1", "usb1"), | 167 | "usb1", "usb1"), |
| 168 | /* SDHI0 */ | 168 | /* SDHI0 */ |
| 169 | PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-r8a7778", | 169 | PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-r8a7778", |
| 170 | "sdhi0", "sdhi0"), | 170 | "sdhi0_data4", "sdhi0"), |
| 171 | PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-r8a7778", | ||
| 172 | "sdhi0_ctrl", "sdhi0"), | ||
| 173 | PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-r8a7778", | ||
| 174 | "sdhi0_cd", "sdhi0"), | ||
| 175 | PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-r8a7778", | ||
| 176 | "sdhi0_wp", "sdhi0"), | ||
| 171 | }; | 177 | }; |
| 172 | 178 | ||
| 173 | #define FPGA 0x18200000 | 179 | #define FPGA 0x18200000 |
diff --git a/arch/arm/mach-shmobile/board-lager.c b/arch/arm/mach-shmobile/board-lager.c index d73e21d3ea8a..8d6bd5c5efb9 100644 --- a/arch/arm/mach-shmobile/board-lager.c +++ b/arch/arm/mach-shmobile/board-lager.c | |||
| @@ -59,7 +59,7 @@ static __initdata struct gpio_led_platform_data lager_leds_pdata = { | |||
| 59 | #define GPIO_KEY(c, g, d, ...) \ | 59 | #define GPIO_KEY(c, g, d, ...) \ |
| 60 | { .code = c, .gpio = g, .desc = d, .active_low = 1 } | 60 | { .code = c, .gpio = g, .desc = d, .active_low = 1 } |
| 61 | 61 | ||
| 62 | static __initdata struct gpio_keys_button gpio_buttons[] = { | 62 | static struct gpio_keys_button gpio_buttons[] = { |
| 63 | GPIO_KEY(KEY_4, RCAR_GP_PIN(1, 28), "SW2-pin4"), | 63 | GPIO_KEY(KEY_4, RCAR_GP_PIN(1, 28), "SW2-pin4"), |
| 64 | GPIO_KEY(KEY_3, RCAR_GP_PIN(1, 26), "SW2-pin3"), | 64 | GPIO_KEY(KEY_3, RCAR_GP_PIN(1, 26), "SW2-pin3"), |
| 65 | GPIO_KEY(KEY_2, RCAR_GP_PIN(1, 24), "SW2-pin2"), | 65 | GPIO_KEY(KEY_2, RCAR_GP_PIN(1, 24), "SW2-pin2"), |
diff --git a/arch/arm/mach-sti/headsmp.S b/arch/arm/mach-sti/headsmp.S index 78ebc7559f53..4c09bae86edf 100644 --- a/arch/arm/mach-sti/headsmp.S +++ b/arch/arm/mach-sti/headsmp.S | |||
| @@ -16,8 +16,6 @@ | |||
| 16 | #include <linux/linkage.h> | 16 | #include <linux/linkage.h> |
| 17 | #include <linux/init.h> | 17 | #include <linux/init.h> |
| 18 | 18 | ||
| 19 | __INIT | ||
| 20 | |||
| 21 | /* | 19 | /* |
| 22 | * ST specific entry point for secondary CPUs. This provides | 20 | * ST specific entry point for secondary CPUs. This provides |
| 23 | * a "holding pen" into which all secondary cores are held until we're | 21 | * a "holding pen" into which all secondary cores are held until we're |
diff --git a/arch/avr32/boards/atngw100/mrmt.c b/arch/avr32/boards/atngw100/mrmt.c index f91431963452..7de083d19b7e 100644 --- a/arch/avr32/boards/atngw100/mrmt.c +++ b/arch/avr32/boards/atngw100/mrmt.c | |||
| @@ -150,7 +150,6 @@ static struct ac97c_platform_data __initdata ac97c0_data = { | |||
| 150 | static struct platform_device rmt_ts_device = { | 150 | static struct platform_device rmt_ts_device = { |
| 151 | .name = "ucb1400_ts", | 151 | .name = "ucb1400_ts", |
| 152 | .id = -1, | 152 | .id = -1, |
| 153 | } | ||
| 154 | }; | 153 | }; |
| 155 | #endif | 154 | #endif |
| 156 | 155 | ||
diff --git a/arch/powerpc/boot/dts/ac14xx.dts b/arch/powerpc/boot/dts/ac14xx.dts index a27a4609bb42..a543c4088cba 100644 --- a/arch/powerpc/boot/dts/ac14xx.dts +++ b/arch/powerpc/boot/dts/ac14xx.dts | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | */ | 10 | */ |
| 11 | 11 | ||
| 12 | 12 | ||
| 13 | /include/ "mpc5121.dtsi" | 13 | #include <mpc5121.dtsi> |
| 14 | 14 | ||
| 15 | / { | 15 | / { |
| 16 | model = "ac14xx"; | 16 | model = "ac14xx"; |
diff --git a/arch/powerpc/boot/dts/include/dt-bindings b/arch/powerpc/boot/dts/include/dt-bindings new file mode 120000 index 000000000000..08c00e4972fa --- /dev/null +++ b/arch/powerpc/boot/dts/include/dt-bindings | |||
| @@ -0,0 +1 @@ | |||
| ../../../../../include/dt-bindings \ No newline at end of file | |||
diff --git a/arch/powerpc/boot/dts/mpc5121ads.dts b/arch/powerpc/boot/dts/mpc5121ads.dts index 7d3cb79185cb..c228a0a232a6 100644 --- a/arch/powerpc/boot/dts/mpc5121ads.dts +++ b/arch/powerpc/boot/dts/mpc5121ads.dts | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | * option) any later version. | 9 | * option) any later version. |
| 10 | */ | 10 | */ |
| 11 | 11 | ||
| 12 | /include/ "mpc5121.dtsi" | 12 | #include <mpc5121.dtsi> |
| 13 | 13 | ||
| 14 | / { | 14 | / { |
| 15 | model = "mpc5121ads"; | 15 | model = "mpc5121ads"; |
diff --git a/arch/powerpc/boot/dts/pdm360ng.dts b/arch/powerpc/boot/dts/pdm360ng.dts index 74337403faee..871c16d1ad5e 100644 --- a/arch/powerpc/boot/dts/pdm360ng.dts +++ b/arch/powerpc/boot/dts/pdm360ng.dts | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | * option) any later version. | 13 | * option) any later version. |
| 14 | */ | 14 | */ |
| 15 | 15 | ||
| 16 | /include/ "mpc5121.dtsi" | 16 | #include <mpc5121.dtsi> |
| 17 | 17 | ||
| 18 | / { | 18 | / { |
| 19 | model = "pdm360ng"; | 19 | model = "pdm360ng"; |
diff --git a/arch/powerpc/include/asm/mpc5121.h b/arch/powerpc/include/asm/mpc5121.h index 8ae133eaf9fa..887d3d6133e3 100644 --- a/arch/powerpc/include/asm/mpc5121.h +++ b/arch/powerpc/include/asm/mpc5121.h | |||
| @@ -32,25 +32,11 @@ struct mpc512x_ccm { | |||
| 32 | u32 scfr2; /* System Clock Frequency Register 2 */ | 32 | u32 scfr2; /* System Clock Frequency Register 2 */ |
| 33 | u32 scfr2s; /* System Clock Frequency Shadow Register 2 */ | 33 | u32 scfr2s; /* System Clock Frequency Shadow Register 2 */ |
| 34 | u32 bcr; /* Bread Crumb Register */ | 34 | u32 bcr; /* Bread Crumb Register */ |
| 35 | u32 p0ccr; /* PSC0 Clock Control Register */ | 35 | u32 psc_ccr[12]; /* PSC Clock Control Registers */ |
| 36 | u32 p1ccr; /* PSC1 CCR */ | ||
| 37 | u32 p2ccr; /* PSC2 CCR */ | ||
| 38 | u32 p3ccr; /* PSC3 CCR */ | ||
| 39 | u32 p4ccr; /* PSC4 CCR */ | ||
| 40 | u32 p5ccr; /* PSC5 CCR */ | ||
| 41 | u32 p6ccr; /* PSC6 CCR */ | ||
| 42 | u32 p7ccr; /* PSC7 CCR */ | ||
| 43 | u32 p8ccr; /* PSC8 CCR */ | ||
| 44 | u32 p9ccr; /* PSC9 CCR */ | ||
| 45 | u32 p10ccr; /* PSC10 CCR */ | ||
| 46 | u32 p11ccr; /* PSC11 CCR */ | ||
| 47 | u32 spccr; /* SPDIF Clock Control Register */ | 36 | u32 spccr; /* SPDIF Clock Control Register */ |
| 48 | u32 cccr; /* CFM Clock Control Register */ | 37 | u32 cccr; /* CFM Clock Control Register */ |
| 49 | u32 dccr; /* DIU Clock Control Register */ | 38 | u32 dccr; /* DIU Clock Control Register */ |
| 50 | u32 m1ccr; /* MSCAN1 CCR */ | 39 | u32 mscan_ccr[4]; /* MSCAN Clock Control Registers */ |
| 51 | u32 m2ccr; /* MSCAN2 CCR */ | ||
| 52 | u32 m3ccr; /* MSCAN3 CCR */ | ||
| 53 | u32 m4ccr; /* MSCAN4 CCR */ | ||
| 54 | u8 res[0x98]; /* Reserved */ | 40 | u8 res[0x98]; /* Reserved */ |
| 55 | }; | 41 | }; |
| 56 | 42 | ||
diff --git a/arch/powerpc/platforms/52xx/mpc52xx_pic.c b/arch/powerpc/platforms/52xx/mpc52xx_pic.c index b89ef65392dc..b69221ba07fd 100644 --- a/arch/powerpc/platforms/52xx/mpc52xx_pic.c +++ b/arch/powerpc/platforms/52xx/mpc52xx_pic.c | |||
| @@ -373,8 +373,9 @@ static int mpc52xx_irqhost_map(struct irq_domain *h, unsigned int virq, | |||
| 373 | case MPC52xx_IRQ_L1_PERP: irqchip = &mpc52xx_periph_irqchip; break; | 373 | case MPC52xx_IRQ_L1_PERP: irqchip = &mpc52xx_periph_irqchip; break; |
| 374 | case MPC52xx_IRQ_L1_SDMA: irqchip = &mpc52xx_sdma_irqchip; break; | 374 | case MPC52xx_IRQ_L1_SDMA: irqchip = &mpc52xx_sdma_irqchip; break; |
| 375 | case MPC52xx_IRQ_L1_CRIT: | 375 | case MPC52xx_IRQ_L1_CRIT: |
| 376 | default: | ||
| 376 | pr_warn("%s: Critical IRQ #%d is unsupported! Nopping it.\n", | 377 | pr_warn("%s: Critical IRQ #%d is unsupported! Nopping it.\n", |
| 377 | __func__, l2irq); | 378 | __func__, l1irq); |
| 378 | irq_set_chip(virq, &no_irq_chip); | 379 | irq_set_chip(virq, &no_irq_chip); |
| 379 | return 0; | 380 | return 0; |
| 380 | } | 381 | } |
diff --git a/arch/s390/kvm/kvm-s390.c b/arch/s390/kvm/kvm-s390.c index ba694d2ba51e..34c1c9a90be2 100644 --- a/arch/s390/kvm/kvm-s390.c +++ b/arch/s390/kvm/kvm-s390.c | |||
| @@ -702,14 +702,25 @@ static int __vcpu_run(struct kvm_vcpu *vcpu) | |||
| 702 | return rc; | 702 | return rc; |
| 703 | 703 | ||
| 704 | vcpu->arch.sie_block->icptcode = 0; | 704 | vcpu->arch.sie_block->icptcode = 0; |
| 705 | preempt_disable(); | ||
| 706 | kvm_guest_enter(); | ||
| 707 | preempt_enable(); | ||
| 708 | VCPU_EVENT(vcpu, 6, "entering sie flags %x", | 705 | VCPU_EVENT(vcpu, 6, "entering sie flags %x", |
| 709 | atomic_read(&vcpu->arch.sie_block->cpuflags)); | 706 | atomic_read(&vcpu->arch.sie_block->cpuflags)); |
| 710 | trace_kvm_s390_sie_enter(vcpu, | 707 | trace_kvm_s390_sie_enter(vcpu, |
| 711 | atomic_read(&vcpu->arch.sie_block->cpuflags)); | 708 | atomic_read(&vcpu->arch.sie_block->cpuflags)); |
| 709 | |||
| 710 | /* | ||
| 711 | * As PF_VCPU will be used in fault handler, between guest_enter | ||
| 712 | * and guest_exit should be no uaccess. | ||
| 713 | */ | ||
| 714 | preempt_disable(); | ||
| 715 | kvm_guest_enter(); | ||
| 716 | preempt_enable(); | ||
| 712 | rc = sie64a(vcpu->arch.sie_block, vcpu->run->s.regs.gprs); | 717 | rc = sie64a(vcpu->arch.sie_block, vcpu->run->s.regs.gprs); |
| 718 | kvm_guest_exit(); | ||
| 719 | |||
| 720 | VCPU_EVENT(vcpu, 6, "exit sie icptcode %d", | ||
| 721 | vcpu->arch.sie_block->icptcode); | ||
| 722 | trace_kvm_s390_sie_exit(vcpu, vcpu->arch.sie_block->icptcode); | ||
| 723 | |||
| 713 | if (rc > 0) | 724 | if (rc > 0) |
| 714 | rc = 0; | 725 | rc = 0; |
| 715 | if (rc < 0) { | 726 | if (rc < 0) { |
| @@ -721,10 +732,6 @@ static int __vcpu_run(struct kvm_vcpu *vcpu) | |||
| 721 | rc = kvm_s390_inject_program_int(vcpu, PGM_ADDRESSING); | 732 | rc = kvm_s390_inject_program_int(vcpu, PGM_ADDRESSING); |
| 722 | } | 733 | } |
| 723 | } | 734 | } |
| 724 | VCPU_EVENT(vcpu, 6, "exit sie icptcode %d", | ||
| 725 | vcpu->arch.sie_block->icptcode); | ||
| 726 | trace_kvm_s390_sie_exit(vcpu, vcpu->arch.sie_block->icptcode); | ||
| 727 | kvm_guest_exit(); | ||
| 728 | 735 | ||
| 729 | memcpy(&vcpu->run->s.regs.gprs[14], &vcpu->arch.sie_block->gg14, 16); | 736 | memcpy(&vcpu->run->s.regs.gprs[14], &vcpu->arch.sie_block->gg14, 16); |
| 730 | return rc; | 737 | return rc; |
diff --git a/arch/s390/kvm/priv.c b/arch/s390/kvm/priv.c index 0da3e6eb6be6..4cdc54e63ebc 100644 --- a/arch/s390/kvm/priv.c +++ b/arch/s390/kvm/priv.c | |||
| @@ -16,6 +16,7 @@ | |||
| 16 | #include <linux/errno.h> | 16 | #include <linux/errno.h> |
| 17 | #include <linux/compat.h> | 17 | #include <linux/compat.h> |
| 18 | #include <asm/asm-offsets.h> | 18 | #include <asm/asm-offsets.h> |
| 19 | #include <asm/facility.h> | ||
| 19 | #include <asm/current.h> | 20 | #include <asm/current.h> |
| 20 | #include <asm/debug.h> | 21 | #include <asm/debug.h> |
| 21 | #include <asm/ebcdic.h> | 22 | #include <asm/ebcdic.h> |
| @@ -532,8 +533,7 @@ static int handle_pfmf(struct kvm_vcpu *vcpu) | |||
| 532 | return kvm_s390_inject_program_int(vcpu, PGM_SPECIFICATION); | 533 | return kvm_s390_inject_program_int(vcpu, PGM_SPECIFICATION); |
| 533 | 534 | ||
| 534 | /* Only provide non-quiescing support if the host supports it */ | 535 | /* Only provide non-quiescing support if the host supports it */ |
| 535 | if (vcpu->run->s.regs.gprs[reg1] & PFMF_NQ && | 536 | if (vcpu->run->s.regs.gprs[reg1] & PFMF_NQ && !test_facility(14)) |
| 536 | S390_lowcore.stfl_fac_list & 0x00020000) | ||
| 537 | return kvm_s390_inject_program_int(vcpu, PGM_SPECIFICATION); | 537 | return kvm_s390_inject_program_int(vcpu, PGM_SPECIFICATION); |
| 538 | 538 | ||
| 539 | /* No support for conditional-SSKE */ | 539 | /* No support for conditional-SSKE */ |
diff --git a/drivers/acpi/acpi_processor.c b/drivers/acpi/acpi_processor.c index fd6c51cc3acb..5a74a9c1e42c 100644 --- a/drivers/acpi/acpi_processor.c +++ b/drivers/acpi/acpi_processor.c | |||
| @@ -451,7 +451,6 @@ static void acpi_processor_remove(struct acpi_device *device) | |||
| 451 | /* Clean up. */ | 451 | /* Clean up. */ |
| 452 | per_cpu(processor_device_array, pr->id) = NULL; | 452 | per_cpu(processor_device_array, pr->id) = NULL; |
| 453 | per_cpu(processors, pr->id) = NULL; | 453 | per_cpu(processors, pr->id) = NULL; |
| 454 | try_offline_node(cpu_to_node(pr->id)); | ||
| 455 | 454 | ||
| 456 | /* Remove the CPU. */ | 455 | /* Remove the CPU. */ |
| 457 | get_online_cpus(); | 456 | get_online_cpus(); |
| @@ -459,6 +458,8 @@ static void acpi_processor_remove(struct acpi_device *device) | |||
| 459 | acpi_unmap_lsapic(pr->id); | 458 | acpi_unmap_lsapic(pr->id); |
| 460 | put_online_cpus(); | 459 | put_online_cpus(); |
| 461 | 460 | ||
| 461 | try_offline_node(cpu_to_node(pr->id)); | ||
| 462 | |||
| 462 | out: | 463 | out: |
| 463 | free_cpumask_var(pr->throttling.shared_cpu_map); | 464 | free_cpumask_var(pr->throttling.shared_cpu_map); |
| 464 | kfree(pr); | 465 | kfree(pr); |
diff --git a/drivers/acpi/glue.c b/drivers/acpi/glue.c index f68095756fb7..408f6b2a5fa8 100644 --- a/drivers/acpi/glue.c +++ b/drivers/acpi/glue.c | |||
| @@ -31,6 +31,7 @@ static LIST_HEAD(bus_type_list); | |||
| 31 | static DECLARE_RWSEM(bus_type_sem); | 31 | static DECLARE_RWSEM(bus_type_sem); |
| 32 | 32 | ||
| 33 | #define PHYSICAL_NODE_STRING "physical_node" | 33 | #define PHYSICAL_NODE_STRING "physical_node" |
| 34 | #define PHYSICAL_NODE_NAME_SIZE (sizeof(PHYSICAL_NODE_STRING) + 10) | ||
| 34 | 35 | ||
| 35 | int register_acpi_bus_type(struct acpi_bus_type *type) | 36 | int register_acpi_bus_type(struct acpi_bus_type *type) |
| 36 | { | 37 | { |
| @@ -78,41 +79,108 @@ static struct acpi_bus_type *acpi_get_bus_type(struct device *dev) | |||
| 78 | return ret; | 79 | return ret; |
| 79 | } | 80 | } |
| 80 | 81 | ||
| 81 | static acpi_status do_acpi_find_child(acpi_handle handle, u32 lvl_not_used, | 82 | static acpi_status acpi_dev_present(acpi_handle handle, u32 lvl_not_used, |
| 82 | void *addr_p, void **ret_p) | 83 | void *not_used, void **ret_p) |
| 83 | { | 84 | { |
| 84 | unsigned long long addr, sta; | 85 | struct acpi_device *adev = NULL; |
| 85 | acpi_status status; | ||
| 86 | 86 | ||
| 87 | status = acpi_evaluate_integer(handle, METHOD_NAME__ADR, NULL, &addr); | 87 | acpi_bus_get_device(handle, &adev); |
| 88 | if (ACPI_SUCCESS(status) && addr == *((u64 *)addr_p)) { | 88 | if (adev) { |
| 89 | *ret_p = handle; | 89 | *ret_p = handle; |
| 90 | status = acpi_bus_get_status_handle(handle, &sta); | 90 | return AE_CTRL_TERMINATE; |
| 91 | if (ACPI_SUCCESS(status) && (sta & ACPI_STA_DEVICE_ENABLED)) | ||
| 92 | return AE_CTRL_TERMINATE; | ||
| 93 | } | 91 | } |
| 94 | return AE_OK; | 92 | return AE_OK; |
| 95 | } | 93 | } |
| 96 | 94 | ||
| 97 | acpi_handle acpi_get_child(acpi_handle parent, u64 address) | 95 | static bool acpi_extra_checks_passed(acpi_handle handle, bool is_bridge) |
| 98 | { | 96 | { |
| 99 | void *ret = NULL; | 97 | unsigned long long sta; |
| 98 | acpi_status status; | ||
| 99 | |||
| 100 | status = acpi_bus_get_status_handle(handle, &sta); | ||
| 101 | if (ACPI_FAILURE(status) || !(sta & ACPI_STA_DEVICE_ENABLED)) | ||
| 102 | return false; | ||
| 103 | |||
| 104 | if (is_bridge) { | ||
| 105 | void *test = NULL; | ||
| 106 | |||
| 107 | /* Check if this object has at least one child device. */ | ||
| 108 | acpi_walk_namespace(ACPI_TYPE_DEVICE, handle, 1, | ||
| 109 | acpi_dev_present, NULL, NULL, &test); | ||
| 110 | return !!test; | ||
| 111 | } | ||
| 112 | return true; | ||
| 113 | } | ||
| 114 | |||
| 115 | struct find_child_context { | ||
| 116 | u64 addr; | ||
| 117 | bool is_bridge; | ||
| 118 | acpi_handle ret; | ||
| 119 | bool ret_checked; | ||
| 120 | }; | ||
| 121 | |||
| 122 | static acpi_status do_find_child(acpi_handle handle, u32 lvl_not_used, | ||
| 123 | void *data, void **not_used) | ||
| 124 | { | ||
| 125 | struct find_child_context *context = data; | ||
| 126 | unsigned long long addr; | ||
| 127 | acpi_status status; | ||
| 100 | 128 | ||
| 101 | if (!parent) | 129 | status = acpi_evaluate_integer(handle, METHOD_NAME__ADR, NULL, &addr); |
| 102 | return NULL; | 130 | if (ACPI_FAILURE(status) || addr != context->addr) |
| 131 | return AE_OK; | ||
| 103 | 132 | ||
| 104 | acpi_walk_namespace(ACPI_TYPE_DEVICE, parent, 1, NULL, | 133 | if (!context->ret) { |
| 105 | do_acpi_find_child, &address, &ret); | 134 | /* This is the first matching object. Save its handle. */ |
| 106 | return (acpi_handle)ret; | 135 | context->ret = handle; |
| 136 | return AE_OK; | ||
| 137 | } | ||
| 138 | /* | ||
| 139 | * There is more than one matching object with the same _ADR value. | ||
| 140 | * That really is unexpected, so we are kind of beyond the scope of the | ||
| 141 | * spec here. We have to choose which one to return, though. | ||
| 142 | * | ||
| 143 | * First, check if the previously found object is good enough and return | ||
| 144 | * its handle if so. Second, check the same for the object that we've | ||
| 145 | * just found. | ||
| 146 | */ | ||
| 147 | if (!context->ret_checked) { | ||
| 148 | if (acpi_extra_checks_passed(context->ret, context->is_bridge)) | ||
| 149 | return AE_CTRL_TERMINATE; | ||
| 150 | else | ||
| 151 | context->ret_checked = true; | ||
| 152 | } | ||
| 153 | if (acpi_extra_checks_passed(handle, context->is_bridge)) { | ||
| 154 | context->ret = handle; | ||
| 155 | return AE_CTRL_TERMINATE; | ||
| 156 | } | ||
| 157 | return AE_OK; | ||
| 107 | } | 158 | } |
| 108 | EXPORT_SYMBOL(acpi_get_child); | 159 | |
| 160 | acpi_handle acpi_find_child(acpi_handle parent, u64 addr, bool is_bridge) | ||
| 161 | { | ||
| 162 | if (parent) { | ||
| 163 | struct find_child_context context = { | ||
| 164 | .addr = addr, | ||
| 165 | .is_bridge = is_bridge, | ||
| 166 | }; | ||
| 167 | |||
| 168 | acpi_walk_namespace(ACPI_TYPE_DEVICE, parent, 1, do_find_child, | ||
| 169 | NULL, &context, NULL); | ||
| 170 | return context.ret; | ||
| 171 | } | ||
| 172 | return NULL; | ||
| 173 | } | ||
| 174 | EXPORT_SYMBOL_GPL(acpi_find_child); | ||
| 109 | 175 | ||
| 110 | int acpi_bind_one(struct device *dev, acpi_handle handle) | 176 | int acpi_bind_one(struct device *dev, acpi_handle handle) |
| 111 | { | 177 | { |
| 112 | struct acpi_device *acpi_dev; | 178 | struct acpi_device *acpi_dev; |
| 113 | acpi_status status; | 179 | acpi_status status; |
| 114 | struct acpi_device_physical_node *physical_node, *pn; | 180 | struct acpi_device_physical_node *physical_node, *pn; |
| 115 | char physical_node_name[sizeof(PHYSICAL_NODE_STRING) + 2]; | 181 | char physical_node_name[PHYSICAL_NODE_NAME_SIZE]; |
| 182 | struct list_head *physnode_list; | ||
| 183 | unsigned int node_id; | ||
| 116 | int retval = -EINVAL; | 184 | int retval = -EINVAL; |
| 117 | 185 | ||
| 118 | if (ACPI_HANDLE(dev)) { | 186 | if (ACPI_HANDLE(dev)) { |
| @@ -139,25 +207,27 @@ int acpi_bind_one(struct device *dev, acpi_handle handle) | |||
| 139 | 207 | ||
| 140 | mutex_lock(&acpi_dev->physical_node_lock); | 208 | mutex_lock(&acpi_dev->physical_node_lock); |
| 141 | 209 | ||
| 142 | /* Sanity check. */ | 210 | /* |
| 143 | list_for_each_entry(pn, &acpi_dev->physical_node_list, node) | 211 | * Keep the list sorted by node_id so that the IDs of removed nodes can |
| 212 | * be recycled easily. | ||
| 213 | */ | ||
| 214 | physnode_list = &acpi_dev->physical_node_list; | ||
| 215 | node_id = 0; | ||
| 216 | list_for_each_entry(pn, &acpi_dev->physical_node_list, node) { | ||
| 217 | /* Sanity check. */ | ||
| 144 | if (pn->dev == dev) { | 218 | if (pn->dev == dev) { |
| 145 | dev_warn(dev, "Already associated with ACPI node\n"); | 219 | dev_warn(dev, "Already associated with ACPI node\n"); |
| 146 | goto err_free; | 220 | goto err_free; |
| 147 | } | 221 | } |
| 148 | 222 | if (pn->node_id == node_id) { | |
| 149 | /* allocate physical node id according to physical_node_id_bitmap */ | 223 | physnode_list = &pn->node; |
| 150 | physical_node->node_id = | 224 | node_id++; |
| 151 | find_first_zero_bit(acpi_dev->physical_node_id_bitmap, | 225 | } |
| 152 | ACPI_MAX_PHYSICAL_NODE); | ||
| 153 | if (physical_node->node_id >= ACPI_MAX_PHYSICAL_NODE) { | ||
| 154 | retval = -ENOSPC; | ||
| 155 | goto err_free; | ||
| 156 | } | 226 | } |
| 157 | 227 | ||
| 158 | set_bit(physical_node->node_id, acpi_dev->physical_node_id_bitmap); | 228 | physical_node->node_id = node_id; |
| 159 | physical_node->dev = dev; | 229 | physical_node->dev = dev; |
| 160 | list_add_tail(&physical_node->node, &acpi_dev->physical_node_list); | 230 | list_add(&physical_node->node, physnode_list); |
| 161 | acpi_dev->physical_node_count++; | 231 | acpi_dev->physical_node_count++; |
| 162 | 232 | ||
| 163 | mutex_unlock(&acpi_dev->physical_node_lock); | 233 | mutex_unlock(&acpi_dev->physical_node_lock); |
| @@ -208,7 +278,7 @@ int acpi_unbind_one(struct device *dev) | |||
| 208 | 278 | ||
| 209 | mutex_lock(&acpi_dev->physical_node_lock); | 279 | mutex_lock(&acpi_dev->physical_node_lock); |
| 210 | list_for_each_safe(node, next, &acpi_dev->physical_node_list) { | 280 | list_for_each_safe(node, next, &acpi_dev->physical_node_list) { |
| 211 | char physical_node_name[sizeof(PHYSICAL_NODE_STRING) + 2]; | 281 | char physical_node_name[PHYSICAL_NODE_NAME_SIZE]; |
| 212 | 282 | ||
| 213 | entry = list_entry(node, struct acpi_device_physical_node, | 283 | entry = list_entry(node, struct acpi_device_physical_node, |
| 214 | node); | 284 | node); |
| @@ -216,7 +286,6 @@ int acpi_unbind_one(struct device *dev) | |||
| 216 | continue; | 286 | continue; |
| 217 | 287 | ||
| 218 | list_del(node); | 288 | list_del(node); |
| 219 | clear_bit(entry->node_id, acpi_dev->physical_node_id_bitmap); | ||
| 220 | 289 | ||
| 221 | acpi_dev->physical_node_count--; | 290 | acpi_dev->physical_node_count--; |
| 222 | 291 | ||
diff --git a/drivers/acpi/proc.c b/drivers/acpi/proc.c index aa1227a7e3f2..04a13784dd20 100644 --- a/drivers/acpi/proc.c +++ b/drivers/acpi/proc.c | |||
| @@ -311,6 +311,8 @@ acpi_system_wakeup_device_seq_show(struct seq_file *seq, void *offset) | |||
| 311 | dev->pnp.bus_id, | 311 | dev->pnp.bus_id, |
| 312 | (u32) dev->wakeup.sleep_state); | 312 | (u32) dev->wakeup.sleep_state); |
| 313 | 313 | ||
| 314 | mutex_lock(&dev->physical_node_lock); | ||
| 315 | |||
| 314 | if (!dev->physical_node_count) { | 316 | if (!dev->physical_node_count) { |
| 315 | seq_printf(seq, "%c%-8s\n", | 317 | seq_printf(seq, "%c%-8s\n", |
| 316 | dev->wakeup.flags.run_wake ? '*' : ' ', | 318 | dev->wakeup.flags.run_wake ? '*' : ' ', |
| @@ -338,6 +340,8 @@ acpi_system_wakeup_device_seq_show(struct seq_file *seq, void *offset) | |||
| 338 | put_device(ldev); | 340 | put_device(ldev); |
| 339 | } | 341 | } |
| 340 | } | 342 | } |
| 343 | |||
| 344 | mutex_unlock(&dev->physical_node_lock); | ||
| 341 | } | 345 | } |
| 342 | mutex_unlock(&acpi_device_lock); | 346 | mutex_unlock(&acpi_device_lock); |
| 343 | return 0; | 347 | return 0; |
| @@ -347,12 +351,16 @@ static void physical_device_enable_wakeup(struct acpi_device *adev) | |||
| 347 | { | 351 | { |
| 348 | struct acpi_device_physical_node *entry; | 352 | struct acpi_device_physical_node *entry; |
| 349 | 353 | ||
| 354 | mutex_lock(&adev->physical_node_lock); | ||
| 355 | |||
| 350 | list_for_each_entry(entry, | 356 | list_for_each_entry(entry, |
| 351 | &adev->physical_node_list, node) | 357 | &adev->physical_node_list, node) |
| 352 | if (entry->dev && device_can_wakeup(entry->dev)) { | 358 | if (entry->dev && device_can_wakeup(entry->dev)) { |
| 353 | bool enable = !device_may_wakeup(entry->dev); | 359 | bool enable = !device_may_wakeup(entry->dev); |
| 354 | device_set_wakeup_enable(entry->dev, enable); | 360 | device_set_wakeup_enable(entry->dev, enable); |
| 355 | } | 361 | } |
| 362 | |||
| 363 | mutex_unlock(&adev->physical_node_lock); | ||
| 356 | } | 364 | } |
| 357 | 365 | ||
| 358 | static ssize_t | 366 | static ssize_t |
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index 0ec434d2586d..e1284b8dc6ee 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c | |||
| @@ -689,7 +689,7 @@ static int acpi_video_bqc_quirk(struct acpi_video_device *device, | |||
| 689 | * Some systems always report current brightness level as maximum | 689 | * Some systems always report current brightness level as maximum |
| 690 | * through _BQC, we need to test another value for them. | 690 | * through _BQC, we need to test another value for them. |
| 691 | */ | 691 | */ |
| 692 | test_level = current_level == max_level ? br->levels[2] : max_level; | 692 | test_level = current_level == max_level ? br->levels[3] : max_level; |
| 693 | 693 | ||
| 694 | result = acpi_video_device_lcd_set_level(device, test_level); | 694 | result = acpi_video_device_lcd_set_level(device, test_level); |
| 695 | if (result) | 695 | if (result) |
diff --git a/drivers/base/regmap/regcache.c b/drivers/base/regmap/regcache.c index e69102696533..3455f833e473 100644 --- a/drivers/base/regmap/regcache.c +++ b/drivers/base/regmap/regcache.c | |||
| @@ -719,7 +719,8 @@ static int regcache_sync_block_raw(struct regmap *map, void *block, | |||
| 719 | } | 719 | } |
| 720 | } | 720 | } |
| 721 | 721 | ||
| 722 | return regcache_sync_block_raw_flush(map, &data, base, regtmp); | 722 | return regcache_sync_block_raw_flush(map, &data, base, regtmp + |
| 723 | map->reg_stride); | ||
| 723 | } | 724 | } |
| 724 | 725 | ||
| 725 | int regcache_sync_block(struct regmap *map, void *block, | 726 | int regcache_sync_block(struct regmap *map, void *block, |
diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c index 1b456fe9b87a..fc45567ad3ac 100644 --- a/drivers/char/virtio_console.c +++ b/drivers/char/virtio_console.c | |||
| @@ -272,9 +272,12 @@ static struct port *find_port_by_devt_in_portdev(struct ports_device *portdev, | |||
| 272 | unsigned long flags; | 272 | unsigned long flags; |
| 273 | 273 | ||
| 274 | spin_lock_irqsave(&portdev->ports_lock, flags); | 274 | spin_lock_irqsave(&portdev->ports_lock, flags); |
| 275 | list_for_each_entry(port, &portdev->ports, list) | 275 | list_for_each_entry(port, &portdev->ports, list) { |
| 276 | if (port->cdev->dev == dev) | 276 | if (port->cdev->dev == dev) { |
| 277 | kref_get(&port->kref); | ||
| 277 | goto out; | 278 | goto out; |
| 279 | } | ||
| 280 | } | ||
| 278 | port = NULL; | 281 | port = NULL; |
| 279 | out: | 282 | out: |
| 280 | spin_unlock_irqrestore(&portdev->ports_lock, flags); | 283 | spin_unlock_irqrestore(&portdev->ports_lock, flags); |
| @@ -746,6 +749,10 @@ static ssize_t port_fops_read(struct file *filp, char __user *ubuf, | |||
| 746 | 749 | ||
| 747 | port = filp->private_data; | 750 | port = filp->private_data; |
| 748 | 751 | ||
| 752 | /* Port is hot-unplugged. */ | ||
| 753 | if (!port->guest_connected) | ||
| 754 | return -ENODEV; | ||
| 755 | |||
| 749 | if (!port_has_data(port)) { | 756 | if (!port_has_data(port)) { |
| 750 | /* | 757 | /* |
| 751 | * If nothing's connected on the host just return 0 in | 758 | * If nothing's connected on the host just return 0 in |
| @@ -762,7 +769,7 @@ static ssize_t port_fops_read(struct file *filp, char __user *ubuf, | |||
| 762 | if (ret < 0) | 769 | if (ret < 0) |
| 763 | return ret; | 770 | return ret; |
| 764 | } | 771 | } |
| 765 | /* Port got hot-unplugged. */ | 772 | /* Port got hot-unplugged while we were waiting above. */ |
| 766 | if (!port->guest_connected) | 773 | if (!port->guest_connected) |
| 767 | return -ENODEV; | 774 | return -ENODEV; |
| 768 | /* | 775 | /* |
| @@ -932,13 +939,25 @@ static ssize_t port_fops_splice_write(struct pipe_inode_info *pipe, | |||
| 932 | if (is_rproc_serial(port->out_vq->vdev)) | 939 | if (is_rproc_serial(port->out_vq->vdev)) |
| 933 | return -EINVAL; | 940 | return -EINVAL; |
| 934 | 941 | ||
| 942 | /* | ||
| 943 | * pipe->nrbufs == 0 means there are no data to transfer, | ||
| 944 | * so this returns just 0 for no data. | ||
| 945 | */ | ||
| 946 | pipe_lock(pipe); | ||
| 947 | if (!pipe->nrbufs) { | ||
| 948 | ret = 0; | ||
| 949 | goto error_out; | ||
| 950 | } | ||
| 951 | |||
| 935 | ret = wait_port_writable(port, filp->f_flags & O_NONBLOCK); | 952 | ret = wait_port_writable(port, filp->f_flags & O_NONBLOCK); |
| 936 | if (ret < 0) | 953 | if (ret < 0) |
| 937 | return ret; | 954 | goto error_out; |
| 938 | 955 | ||
| 939 | buf = alloc_buf(port->out_vq, 0, pipe->nrbufs); | 956 | buf = alloc_buf(port->out_vq, 0, pipe->nrbufs); |
| 940 | if (!buf) | 957 | if (!buf) { |
| 941 | return -ENOMEM; | 958 | ret = -ENOMEM; |
| 959 | goto error_out; | ||
| 960 | } | ||
| 942 | 961 | ||
| 943 | sgl.n = 0; | 962 | sgl.n = 0; |
| 944 | sgl.len = 0; | 963 | sgl.len = 0; |
| @@ -946,12 +965,17 @@ static ssize_t port_fops_splice_write(struct pipe_inode_info *pipe, | |||
| 946 | sgl.sg = buf->sg; | 965 | sgl.sg = buf->sg; |
| 947 | sg_init_table(sgl.sg, sgl.size); | 966 | sg_init_table(sgl.sg, sgl.size); |
| 948 | ret = __splice_from_pipe(pipe, &sd, pipe_to_sg); | 967 | ret = __splice_from_pipe(pipe, &sd, pipe_to_sg); |
| 968 | pipe_unlock(pipe); | ||
| 949 | if (likely(ret > 0)) | 969 | if (likely(ret > 0)) |
| 950 | ret = __send_to_port(port, buf->sg, sgl.n, sgl.len, buf, true); | 970 | ret = __send_to_port(port, buf->sg, sgl.n, sgl.len, buf, true); |
| 951 | 971 | ||
| 952 | if (unlikely(ret <= 0)) | 972 | if (unlikely(ret <= 0)) |
| 953 | free_buf(buf, true); | 973 | free_buf(buf, true); |
| 954 | return ret; | 974 | return ret; |
| 975 | |||
| 976 | error_out: | ||
| 977 | pipe_unlock(pipe); | ||
| 978 | return ret; | ||
| 955 | } | 979 | } |
| 956 | 980 | ||
| 957 | static unsigned int port_fops_poll(struct file *filp, poll_table *wait) | 981 | static unsigned int port_fops_poll(struct file *filp, poll_table *wait) |
| @@ -1019,14 +1043,14 @@ static int port_fops_open(struct inode *inode, struct file *filp) | |||
| 1019 | struct port *port; | 1043 | struct port *port; |
| 1020 | int ret; | 1044 | int ret; |
| 1021 | 1045 | ||
| 1046 | /* We get the port with a kref here */ | ||
| 1022 | port = find_port_by_devt(cdev->dev); | 1047 | port = find_port_by_devt(cdev->dev); |
| 1048 | if (!port) { | ||
| 1049 | /* Port was unplugged before we could proceed */ | ||
| 1050 | return -ENXIO; | ||
| 1051 | } | ||
| 1023 | filp->private_data = port; | 1052 | filp->private_data = port; |
| 1024 | 1053 | ||
| 1025 | /* Prevent against a port getting hot-unplugged at the same time */ | ||
| 1026 | spin_lock_irq(&port->portdev->ports_lock); | ||
| 1027 | kref_get(&port->kref); | ||
| 1028 | spin_unlock_irq(&port->portdev->ports_lock); | ||
| 1029 | |||
| 1030 | /* | 1054 | /* |
| 1031 | * Don't allow opening of console port devices -- that's done | 1055 | * Don't allow opening of console port devices -- that's done |
| 1032 | * via /dev/hvc | 1056 | * via /dev/hvc |
| @@ -1498,14 +1522,6 @@ static void remove_port(struct kref *kref) | |||
| 1498 | 1522 | ||
| 1499 | port = container_of(kref, struct port, kref); | 1523 | port = container_of(kref, struct port, kref); |
| 1500 | 1524 | ||
| 1501 | sysfs_remove_group(&port->dev->kobj, &port_attribute_group); | ||
| 1502 | device_destroy(pdrvdata.class, port->dev->devt); | ||
| 1503 | cdev_del(port->cdev); | ||
| 1504 | |||
| 1505 | kfree(port->name); | ||
| 1506 | |||
| 1507 | debugfs_remove(port->debugfs_file); | ||
| 1508 | |||
| 1509 | kfree(port); | 1525 | kfree(port); |
| 1510 | } | 1526 | } |
| 1511 | 1527 | ||
| @@ -1539,12 +1555,14 @@ static void unplug_port(struct port *port) | |||
| 1539 | spin_unlock_irq(&port->portdev->ports_lock); | 1555 | spin_unlock_irq(&port->portdev->ports_lock); |
| 1540 | 1556 | ||
| 1541 | if (port->guest_connected) { | 1557 | if (port->guest_connected) { |
| 1558 | /* Let the app know the port is going down. */ | ||
| 1559 | send_sigio_to_port(port); | ||
| 1560 | |||
| 1561 | /* Do this after sigio is actually sent */ | ||
| 1542 | port->guest_connected = false; | 1562 | port->guest_connected = false; |
| 1543 | port->host_connected = false; | 1563 | port->host_connected = false; |
| 1544 | wake_up_interruptible(&port->waitqueue); | ||
| 1545 | 1564 | ||
| 1546 | /* Let the app know the port is going down. */ | 1565 | wake_up_interruptible(&port->waitqueue); |
| 1547 | send_sigio_to_port(port); | ||
| 1548 | } | 1566 | } |
| 1549 | 1567 | ||
| 1550 | if (is_console_port(port)) { | 1568 | if (is_console_port(port)) { |
| @@ -1563,6 +1581,14 @@ static void unplug_port(struct port *port) | |||
| 1563 | */ | 1581 | */ |
| 1564 | port->portdev = NULL; | 1582 | port->portdev = NULL; |
| 1565 | 1583 | ||
| 1584 | sysfs_remove_group(&port->dev->kobj, &port_attribute_group); | ||
| 1585 | device_destroy(pdrvdata.class, port->dev->devt); | ||
| 1586 | cdev_del(port->cdev); | ||
| 1587 | |||
| 1588 | kfree(port->name); | ||
| 1589 | |||
| 1590 | debugfs_remove(port->debugfs_file); | ||
| 1591 | |||
| 1566 | /* | 1592 | /* |
| 1567 | * Locks around here are not necessary - a port can't be | 1593 | * Locks around here are not necessary - a port can't be |
| 1568 | * opened after we removed the port struct from ports_list | 1594 | * opened after we removed the port struct from ports_list |
diff --git a/drivers/cpufreq/cpufreq_conservative.c b/drivers/cpufreq/cpufreq_conservative.c index 0ceb2eff5a7e..f97cb3d8c5a2 100644 --- a/drivers/cpufreq/cpufreq_conservative.c +++ b/drivers/cpufreq/cpufreq_conservative.c | |||
| @@ -221,8 +221,8 @@ static ssize_t store_down_threshold(struct dbs_data *dbs_data, const char *buf, | |||
| 221 | return count; | 221 | return count; |
| 222 | } | 222 | } |
| 223 | 223 | ||
| 224 | static ssize_t store_ignore_nice(struct dbs_data *dbs_data, const char *buf, | 224 | static ssize_t store_ignore_nice_load(struct dbs_data *dbs_data, |
| 225 | size_t count) | 225 | const char *buf, size_t count) |
| 226 | { | 226 | { |
| 227 | struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; | 227 | struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; |
| 228 | unsigned int input, j; | 228 | unsigned int input, j; |
| @@ -235,10 +235,10 @@ static ssize_t store_ignore_nice(struct dbs_data *dbs_data, const char *buf, | |||
| 235 | if (input > 1) | 235 | if (input > 1) |
| 236 | input = 1; | 236 | input = 1; |
| 237 | 237 | ||
| 238 | if (input == cs_tuners->ignore_nice) /* nothing to do */ | 238 | if (input == cs_tuners->ignore_nice_load) /* nothing to do */ |
| 239 | return count; | 239 | return count; |
| 240 | 240 | ||
| 241 | cs_tuners->ignore_nice = input; | 241 | cs_tuners->ignore_nice_load = input; |
| 242 | 242 | ||
| 243 | /* we need to re-evaluate prev_cpu_idle */ | 243 | /* we need to re-evaluate prev_cpu_idle */ |
| 244 | for_each_online_cpu(j) { | 244 | for_each_online_cpu(j) { |
| @@ -246,7 +246,7 @@ static ssize_t store_ignore_nice(struct dbs_data *dbs_data, const char *buf, | |||
| 246 | dbs_info = &per_cpu(cs_cpu_dbs_info, j); | 246 | dbs_info = &per_cpu(cs_cpu_dbs_info, j); |
| 247 | dbs_info->cdbs.prev_cpu_idle = get_cpu_idle_time(j, | 247 | dbs_info->cdbs.prev_cpu_idle = get_cpu_idle_time(j, |
| 248 | &dbs_info->cdbs.prev_cpu_wall, 0); | 248 | &dbs_info->cdbs.prev_cpu_wall, 0); |
| 249 | if (cs_tuners->ignore_nice) | 249 | if (cs_tuners->ignore_nice_load) |
| 250 | dbs_info->cdbs.prev_cpu_nice = | 250 | dbs_info->cdbs.prev_cpu_nice = |
| 251 | kcpustat_cpu(j).cpustat[CPUTIME_NICE]; | 251 | kcpustat_cpu(j).cpustat[CPUTIME_NICE]; |
| 252 | } | 252 | } |
| @@ -279,7 +279,7 @@ show_store_one(cs, sampling_rate); | |||
| 279 | show_store_one(cs, sampling_down_factor); | 279 | show_store_one(cs, sampling_down_factor); |
| 280 | show_store_one(cs, up_threshold); | 280 | show_store_one(cs, up_threshold); |
| 281 | show_store_one(cs, down_threshold); | 281 | show_store_one(cs, down_threshold); |
| 282 | show_store_one(cs, ignore_nice); | 282 | show_store_one(cs, ignore_nice_load); |
| 283 | show_store_one(cs, freq_step); | 283 | show_store_one(cs, freq_step); |
| 284 | declare_show_sampling_rate_min(cs); | 284 | declare_show_sampling_rate_min(cs); |
| 285 | 285 | ||
| @@ -287,7 +287,7 @@ gov_sys_pol_attr_rw(sampling_rate); | |||
| 287 | gov_sys_pol_attr_rw(sampling_down_factor); | 287 | gov_sys_pol_attr_rw(sampling_down_factor); |
| 288 | gov_sys_pol_attr_rw(up_threshold); | 288 | gov_sys_pol_attr_rw(up_threshold); |
| 289 | gov_sys_pol_attr_rw(down_threshold); | 289 | gov_sys_pol_attr_rw(down_threshold); |
| 290 | gov_sys_pol_attr_rw(ignore_nice); | 290 | gov_sys_pol_attr_rw(ignore_nice_load); |
| 291 | gov_sys_pol_attr_rw(freq_step); | 291 | gov_sys_pol_attr_rw(freq_step); |
| 292 | gov_sys_pol_attr_ro(sampling_rate_min); | 292 | gov_sys_pol_attr_ro(sampling_rate_min); |
| 293 | 293 | ||
| @@ -297,7 +297,7 @@ static struct attribute *dbs_attributes_gov_sys[] = { | |||
| 297 | &sampling_down_factor_gov_sys.attr, | 297 | &sampling_down_factor_gov_sys.attr, |
| 298 | &up_threshold_gov_sys.attr, | 298 | &up_threshold_gov_sys.attr, |
| 299 | &down_threshold_gov_sys.attr, | 299 | &down_threshold_gov_sys.attr, |
| 300 | &ignore_nice_gov_sys.attr, | 300 | &ignore_nice_load_gov_sys.attr, |
| 301 | &freq_step_gov_sys.attr, | 301 | &freq_step_gov_sys.attr, |
| 302 | NULL | 302 | NULL |
| 303 | }; | 303 | }; |
| @@ -313,7 +313,7 @@ static struct attribute *dbs_attributes_gov_pol[] = { | |||
| 313 | &sampling_down_factor_gov_pol.attr, | 313 | &sampling_down_factor_gov_pol.attr, |
| 314 | &up_threshold_gov_pol.attr, | 314 | &up_threshold_gov_pol.attr, |
| 315 | &down_threshold_gov_pol.attr, | 315 | &down_threshold_gov_pol.attr, |
| 316 | &ignore_nice_gov_pol.attr, | 316 | &ignore_nice_load_gov_pol.attr, |
| 317 | &freq_step_gov_pol.attr, | 317 | &freq_step_gov_pol.attr, |
| 318 | NULL | 318 | NULL |
| 319 | }; | 319 | }; |
| @@ -338,7 +338,7 @@ static int cs_init(struct dbs_data *dbs_data) | |||
| 338 | tuners->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; | 338 | tuners->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; |
| 339 | tuners->down_threshold = DEF_FREQUENCY_DOWN_THRESHOLD; | 339 | tuners->down_threshold = DEF_FREQUENCY_DOWN_THRESHOLD; |
| 340 | tuners->sampling_down_factor = DEF_SAMPLING_DOWN_FACTOR; | 340 | tuners->sampling_down_factor = DEF_SAMPLING_DOWN_FACTOR; |
| 341 | tuners->ignore_nice = 0; | 341 | tuners->ignore_nice_load = 0; |
| 342 | tuners->freq_step = DEF_FREQUENCY_STEP; | 342 | tuners->freq_step = DEF_FREQUENCY_STEP; |
| 343 | 343 | ||
| 344 | dbs_data->tuners = tuners; | 344 | dbs_data->tuners = tuners; |
diff --git a/drivers/cpufreq/cpufreq_governor.c b/drivers/cpufreq/cpufreq_governor.c index 7b839a8db2a7..e59afaa9da23 100644 --- a/drivers/cpufreq/cpufreq_governor.c +++ b/drivers/cpufreq/cpufreq_governor.c | |||
| @@ -47,9 +47,9 @@ void dbs_check_cpu(struct dbs_data *dbs_data, int cpu) | |||
| 47 | unsigned int j; | 47 | unsigned int j; |
| 48 | 48 | ||
| 49 | if (dbs_data->cdata->governor == GOV_ONDEMAND) | 49 | if (dbs_data->cdata->governor == GOV_ONDEMAND) |
| 50 | ignore_nice = od_tuners->ignore_nice; | 50 | ignore_nice = od_tuners->ignore_nice_load; |
| 51 | else | 51 | else |
| 52 | ignore_nice = cs_tuners->ignore_nice; | 52 | ignore_nice = cs_tuners->ignore_nice_load; |
| 53 | 53 | ||
| 54 | policy = cdbs->cur_policy; | 54 | policy = cdbs->cur_policy; |
| 55 | 55 | ||
| @@ -298,12 +298,12 @@ int cpufreq_governor_dbs(struct cpufreq_policy *policy, | |||
| 298 | cs_tuners = dbs_data->tuners; | 298 | cs_tuners = dbs_data->tuners; |
| 299 | cs_dbs_info = dbs_data->cdata->get_cpu_dbs_info_s(cpu); | 299 | cs_dbs_info = dbs_data->cdata->get_cpu_dbs_info_s(cpu); |
| 300 | sampling_rate = cs_tuners->sampling_rate; | 300 | sampling_rate = cs_tuners->sampling_rate; |
| 301 | ignore_nice = cs_tuners->ignore_nice; | 301 | ignore_nice = cs_tuners->ignore_nice_load; |
| 302 | } else { | 302 | } else { |
| 303 | od_tuners = dbs_data->tuners; | 303 | od_tuners = dbs_data->tuners; |
| 304 | od_dbs_info = dbs_data->cdata->get_cpu_dbs_info_s(cpu); | 304 | od_dbs_info = dbs_data->cdata->get_cpu_dbs_info_s(cpu); |
| 305 | sampling_rate = od_tuners->sampling_rate; | 305 | sampling_rate = od_tuners->sampling_rate; |
| 306 | ignore_nice = od_tuners->ignore_nice; | 306 | ignore_nice = od_tuners->ignore_nice_load; |
| 307 | od_ops = dbs_data->cdata->gov_ops; | 307 | od_ops = dbs_data->cdata->gov_ops; |
| 308 | io_busy = od_tuners->io_is_busy; | 308 | io_busy = od_tuners->io_is_busy; |
| 309 | } | 309 | } |
diff --git a/drivers/cpufreq/cpufreq_governor.h b/drivers/cpufreq/cpufreq_governor.h index 6663ec3b3056..d5f12b4b11b8 100644 --- a/drivers/cpufreq/cpufreq_governor.h +++ b/drivers/cpufreq/cpufreq_governor.h | |||
| @@ -165,7 +165,7 @@ struct cs_cpu_dbs_info_s { | |||
| 165 | 165 | ||
| 166 | /* Per policy Governers sysfs tunables */ | 166 | /* Per policy Governers sysfs tunables */ |
| 167 | struct od_dbs_tuners { | 167 | struct od_dbs_tuners { |
| 168 | unsigned int ignore_nice; | 168 | unsigned int ignore_nice_load; |
| 169 | unsigned int sampling_rate; | 169 | unsigned int sampling_rate; |
| 170 | unsigned int sampling_down_factor; | 170 | unsigned int sampling_down_factor; |
| 171 | unsigned int up_threshold; | 171 | unsigned int up_threshold; |
| @@ -175,7 +175,7 @@ struct od_dbs_tuners { | |||
| 175 | }; | 175 | }; |
| 176 | 176 | ||
| 177 | struct cs_dbs_tuners { | 177 | struct cs_dbs_tuners { |
| 178 | unsigned int ignore_nice; | 178 | unsigned int ignore_nice_load; |
| 179 | unsigned int sampling_rate; | 179 | unsigned int sampling_rate; |
| 180 | unsigned int sampling_down_factor; | 180 | unsigned int sampling_down_factor; |
| 181 | unsigned int up_threshold; | 181 | unsigned int up_threshold; |
diff --git a/drivers/cpufreq/cpufreq_ondemand.c b/drivers/cpufreq/cpufreq_ondemand.c index 93eb5cbcc1f6..c087347d6688 100644 --- a/drivers/cpufreq/cpufreq_ondemand.c +++ b/drivers/cpufreq/cpufreq_ondemand.c | |||
| @@ -403,8 +403,8 @@ static ssize_t store_sampling_down_factor(struct dbs_data *dbs_data, | |||
| 403 | return count; | 403 | return count; |
| 404 | } | 404 | } |
| 405 | 405 | ||
| 406 | static ssize_t store_ignore_nice(struct dbs_data *dbs_data, const char *buf, | 406 | static ssize_t store_ignore_nice_load(struct dbs_data *dbs_data, |
| 407 | size_t count) | 407 | const char *buf, size_t count) |
| 408 | { | 408 | { |
| 409 | struct od_dbs_tuners *od_tuners = dbs_data->tuners; | 409 | struct od_dbs_tuners *od_tuners = dbs_data->tuners; |
| 410 | unsigned int input; | 410 | unsigned int input; |
| @@ -419,10 +419,10 @@ static ssize_t store_ignore_nice(struct dbs_data *dbs_data, const char *buf, | |||
| 419 | if (input > 1) | 419 | if (input > 1) |
| 420 | input = 1; | 420 | input = 1; |
| 421 | 421 | ||
| 422 | if (input == od_tuners->ignore_nice) { /* nothing to do */ | 422 | if (input == od_tuners->ignore_nice_load) { /* nothing to do */ |
| 423 | return count; | 423 | return count; |
| 424 | } | 424 | } |
| 425 | od_tuners->ignore_nice = input; | 425 | od_tuners->ignore_nice_load = input; |
| 426 | 426 | ||
| 427 | /* we need to re-evaluate prev_cpu_idle */ | 427 | /* we need to re-evaluate prev_cpu_idle */ |
| 428 | for_each_online_cpu(j) { | 428 | for_each_online_cpu(j) { |
| @@ -430,7 +430,7 @@ static ssize_t store_ignore_nice(struct dbs_data *dbs_data, const char *buf, | |||
| 430 | dbs_info = &per_cpu(od_cpu_dbs_info, j); | 430 | dbs_info = &per_cpu(od_cpu_dbs_info, j); |
| 431 | dbs_info->cdbs.prev_cpu_idle = get_cpu_idle_time(j, | 431 | dbs_info->cdbs.prev_cpu_idle = get_cpu_idle_time(j, |
| 432 | &dbs_info->cdbs.prev_cpu_wall, od_tuners->io_is_busy); | 432 | &dbs_info->cdbs.prev_cpu_wall, od_tuners->io_is_busy); |
| 433 | if (od_tuners->ignore_nice) | 433 | if (od_tuners->ignore_nice_load) |
| 434 | dbs_info->cdbs.prev_cpu_nice = | 434 | dbs_info->cdbs.prev_cpu_nice = |
| 435 | kcpustat_cpu(j).cpustat[CPUTIME_NICE]; | 435 | kcpustat_cpu(j).cpustat[CPUTIME_NICE]; |
| 436 | 436 | ||
| @@ -461,7 +461,7 @@ show_store_one(od, sampling_rate); | |||
| 461 | show_store_one(od, io_is_busy); | 461 | show_store_one(od, io_is_busy); |
| 462 | show_store_one(od, up_threshold); | 462 | show_store_one(od, up_threshold); |
| 463 | show_store_one(od, sampling_down_factor); | 463 | show_store_one(od, sampling_down_factor); |
| 464 | show_store_one(od, ignore_nice); | 464 | show_store_one(od, ignore_nice_load); |
| 465 | show_store_one(od, powersave_bias); | 465 | show_store_one(od, powersave_bias); |
| 466 | declare_show_sampling_rate_min(od); | 466 | declare_show_sampling_rate_min(od); |
| 467 | 467 | ||
| @@ -469,7 +469,7 @@ gov_sys_pol_attr_rw(sampling_rate); | |||
| 469 | gov_sys_pol_attr_rw(io_is_busy); | 469 | gov_sys_pol_attr_rw(io_is_busy); |
| 470 | gov_sys_pol_attr_rw(up_threshold); | 470 | gov_sys_pol_attr_rw(up_threshold); |
| 471 | gov_sys_pol_attr_rw(sampling_down_factor); | 471 | gov_sys_pol_attr_rw(sampling_down_factor); |
| 472 | gov_sys_pol_attr_rw(ignore_nice); | 472 | gov_sys_pol_attr_rw(ignore_nice_load); |
| 473 | gov_sys_pol_attr_rw(powersave_bias); | 473 | gov_sys_pol_attr_rw(powersave_bias); |
| 474 | gov_sys_pol_attr_ro(sampling_rate_min); | 474 | gov_sys_pol_attr_ro(sampling_rate_min); |
| 475 | 475 | ||
| @@ -478,7 +478,7 @@ static struct attribute *dbs_attributes_gov_sys[] = { | |||
| 478 | &sampling_rate_gov_sys.attr, | 478 | &sampling_rate_gov_sys.attr, |
| 479 | &up_threshold_gov_sys.attr, | 479 | &up_threshold_gov_sys.attr, |
| 480 | &sampling_down_factor_gov_sys.attr, | 480 | &sampling_down_factor_gov_sys.attr, |
| 481 | &ignore_nice_gov_sys.attr, | 481 | &ignore_nice_load_gov_sys.attr, |
| 482 | &powersave_bias_gov_sys.attr, | 482 | &powersave_bias_gov_sys.attr, |
| 483 | &io_is_busy_gov_sys.attr, | 483 | &io_is_busy_gov_sys.attr, |
| 484 | NULL | 484 | NULL |
| @@ -494,7 +494,7 @@ static struct attribute *dbs_attributes_gov_pol[] = { | |||
| 494 | &sampling_rate_gov_pol.attr, | 494 | &sampling_rate_gov_pol.attr, |
| 495 | &up_threshold_gov_pol.attr, | 495 | &up_threshold_gov_pol.attr, |
| 496 | &sampling_down_factor_gov_pol.attr, | 496 | &sampling_down_factor_gov_pol.attr, |
| 497 | &ignore_nice_gov_pol.attr, | 497 | &ignore_nice_load_gov_pol.attr, |
| 498 | &powersave_bias_gov_pol.attr, | 498 | &powersave_bias_gov_pol.attr, |
| 499 | &io_is_busy_gov_pol.attr, | 499 | &io_is_busy_gov_pol.attr, |
| 500 | NULL | 500 | NULL |
| @@ -544,7 +544,7 @@ static int od_init(struct dbs_data *dbs_data) | |||
| 544 | } | 544 | } |
| 545 | 545 | ||
| 546 | tuners->sampling_down_factor = DEF_SAMPLING_DOWN_FACTOR; | 546 | tuners->sampling_down_factor = DEF_SAMPLING_DOWN_FACTOR; |
| 547 | tuners->ignore_nice = 0; | 547 | tuners->ignore_nice_load = 0; |
| 548 | tuners->powersave_bias = default_powersave_bias; | 548 | tuners->powersave_bias = default_powersave_bias; |
| 549 | tuners->io_is_busy = should_io_be_busy(); | 549 | tuners->io_is_busy = should_io_be_busy(); |
| 550 | 550 | ||
diff --git a/drivers/cpufreq/loongson2_cpufreq.c b/drivers/cpufreq/loongson2_cpufreq.c index bb838b985077..9536852c504a 100644 --- a/drivers/cpufreq/loongson2_cpufreq.c +++ b/drivers/cpufreq/loongson2_cpufreq.c | |||
| @@ -118,11 +118,6 @@ static int loongson2_cpufreq_cpu_init(struct cpufreq_policy *policy) | |||
| 118 | clk_put(cpuclk); | 118 | clk_put(cpuclk); |
| 119 | return -EINVAL; | 119 | return -EINVAL; |
| 120 | } | 120 | } |
| 121 | ret = clk_set_rate(cpuclk, rate); | ||
| 122 | if (ret) { | ||
| 123 | clk_put(cpuclk); | ||
| 124 | return ret; | ||
| 125 | } | ||
| 126 | 121 | ||
| 127 | /* clock table init */ | 122 | /* clock table init */ |
| 128 | for (i = 2; | 123 | for (i = 2; |
| @@ -130,6 +125,12 @@ static int loongson2_cpufreq_cpu_init(struct cpufreq_policy *policy) | |||
| 130 | i++) | 125 | i++) |
| 131 | loongson2_clockmod_table[i].frequency = (rate * i) / 8; | 126 | loongson2_clockmod_table[i].frequency = (rate * i) / 8; |
| 132 | 127 | ||
| 128 | ret = clk_set_rate(cpuclk, rate); | ||
| 129 | if (ret) { | ||
| 130 | clk_put(cpuclk); | ||
| 131 | return ret; | ||
| 132 | } | ||
| 133 | |||
| 133 | policy->cur = loongson2_cpufreq_get(policy->cpu); | 134 | policy->cur = loongson2_cpufreq_get(policy->cpu); |
| 134 | 135 | ||
| 135 | cpufreq_frequency_table_get_attr(&loongson2_clockmod_table[0], | 136 | cpufreq_frequency_table_get_attr(&loongson2_clockmod_table[0], |
diff --git a/drivers/dma/sh/shdma.c b/drivers/dma/sh/shdma.c index b67f45f5c271..5039fbc88254 100644 --- a/drivers/dma/sh/shdma.c +++ b/drivers/dma/sh/shdma.c | |||
| @@ -400,8 +400,8 @@ static size_t sh_dmae_get_partial(struct shdma_chan *schan, | |||
| 400 | shdma_chan); | 400 | shdma_chan); |
| 401 | struct sh_dmae_desc *sh_desc = container_of(sdesc, | 401 | struct sh_dmae_desc *sh_desc = container_of(sdesc, |
| 402 | struct sh_dmae_desc, shdma_desc); | 402 | struct sh_dmae_desc, shdma_desc); |
| 403 | return (sh_desc->hw.tcr - sh_dmae_readl(sh_chan, TCR)) << | 403 | return sh_desc->hw.tcr - |
| 404 | sh_chan->xmit_shift; | 404 | (sh_dmae_readl(sh_chan, TCR) << sh_chan->xmit_shift); |
| 405 | } | 405 | } |
| 406 | 406 | ||
| 407 | /* Called from error IRQ or NMI */ | 407 | /* Called from error IRQ or NMI */ |
diff --git a/drivers/gpu/drm/ast/ast_ttm.c b/drivers/gpu/drm/ast/ast_ttm.c index 98d670825a1a..6e8887fe6c1b 100644 --- a/drivers/gpu/drm/ast/ast_ttm.c +++ b/drivers/gpu/drm/ast/ast_ttm.c | |||
| @@ -323,6 +323,7 @@ int ast_bo_create(struct drm_device *dev, int size, int align, | |||
| 323 | 323 | ||
| 324 | astbo->gem.driver_private = NULL; | 324 | astbo->gem.driver_private = NULL; |
| 325 | astbo->bo.bdev = &ast->ttm.bdev; | 325 | astbo->bo.bdev = &ast->ttm.bdev; |
| 326 | astbo->bo.bdev->dev_mapping = dev->dev_mapping; | ||
| 326 | 327 | ||
| 327 | ast_ttm_placement(astbo, TTM_PL_FLAG_VRAM | TTM_PL_FLAG_SYSTEM); | 328 | ast_ttm_placement(astbo, TTM_PL_FLAG_VRAM | TTM_PL_FLAG_SYSTEM); |
| 328 | 329 | ||
diff --git a/drivers/gpu/drm/cirrus/cirrus_ttm.c b/drivers/gpu/drm/cirrus/cirrus_ttm.c index 0047012045c2..69fd8f1ac8df 100644 --- a/drivers/gpu/drm/cirrus/cirrus_ttm.c +++ b/drivers/gpu/drm/cirrus/cirrus_ttm.c | |||
| @@ -328,6 +328,7 @@ int cirrus_bo_create(struct drm_device *dev, int size, int align, | |||
| 328 | 328 | ||
| 329 | cirrusbo->gem.driver_private = NULL; | 329 | cirrusbo->gem.driver_private = NULL; |
| 330 | cirrusbo->bo.bdev = &cirrus->ttm.bdev; | 330 | cirrusbo->bo.bdev = &cirrus->ttm.bdev; |
| 331 | cirrusbo->bo.bdev->dev_mapping = dev->dev_mapping; | ||
| 331 | 332 | ||
| 332 | cirrus_ttm_placement(cirrusbo, TTM_PL_FLAG_VRAM | TTM_PL_FLAG_SYSTEM); | 333 | cirrus_ttm_placement(cirrusbo, TTM_PL_FLAG_VRAM | TTM_PL_FLAG_SYSTEM); |
| 333 | 334 | ||
diff --git a/drivers/gpu/drm/drm_irq.c b/drivers/gpu/drm/drm_irq.c index 8bcce7866d36..f92da0a32f0d 100644 --- a/drivers/gpu/drm/drm_irq.c +++ b/drivers/gpu/drm/drm_irq.c | |||
| @@ -708,7 +708,10 @@ int drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev, int crtc, | |||
| 708 | /* Subtract time delta from raw timestamp to get final | 708 | /* Subtract time delta from raw timestamp to get final |
| 709 | * vblank_time timestamp for end of vblank. | 709 | * vblank_time timestamp for end of vblank. |
| 710 | */ | 710 | */ |
| 711 | etime = ktime_sub_ns(etime, delta_ns); | 711 | if (delta_ns < 0) |
| 712 | etime = ktime_add_ns(etime, -delta_ns); | ||
| 713 | else | ||
| 714 | etime = ktime_sub_ns(etime, delta_ns); | ||
| 712 | *vblank_time = ktime_to_timeval(etime); | 715 | *vblank_time = ktime_to_timeval(etime); |
| 713 | 716 | ||
| 714 | DRM_DEBUG("crtc %d : v %d p(%d,%d)@ %ld.%ld -> %ld.%ld [e %d us, %d rep]\n", | 717 | DRM_DEBUG("crtc %d : v %d p(%d,%d)@ %ld.%ld -> %ld.%ld [e %d us, %d rep]\n", |
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index f2326fc60ac9..6f514297c483 100644 --- a/drivers/gpu/drm/i915/i915_reg.h +++ b/drivers/gpu/drm/i915/i915_reg.h | |||
| @@ -1856,10 +1856,16 @@ | |||
| 1856 | #define CRT_HOTPLUG_DETECT_VOLTAGE_475MV (1 << 2) | 1856 | #define CRT_HOTPLUG_DETECT_VOLTAGE_475MV (1 << 2) |
| 1857 | 1857 | ||
| 1858 | #define PORT_HOTPLUG_STAT (dev_priv->info->display_mmio_offset + 0x61114) | 1858 | #define PORT_HOTPLUG_STAT (dev_priv->info->display_mmio_offset + 0x61114) |
| 1859 | /* HDMI/DP bits are gen4+ */ | 1859 | /* |
| 1860 | #define PORTB_HOTPLUG_LIVE_STATUS (1 << 29) | 1860 | * HDMI/DP bits are gen4+ |
| 1861 | * | ||
| 1862 | * WARNING: Bspec for hpd status bits on gen4 seems to be completely confused. | ||
| 1863 | * Please check the detailed lore in the commit message for for experimental | ||
| 1864 | * evidence. | ||
| 1865 | */ | ||
| 1866 | #define PORTD_HOTPLUG_LIVE_STATUS (1 << 29) | ||
| 1861 | #define PORTC_HOTPLUG_LIVE_STATUS (1 << 28) | 1867 | #define PORTC_HOTPLUG_LIVE_STATUS (1 << 28) |
| 1862 | #define PORTD_HOTPLUG_LIVE_STATUS (1 << 27) | 1868 | #define PORTB_HOTPLUG_LIVE_STATUS (1 << 27) |
| 1863 | #define PORTD_HOTPLUG_INT_STATUS (3 << 21) | 1869 | #define PORTD_HOTPLUG_INT_STATUS (3 << 21) |
| 1864 | #define PORTC_HOTPLUG_INT_STATUS (3 << 19) | 1870 | #define PORTC_HOTPLUG_INT_STATUS (3 << 19) |
| 1865 | #define PORTB_HOTPLUG_INT_STATUS (3 << 17) | 1871 | #define PORTB_HOTPLUG_INT_STATUS (3 << 17) |
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index 5fb305840db8..e38b45786653 100644 --- a/drivers/gpu/drm/i915/intel_display.c +++ b/drivers/gpu/drm/i915/intel_display.c | |||
| @@ -8269,9 +8269,11 @@ check_crtc_state(struct drm_device *dev) | |||
| 8269 | 8269 | ||
| 8270 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, | 8270 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 8271 | base.head) { | 8271 | base.head) { |
| 8272 | enum pipe pipe; | ||
| 8272 | if (encoder->base.crtc != &crtc->base) | 8273 | if (encoder->base.crtc != &crtc->base) |
| 8273 | continue; | 8274 | continue; |
| 8274 | if (encoder->get_config) | 8275 | if (encoder->get_config && |
| 8276 | encoder->get_hw_state(encoder, &pipe)) | ||
| 8275 | encoder->get_config(encoder, &pipe_config); | 8277 | encoder->get_config(encoder, &pipe_config); |
| 8276 | } | 8278 | } |
| 8277 | 8279 | ||
diff --git a/drivers/gpu/drm/i915/intel_panel.c b/drivers/gpu/drm/i915/intel_panel.c index 67e2c1f1c9a8..5950888ae1d0 100644 --- a/drivers/gpu/drm/i915/intel_panel.c +++ b/drivers/gpu/drm/i915/intel_panel.c | |||
| @@ -497,8 +497,11 @@ void intel_panel_set_backlight(struct drm_device *dev, u32 level, u32 max) | |||
| 497 | goto out; | 497 | goto out; |
| 498 | } | 498 | } |
| 499 | 499 | ||
| 500 | /* scale to hardware */ | 500 | /* scale to hardware, but be careful to not overflow */ |
| 501 | level = level * freq / max; | 501 | if (freq < max) |
| 502 | level = level * freq / max; | ||
| 503 | else | ||
| 504 | level = freq / max * level; | ||
| 502 | 505 | ||
| 503 | dev_priv->backlight.level = level; | 506 | dev_priv->backlight.level = level; |
| 504 | if (dev_priv->backlight.device) | 507 | if (dev_priv->backlight.device) |
| @@ -515,6 +518,17 @@ void intel_panel_disable_backlight(struct drm_device *dev) | |||
| 515 | struct drm_i915_private *dev_priv = dev->dev_private; | 518 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 516 | unsigned long flags; | 519 | unsigned long flags; |
| 517 | 520 | ||
| 521 | /* | ||
| 522 | * Do not disable backlight on the vgaswitcheroo path. When switching | ||
| 523 | * away from i915, the other client may depend on i915 to handle the | ||
| 524 | * backlight. This will leave the backlight on unnecessarily when | ||
| 525 | * another client is not activated. | ||
| 526 | */ | ||
| 527 | if (dev->switch_power_state == DRM_SWITCH_POWER_CHANGING) { | ||
| 528 | DRM_DEBUG_DRIVER("Skipping backlight disable on vga switch\n"); | ||
| 529 | return; | ||
| 530 | } | ||
| 531 | |||
| 518 | spin_lock_irqsave(&dev_priv->backlight.lock, flags); | 532 | spin_lock_irqsave(&dev_priv->backlight.lock, flags); |
| 519 | 533 | ||
| 520 | dev_priv->backlight.enabled = false; | 534 | dev_priv->backlight.enabled = false; |
diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c index f895d1508df8..b0e4a0bd1313 100644 --- a/drivers/gpu/drm/i915/intel_pm.c +++ b/drivers/gpu/drm/i915/intel_pm.c | |||
| @@ -5063,8 +5063,26 @@ static void __intel_set_power_well(struct drm_device *dev, bool enable) | |||
| 5063 | } | 5063 | } |
| 5064 | } else { | 5064 | } else { |
| 5065 | if (enable_requested) { | 5065 | if (enable_requested) { |
| 5066 | unsigned long irqflags; | ||
| 5067 | enum pipe p; | ||
| 5068 | |||
| 5066 | I915_WRITE(HSW_PWR_WELL_DRIVER, 0); | 5069 | I915_WRITE(HSW_PWR_WELL_DRIVER, 0); |
| 5070 | POSTING_READ(HSW_PWR_WELL_DRIVER); | ||
| 5067 | DRM_DEBUG_KMS("Requesting to disable the power well\n"); | 5071 | DRM_DEBUG_KMS("Requesting to disable the power well\n"); |
| 5072 | |||
| 5073 | /* | ||
| 5074 | * After this, the registers on the pipes that are part | ||
| 5075 | * of the power well will become zero, so we have to | ||
| 5076 | * adjust our counters according to that. | ||
| 5077 | * | ||
| 5078 | * FIXME: Should we do this in general in | ||
| 5079 | * drm_vblank_post_modeset? | ||
| 5080 | */ | ||
| 5081 | spin_lock_irqsave(&dev->vbl_lock, irqflags); | ||
| 5082 | for_each_pipe(p) | ||
| 5083 | if (p != PIPE_A) | ||
| 5084 | dev->last_vblank[p] = 0; | ||
| 5085 | spin_unlock_irqrestore(&dev->vbl_lock, irqflags); | ||
| 5068 | } | 5086 | } |
| 5069 | } | 5087 | } |
| 5070 | } | 5088 | } |
diff --git a/drivers/gpu/drm/mgag200/mgag200_ttm.c b/drivers/gpu/drm/mgag200/mgag200_ttm.c index 13878d5de063..d70e4a92773b 100644 --- a/drivers/gpu/drm/mgag200/mgag200_ttm.c +++ b/drivers/gpu/drm/mgag200/mgag200_ttm.c | |||
| @@ -323,6 +323,7 @@ int mgag200_bo_create(struct drm_device *dev, int size, int align, | |||
| 323 | 323 | ||
| 324 | mgabo->gem.driver_private = NULL; | 324 | mgabo->gem.driver_private = NULL; |
| 325 | mgabo->bo.bdev = &mdev->ttm.bdev; | 325 | mgabo->bo.bdev = &mdev->ttm.bdev; |
| 326 | mgabo->bo.bdev->dev_mapping = dev->dev_mapping; | ||
| 326 | 327 | ||
| 327 | mgag200_ttm_placement(mgabo, TTM_PL_FLAG_VRAM | TTM_PL_FLAG_SYSTEM); | 328 | mgag200_ttm_placement(mgabo, TTM_PL_FLAG_VRAM | TTM_PL_FLAG_SYSTEM); |
| 328 | 329 | ||
diff --git a/drivers/gpu/drm/radeon/btc_dpm.c b/drivers/gpu/drm/radeon/btc_dpm.c index 0bfd55e08820..9953e1fbc46d 100644 --- a/drivers/gpu/drm/radeon/btc_dpm.c +++ b/drivers/gpu/drm/radeon/btc_dpm.c | |||
| @@ -2548,9 +2548,6 @@ int btc_dpm_init(struct radeon_device *rdev) | |||
| 2548 | { | 2548 | { |
| 2549 | struct rv7xx_power_info *pi; | 2549 | struct rv7xx_power_info *pi; |
| 2550 | struct evergreen_power_info *eg_pi; | 2550 | struct evergreen_power_info *eg_pi; |
| 2551 | int index = GetIndexIntoMasterTable(DATA, ASIC_InternalSS_Info); | ||
| 2552 | u16 data_offset, size; | ||
| 2553 | u8 frev, crev; | ||
| 2554 | struct atom_clock_dividers dividers; | 2551 | struct atom_clock_dividers dividers; |
| 2555 | int ret; | 2552 | int ret; |
| 2556 | 2553 | ||
| @@ -2633,16 +2630,7 @@ int btc_dpm_init(struct radeon_device *rdev) | |||
| 2633 | eg_pi->vddci_control = | 2630 | eg_pi->vddci_control = |
| 2634 | radeon_atom_is_voltage_gpio(rdev, SET_VOLTAGE_TYPE_ASIC_VDDCI, 0); | 2631 | radeon_atom_is_voltage_gpio(rdev, SET_VOLTAGE_TYPE_ASIC_VDDCI, 0); |
| 2635 | 2632 | ||
| 2636 | if (atom_parse_data_header(rdev->mode_info.atom_context, index, &size, | 2633 | rv770_get_engine_memory_ss(rdev); |
| 2637 | &frev, &crev, &data_offset)) { | ||
| 2638 | pi->sclk_ss = true; | ||
| 2639 | pi->mclk_ss = true; | ||
| 2640 | pi->dynamic_ss = true; | ||
| 2641 | } else { | ||
| 2642 | pi->sclk_ss = false; | ||
| 2643 | pi->mclk_ss = false; | ||
| 2644 | pi->dynamic_ss = true; | ||
| 2645 | } | ||
| 2646 | 2634 | ||
| 2647 | pi->asi = RV770_ASI_DFLT; | 2635 | pi->asi = RV770_ASI_DFLT; |
| 2648 | pi->pasi = CYPRESS_HASI_DFLT; | 2636 | pi->pasi = CYPRESS_HASI_DFLT; |
| @@ -2659,8 +2647,7 @@ int btc_dpm_init(struct radeon_device *rdev) | |||
| 2659 | 2647 | ||
| 2660 | pi->dynamic_pcie_gen2 = true; | 2648 | pi->dynamic_pcie_gen2 = true; |
| 2661 | 2649 | ||
| 2662 | if (pi->gfx_clock_gating && | 2650 | if (rdev->pm.int_thermal_type != THERMAL_TYPE_NONE) |
| 2663 | (rdev->pm.int_thermal_type != THERMAL_TYPE_NONE)) | ||
| 2664 | pi->thermal_protection = true; | 2651 | pi->thermal_protection = true; |
| 2665 | else | 2652 | else |
| 2666 | pi->thermal_protection = false; | 2653 | pi->thermal_protection = false; |
diff --git a/drivers/gpu/drm/radeon/cik.c b/drivers/gpu/drm/radeon/cik.c index 6dacec4e2090..8928bd109c16 100644 --- a/drivers/gpu/drm/radeon/cik.c +++ b/drivers/gpu/drm/radeon/cik.c | |||
| @@ -2587,9 +2587,11 @@ u32 cik_compute_ring_get_rptr(struct radeon_device *rdev, | |||
| 2587 | if (rdev->wb.enabled) { | 2587 | if (rdev->wb.enabled) { |
| 2588 | rptr = le32_to_cpu(rdev->wb.wb[ring->rptr_offs/4]); | 2588 | rptr = le32_to_cpu(rdev->wb.wb[ring->rptr_offs/4]); |
| 2589 | } else { | 2589 | } else { |
| 2590 | mutex_lock(&rdev->srbm_mutex); | ||
| 2590 | cik_srbm_select(rdev, ring->me, ring->pipe, ring->queue, 0); | 2591 | cik_srbm_select(rdev, ring->me, ring->pipe, ring->queue, 0); |
| 2591 | rptr = RREG32(CP_HQD_PQ_RPTR); | 2592 | rptr = RREG32(CP_HQD_PQ_RPTR); |
| 2592 | cik_srbm_select(rdev, 0, 0, 0, 0); | 2593 | cik_srbm_select(rdev, 0, 0, 0, 0); |
| 2594 | mutex_unlock(&rdev->srbm_mutex); | ||
| 2593 | } | 2595 | } |
| 2594 | rptr = (rptr & ring->ptr_reg_mask) >> ring->ptr_reg_shift; | 2596 | rptr = (rptr & ring->ptr_reg_mask) >> ring->ptr_reg_shift; |
| 2595 | 2597 | ||
| @@ -2604,9 +2606,11 @@ u32 cik_compute_ring_get_wptr(struct radeon_device *rdev, | |||
| 2604 | if (rdev->wb.enabled) { | 2606 | if (rdev->wb.enabled) { |
| 2605 | wptr = le32_to_cpu(rdev->wb.wb[ring->wptr_offs/4]); | 2607 | wptr = le32_to_cpu(rdev->wb.wb[ring->wptr_offs/4]); |
| 2606 | } else { | 2608 | } else { |
| 2609 | mutex_lock(&rdev->srbm_mutex); | ||
| 2607 | cik_srbm_select(rdev, ring->me, ring->pipe, ring->queue, 0); | 2610 | cik_srbm_select(rdev, ring->me, ring->pipe, ring->queue, 0); |
| 2608 | wptr = RREG32(CP_HQD_PQ_WPTR); | 2611 | wptr = RREG32(CP_HQD_PQ_WPTR); |
| 2609 | cik_srbm_select(rdev, 0, 0, 0, 0); | 2612 | cik_srbm_select(rdev, 0, 0, 0, 0); |
| 2613 | mutex_unlock(&rdev->srbm_mutex); | ||
| 2610 | } | 2614 | } |
| 2611 | wptr = (wptr & ring->ptr_reg_mask) >> ring->ptr_reg_shift; | 2615 | wptr = (wptr & ring->ptr_reg_mask) >> ring->ptr_reg_shift; |
| 2612 | 2616 | ||
| @@ -2897,6 +2901,7 @@ static int cik_cp_compute_resume(struct radeon_device *rdev) | |||
| 2897 | WREG32(CP_CPF_DEBUG, tmp); | 2901 | WREG32(CP_CPF_DEBUG, tmp); |
| 2898 | 2902 | ||
| 2899 | /* init the pipes */ | 2903 | /* init the pipes */ |
| 2904 | mutex_lock(&rdev->srbm_mutex); | ||
| 2900 | for (i = 0; i < (rdev->mec.num_pipe * rdev->mec.num_mec); i++) { | 2905 | for (i = 0; i < (rdev->mec.num_pipe * rdev->mec.num_mec); i++) { |
| 2901 | int me = (i < 4) ? 1 : 2; | 2906 | int me = (i < 4) ? 1 : 2; |
| 2902 | int pipe = (i < 4) ? i : (i - 4); | 2907 | int pipe = (i < 4) ? i : (i - 4); |
| @@ -2919,6 +2924,7 @@ static int cik_cp_compute_resume(struct radeon_device *rdev) | |||
| 2919 | WREG32(CP_HPD_EOP_CONTROL, tmp); | 2924 | WREG32(CP_HPD_EOP_CONTROL, tmp); |
| 2920 | } | 2925 | } |
| 2921 | cik_srbm_select(rdev, 0, 0, 0, 0); | 2926 | cik_srbm_select(rdev, 0, 0, 0, 0); |
| 2927 | mutex_unlock(&rdev->srbm_mutex); | ||
| 2922 | 2928 | ||
| 2923 | /* init the queues. Just two for now. */ | 2929 | /* init the queues. Just two for now. */ |
| 2924 | for (i = 0; i < 2; i++) { | 2930 | for (i = 0; i < 2; i++) { |
| @@ -2972,6 +2978,7 @@ static int cik_cp_compute_resume(struct radeon_device *rdev) | |||
| 2972 | mqd->static_thread_mgmt23[0] = 0xffffffff; | 2978 | mqd->static_thread_mgmt23[0] = 0xffffffff; |
| 2973 | mqd->static_thread_mgmt23[1] = 0xffffffff; | 2979 | mqd->static_thread_mgmt23[1] = 0xffffffff; |
| 2974 | 2980 | ||
| 2981 | mutex_lock(&rdev->srbm_mutex); | ||
| 2975 | cik_srbm_select(rdev, rdev->ring[idx].me, | 2982 | cik_srbm_select(rdev, rdev->ring[idx].me, |
| 2976 | rdev->ring[idx].pipe, | 2983 | rdev->ring[idx].pipe, |
| 2977 | rdev->ring[idx].queue, 0); | 2984 | rdev->ring[idx].queue, 0); |
| @@ -3099,6 +3106,7 @@ static int cik_cp_compute_resume(struct radeon_device *rdev) | |||
| 3099 | WREG32(CP_HQD_ACTIVE, mqd->queue_state.cp_hqd_active); | 3106 | WREG32(CP_HQD_ACTIVE, mqd->queue_state.cp_hqd_active); |
| 3100 | 3107 | ||
| 3101 | cik_srbm_select(rdev, 0, 0, 0, 0); | 3108 | cik_srbm_select(rdev, 0, 0, 0, 0); |
| 3109 | mutex_unlock(&rdev->srbm_mutex); | ||
| 3102 | 3110 | ||
| 3103 | radeon_bo_kunmap(rdev->ring[idx].mqd_obj); | 3111 | radeon_bo_kunmap(rdev->ring[idx].mqd_obj); |
| 3104 | radeon_bo_unreserve(rdev->ring[idx].mqd_obj); | 3112 | radeon_bo_unreserve(rdev->ring[idx].mqd_obj); |
| @@ -4320,6 +4328,7 @@ static int cik_pcie_gart_enable(struct radeon_device *rdev) | |||
| 4320 | 4328 | ||
| 4321 | /* XXX SH_MEM regs */ | 4329 | /* XXX SH_MEM regs */ |
| 4322 | /* where to put LDS, scratch, GPUVM in FSA64 space */ | 4330 | /* where to put LDS, scratch, GPUVM in FSA64 space */ |
| 4331 | mutex_lock(&rdev->srbm_mutex); | ||
| 4323 | for (i = 0; i < 16; i++) { | 4332 | for (i = 0; i < 16; i++) { |
| 4324 | cik_srbm_select(rdev, 0, 0, 0, i); | 4333 | cik_srbm_select(rdev, 0, 0, 0, i); |
| 4325 | /* CP and shaders */ | 4334 | /* CP and shaders */ |
| @@ -4335,6 +4344,7 @@ static int cik_pcie_gart_enable(struct radeon_device *rdev) | |||
| 4335 | /* XXX SDMA RLC - todo */ | 4344 | /* XXX SDMA RLC - todo */ |
| 4336 | } | 4345 | } |
| 4337 | cik_srbm_select(rdev, 0, 0, 0, 0); | 4346 | cik_srbm_select(rdev, 0, 0, 0, 0); |
| 4347 | mutex_unlock(&rdev->srbm_mutex); | ||
| 4338 | 4348 | ||
| 4339 | cik_pcie_gart_tlb_flush(rdev); | 4349 | cik_pcie_gart_tlb_flush(rdev); |
| 4340 | DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n", | 4350 | DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n", |
| @@ -5954,6 +5964,8 @@ static int cik_startup(struct radeon_device *rdev) | |||
| 5954 | struct radeon_ring *ring; | 5964 | struct radeon_ring *ring; |
| 5955 | int r; | 5965 | int r; |
| 5956 | 5966 | ||
| 5967 | cik_mc_program(rdev); | ||
| 5968 | |||
| 5957 | if (rdev->flags & RADEON_IS_IGP) { | 5969 | if (rdev->flags & RADEON_IS_IGP) { |
| 5958 | if (!rdev->me_fw || !rdev->pfp_fw || !rdev->ce_fw || | 5970 | if (!rdev->me_fw || !rdev->pfp_fw || !rdev->ce_fw || |
| 5959 | !rdev->mec_fw || !rdev->sdma_fw || !rdev->rlc_fw) { | 5971 | !rdev->mec_fw || !rdev->sdma_fw || !rdev->rlc_fw) { |
| @@ -5985,7 +5997,6 @@ static int cik_startup(struct radeon_device *rdev) | |||
| 5985 | if (r) | 5997 | if (r) |
| 5986 | return r; | 5998 | return r; |
| 5987 | 5999 | ||
| 5988 | cik_mc_program(rdev); | ||
| 5989 | r = cik_pcie_gart_enable(rdev); | 6000 | r = cik_pcie_gart_enable(rdev); |
| 5990 | if (r) | 6001 | if (r) |
| 5991 | return r; | 6002 | return r; |
| @@ -6194,7 +6205,7 @@ int cik_suspend(struct radeon_device *rdev) | |||
| 6194 | radeon_vm_manager_fini(rdev); | 6205 | radeon_vm_manager_fini(rdev); |
| 6195 | cik_cp_enable(rdev, false); | 6206 | cik_cp_enable(rdev, false); |
| 6196 | cik_sdma_enable(rdev, false); | 6207 | cik_sdma_enable(rdev, false); |
| 6197 | r600_uvd_rbc_stop(rdev); | 6208 | r600_uvd_stop(rdev); |
| 6198 | radeon_uvd_suspend(rdev); | 6209 | radeon_uvd_suspend(rdev); |
| 6199 | cik_irq_suspend(rdev); | 6210 | cik_irq_suspend(rdev); |
| 6200 | radeon_wb_disable(rdev); | 6211 | radeon_wb_disable(rdev); |
| @@ -6358,6 +6369,7 @@ void cik_fini(struct radeon_device *rdev) | |||
| 6358 | radeon_vm_manager_fini(rdev); | 6369 | radeon_vm_manager_fini(rdev); |
| 6359 | radeon_ib_pool_fini(rdev); | 6370 | radeon_ib_pool_fini(rdev); |
| 6360 | radeon_irq_kms_fini(rdev); | 6371 | radeon_irq_kms_fini(rdev); |
| 6372 | r600_uvd_stop(rdev); | ||
| 6361 | radeon_uvd_fini(rdev); | 6373 | radeon_uvd_fini(rdev); |
| 6362 | cik_pcie_gart_fini(rdev); | 6374 | cik_pcie_gart_fini(rdev); |
| 6363 | r600_vram_scratch_fini(rdev); | 6375 | r600_vram_scratch_fini(rdev); |
| @@ -6978,7 +6990,7 @@ int cik_uvd_resume(struct radeon_device *rdev) | |||
| 6978 | 6990 | ||
| 6979 | /* programm the VCPU memory controller bits 0-27 */ | 6991 | /* programm the VCPU memory controller bits 0-27 */ |
| 6980 | addr = rdev->uvd.gpu_addr >> 3; | 6992 | addr = rdev->uvd.gpu_addr >> 3; |
| 6981 | size = RADEON_GPU_PAGE_ALIGN(rdev->uvd.fw_size + 4) >> 3; | 6993 | size = RADEON_GPU_PAGE_ALIGN(rdev->uvd_fw->size + 4) >> 3; |
| 6982 | WREG32(UVD_VCPU_CACHE_OFFSET0, addr); | 6994 | WREG32(UVD_VCPU_CACHE_OFFSET0, addr); |
| 6983 | WREG32(UVD_VCPU_CACHE_SIZE0, size); | 6995 | WREG32(UVD_VCPU_CACHE_SIZE0, size); |
| 6984 | 6996 | ||
diff --git a/drivers/gpu/drm/radeon/cypress_dpm.c b/drivers/gpu/drm/radeon/cypress_dpm.c index 9bcdd174780f..7e5d0b570a30 100644 --- a/drivers/gpu/drm/radeon/cypress_dpm.c +++ b/drivers/gpu/drm/radeon/cypress_dpm.c | |||
| @@ -2038,9 +2038,6 @@ int cypress_dpm_init(struct radeon_device *rdev) | |||
| 2038 | { | 2038 | { |
| 2039 | struct rv7xx_power_info *pi; | 2039 | struct rv7xx_power_info *pi; |
| 2040 | struct evergreen_power_info *eg_pi; | 2040 | struct evergreen_power_info *eg_pi; |
| 2041 | int index = GetIndexIntoMasterTable(DATA, ASIC_InternalSS_Info); | ||
| 2042 | uint16_t data_offset, size; | ||
| 2043 | uint8_t frev, crev; | ||
| 2044 | struct atom_clock_dividers dividers; | 2041 | struct atom_clock_dividers dividers; |
| 2045 | int ret; | 2042 | int ret; |
| 2046 | 2043 | ||
| @@ -2092,16 +2089,7 @@ int cypress_dpm_init(struct radeon_device *rdev) | |||
| 2092 | eg_pi->vddci_control = | 2089 | eg_pi->vddci_control = |
| 2093 | radeon_atom_is_voltage_gpio(rdev, SET_VOLTAGE_TYPE_ASIC_VDDCI, 0); | 2090 | radeon_atom_is_voltage_gpio(rdev, SET_VOLTAGE_TYPE_ASIC_VDDCI, 0); |
| 2094 | 2091 | ||
| 2095 | if (atom_parse_data_header(rdev->mode_info.atom_context, index, &size, | 2092 | rv770_get_engine_memory_ss(rdev); |
| 2096 | &frev, &crev, &data_offset)) { | ||
| 2097 | pi->sclk_ss = true; | ||
| 2098 | pi->mclk_ss = true; | ||
| 2099 | pi->dynamic_ss = true; | ||
| 2100 | } else { | ||
| 2101 | pi->sclk_ss = false; | ||
| 2102 | pi->mclk_ss = false; | ||
| 2103 | pi->dynamic_ss = true; | ||
| 2104 | } | ||
| 2105 | 2093 | ||
| 2106 | pi->asi = RV770_ASI_DFLT; | 2094 | pi->asi = RV770_ASI_DFLT; |
| 2107 | pi->pasi = CYPRESS_HASI_DFLT; | 2095 | pi->pasi = CYPRESS_HASI_DFLT; |
| @@ -2122,8 +2110,7 @@ int cypress_dpm_init(struct radeon_device *rdev) | |||
| 2122 | 2110 | ||
| 2123 | pi->dynamic_pcie_gen2 = true; | 2111 | pi->dynamic_pcie_gen2 = true; |
| 2124 | 2112 | ||
| 2125 | if (pi->gfx_clock_gating && | 2113 | if (rdev->pm.int_thermal_type != THERMAL_TYPE_NONE) |
| 2126 | (rdev->pm.int_thermal_type != THERMAL_TYPE_NONE)) | ||
| 2127 | pi->thermal_protection = true; | 2114 | pi->thermal_protection = true; |
| 2128 | else | 2115 | else |
| 2129 | pi->thermal_protection = false; | 2116 | pi->thermal_protection = false; |
diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gpu/drm/radeon/evergreen.c index 038dcac7670c..d5b49e33315e 100644 --- a/drivers/gpu/drm/radeon/evergreen.c +++ b/drivers/gpu/drm/radeon/evergreen.c | |||
| @@ -5106,6 +5106,8 @@ static int evergreen_startup(struct radeon_device *rdev) | |||
| 5106 | /* enable aspm */ | 5106 | /* enable aspm */ |
| 5107 | evergreen_program_aspm(rdev); | 5107 | evergreen_program_aspm(rdev); |
| 5108 | 5108 | ||
| 5109 | evergreen_mc_program(rdev); | ||
| 5110 | |||
| 5109 | if (ASIC_IS_DCE5(rdev)) { | 5111 | if (ASIC_IS_DCE5(rdev)) { |
| 5110 | if (!rdev->me_fw || !rdev->pfp_fw || !rdev->rlc_fw || !rdev->mc_fw) { | 5112 | if (!rdev->me_fw || !rdev->pfp_fw || !rdev->rlc_fw || !rdev->mc_fw) { |
| 5111 | r = ni_init_microcode(rdev); | 5113 | r = ni_init_microcode(rdev); |
| @@ -5133,7 +5135,6 @@ static int evergreen_startup(struct radeon_device *rdev) | |||
| 5133 | if (r) | 5135 | if (r) |
| 5134 | return r; | 5136 | return r; |
| 5135 | 5137 | ||
| 5136 | evergreen_mc_program(rdev); | ||
| 5137 | if (rdev->flags & RADEON_IS_AGP) { | 5138 | if (rdev->flags & RADEON_IS_AGP) { |
| 5138 | evergreen_agp_enable(rdev); | 5139 | evergreen_agp_enable(rdev); |
| 5139 | } else { | 5140 | } else { |
| @@ -5291,10 +5292,10 @@ int evergreen_resume(struct radeon_device *rdev) | |||
| 5291 | int evergreen_suspend(struct radeon_device *rdev) | 5292 | int evergreen_suspend(struct radeon_device *rdev) |
| 5292 | { | 5293 | { |
| 5293 | r600_audio_fini(rdev); | 5294 | r600_audio_fini(rdev); |
| 5295 | r600_uvd_stop(rdev); | ||
| 5294 | radeon_uvd_suspend(rdev); | 5296 | radeon_uvd_suspend(rdev); |
| 5295 | r700_cp_stop(rdev); | 5297 | r700_cp_stop(rdev); |
| 5296 | r600_dma_stop(rdev); | 5298 | r600_dma_stop(rdev); |
| 5297 | r600_uvd_rbc_stop(rdev); | ||
| 5298 | evergreen_irq_suspend(rdev); | 5299 | evergreen_irq_suspend(rdev); |
| 5299 | radeon_wb_disable(rdev); | 5300 | radeon_wb_disable(rdev); |
| 5300 | evergreen_pcie_gart_disable(rdev); | 5301 | evergreen_pcie_gart_disable(rdev); |
| @@ -5429,6 +5430,7 @@ void evergreen_fini(struct radeon_device *rdev) | |||
| 5429 | radeon_ib_pool_fini(rdev); | 5430 | radeon_ib_pool_fini(rdev); |
| 5430 | radeon_irq_kms_fini(rdev); | 5431 | radeon_irq_kms_fini(rdev); |
| 5431 | evergreen_pcie_gart_fini(rdev); | 5432 | evergreen_pcie_gart_fini(rdev); |
| 5433 | r600_uvd_stop(rdev); | ||
| 5432 | radeon_uvd_fini(rdev); | 5434 | radeon_uvd_fini(rdev); |
| 5433 | r600_vram_scratch_fini(rdev); | 5435 | r600_vram_scratch_fini(rdev); |
| 5434 | radeon_gem_fini(rdev); | 5436 | radeon_gem_fini(rdev); |
diff --git a/drivers/gpu/drm/radeon/evergreen_hdmi.c b/drivers/gpu/drm/radeon/evergreen_hdmi.c index bb9ea3641312..b0e280058b9b 100644 --- a/drivers/gpu/drm/radeon/evergreen_hdmi.c +++ b/drivers/gpu/drm/radeon/evergreen_hdmi.c | |||
| @@ -148,18 +148,40 @@ static void evergreen_audio_set_dto(struct drm_encoder *encoder, u32 clock) | |||
| 148 | struct radeon_encoder_atom_dig *dig = radeon_encoder->enc_priv; | 148 | struct radeon_encoder_atom_dig *dig = radeon_encoder->enc_priv; |
| 149 | struct radeon_crtc *radeon_crtc = to_radeon_crtc(encoder->crtc); | 149 | struct radeon_crtc *radeon_crtc = to_radeon_crtc(encoder->crtc); |
| 150 | u32 base_rate = 24000; | 150 | u32 base_rate = 24000; |
| 151 | u32 max_ratio = clock / base_rate; | ||
| 152 | u32 dto_phase; | ||
| 153 | u32 dto_modulo = clock; | ||
| 154 | u32 wallclock_ratio; | ||
| 155 | u32 dto_cntl; | ||
| 151 | 156 | ||
| 152 | if (!dig || !dig->afmt) | 157 | if (!dig || !dig->afmt) |
| 153 | return; | 158 | return; |
| 154 | 159 | ||
| 160 | if (max_ratio >= 8) { | ||
| 161 | dto_phase = 192 * 1000; | ||
| 162 | wallclock_ratio = 3; | ||
| 163 | } else if (max_ratio >= 4) { | ||
| 164 | dto_phase = 96 * 1000; | ||
| 165 | wallclock_ratio = 2; | ||
| 166 | } else if (max_ratio >= 2) { | ||
| 167 | dto_phase = 48 * 1000; | ||
| 168 | wallclock_ratio = 1; | ||
| 169 | } else { | ||
| 170 | dto_phase = 24 * 1000; | ||
| 171 | wallclock_ratio = 0; | ||
| 172 | } | ||
| 173 | dto_cntl = RREG32(DCCG_AUDIO_DTO0_CNTL) & ~DCCG_AUDIO_DTO_WALLCLOCK_RATIO_MASK; | ||
| 174 | dto_cntl |= DCCG_AUDIO_DTO_WALLCLOCK_RATIO(wallclock_ratio); | ||
| 175 | WREG32(DCCG_AUDIO_DTO0_CNTL, dto_cntl); | ||
| 176 | |||
| 155 | /* XXX two dtos; generally use dto0 for hdmi */ | 177 | /* XXX two dtos; generally use dto0 for hdmi */ |
| 156 | /* Express [24MHz / target pixel clock] as an exact rational | 178 | /* Express [24MHz / target pixel clock] as an exact rational |
| 157 | * number (coefficient of two integer numbers. DCCG_AUDIO_DTOx_PHASE | 179 | * number (coefficient of two integer numbers. DCCG_AUDIO_DTOx_PHASE |
| 158 | * is the numerator, DCCG_AUDIO_DTOx_MODULE is the denominator | 180 | * is the numerator, DCCG_AUDIO_DTOx_MODULE is the denominator |
| 159 | */ | 181 | */ |
| 160 | WREG32(DCCG_AUDIO_DTO_SOURCE, DCCG_AUDIO_DTO0_SOURCE_SEL(radeon_crtc->crtc_id)); | 182 | WREG32(DCCG_AUDIO_DTO_SOURCE, DCCG_AUDIO_DTO0_SOURCE_SEL(radeon_crtc->crtc_id)); |
| 161 | WREG32(DCCG_AUDIO_DTO0_PHASE, base_rate * 100); | 183 | WREG32(DCCG_AUDIO_DTO0_PHASE, dto_phase); |
| 162 | WREG32(DCCG_AUDIO_DTO0_MODULE, clock * 100); | 184 | WREG32(DCCG_AUDIO_DTO0_MODULE, dto_modulo); |
| 163 | } | 185 | } |
| 164 | 186 | ||
| 165 | 187 | ||
diff --git a/drivers/gpu/drm/radeon/evergreend.h b/drivers/gpu/drm/radeon/evergreend.h index a7baf67aef6c..0d582ac1dc31 100644 --- a/drivers/gpu/drm/radeon/evergreend.h +++ b/drivers/gpu/drm/radeon/evergreend.h | |||
| @@ -497,6 +497,9 @@ | |||
| 497 | #define DCCG_AUDIO_DTO0_MODULE 0x05b4 | 497 | #define DCCG_AUDIO_DTO0_MODULE 0x05b4 |
| 498 | #define DCCG_AUDIO_DTO0_LOAD 0x05b8 | 498 | #define DCCG_AUDIO_DTO0_LOAD 0x05b8 |
| 499 | #define DCCG_AUDIO_DTO0_CNTL 0x05bc | 499 | #define DCCG_AUDIO_DTO0_CNTL 0x05bc |
| 500 | # define DCCG_AUDIO_DTO_WALLCLOCK_RATIO(x) (((x) & 7) << 0) | ||
| 501 | # define DCCG_AUDIO_DTO_WALLCLOCK_RATIO_MASK 7 | ||
| 502 | # define DCCG_AUDIO_DTO_WALLCLOCK_RATIO_SHIFT 0 | ||
| 500 | 503 | ||
| 501 | #define DCCG_AUDIO_DTO1_PHASE 0x05c0 | 504 | #define DCCG_AUDIO_DTO1_PHASE 0x05c0 |
| 502 | #define DCCG_AUDIO_DTO1_MODULE 0x05c4 | 505 | #define DCCG_AUDIO_DTO1_MODULE 0x05c4 |
diff --git a/drivers/gpu/drm/radeon/ni.c b/drivers/gpu/drm/radeon/ni.c index 56bd4f3be4fe..ccb4f8b54852 100644 --- a/drivers/gpu/drm/radeon/ni.c +++ b/drivers/gpu/drm/radeon/ni.c | |||
| @@ -794,9 +794,13 @@ int ni_init_microcode(struct radeon_device *rdev) | |||
| 794 | if ((rdev->family >= CHIP_BARTS) && (rdev->family <= CHIP_CAYMAN)) { | 794 | if ((rdev->family >= CHIP_BARTS) && (rdev->family <= CHIP_CAYMAN)) { |
| 795 | snprintf(fw_name, sizeof(fw_name), "radeon/%s_smc.bin", chip_name); | 795 | snprintf(fw_name, sizeof(fw_name), "radeon/%s_smc.bin", chip_name); |
| 796 | err = request_firmware(&rdev->smc_fw, fw_name, rdev->dev); | 796 | err = request_firmware(&rdev->smc_fw, fw_name, rdev->dev); |
| 797 | if (err) | 797 | if (err) { |
| 798 | goto out; | 798 | printk(KERN_ERR |
| 799 | if (rdev->smc_fw->size != smc_req_size) { | 799 | "smc: error loading firmware \"%s\"\n", |
| 800 | fw_name); | ||
| 801 | release_firmware(rdev->smc_fw); | ||
| 802 | rdev->smc_fw = NULL; | ||
| 803 | } else if (rdev->smc_fw->size != smc_req_size) { | ||
| 800 | printk(KERN_ERR | 804 | printk(KERN_ERR |
| 801 | "ni_mc: Bogus length %zu in firmware \"%s\"\n", | 805 | "ni_mc: Bogus length %zu in firmware \"%s\"\n", |
| 802 | rdev->mc_fw->size, fw_name); | 806 | rdev->mc_fw->size, fw_name); |
| @@ -2079,6 +2083,8 @@ static int cayman_startup(struct radeon_device *rdev) | |||
| 2079 | /* enable aspm */ | 2083 | /* enable aspm */ |
| 2080 | evergreen_program_aspm(rdev); | 2084 | evergreen_program_aspm(rdev); |
| 2081 | 2085 | ||
| 2086 | evergreen_mc_program(rdev); | ||
| 2087 | |||
| 2082 | if (rdev->flags & RADEON_IS_IGP) { | 2088 | if (rdev->flags & RADEON_IS_IGP) { |
| 2083 | if (!rdev->me_fw || !rdev->pfp_fw || !rdev->rlc_fw) { | 2089 | if (!rdev->me_fw || !rdev->pfp_fw || !rdev->rlc_fw) { |
| 2084 | r = ni_init_microcode(rdev); | 2090 | r = ni_init_microcode(rdev); |
| @@ -2107,7 +2113,6 @@ static int cayman_startup(struct radeon_device *rdev) | |||
| 2107 | if (r) | 2113 | if (r) |
| 2108 | return r; | 2114 | return r; |
| 2109 | 2115 | ||
| 2110 | evergreen_mc_program(rdev); | ||
| 2111 | r = cayman_pcie_gart_enable(rdev); | 2116 | r = cayman_pcie_gart_enable(rdev); |
| 2112 | if (r) | 2117 | if (r) |
| 2113 | return r; | 2118 | return r; |
| @@ -2286,7 +2291,7 @@ int cayman_suspend(struct radeon_device *rdev) | |||
| 2286 | radeon_vm_manager_fini(rdev); | 2291 | radeon_vm_manager_fini(rdev); |
| 2287 | cayman_cp_enable(rdev, false); | 2292 | cayman_cp_enable(rdev, false); |
| 2288 | cayman_dma_stop(rdev); | 2293 | cayman_dma_stop(rdev); |
| 2289 | r600_uvd_rbc_stop(rdev); | 2294 | r600_uvd_stop(rdev); |
| 2290 | radeon_uvd_suspend(rdev); | 2295 | radeon_uvd_suspend(rdev); |
| 2291 | evergreen_irq_suspend(rdev); | 2296 | evergreen_irq_suspend(rdev); |
| 2292 | radeon_wb_disable(rdev); | 2297 | radeon_wb_disable(rdev); |
| @@ -2418,6 +2423,7 @@ void cayman_fini(struct radeon_device *rdev) | |||
| 2418 | radeon_vm_manager_fini(rdev); | 2423 | radeon_vm_manager_fini(rdev); |
| 2419 | radeon_ib_pool_fini(rdev); | 2424 | radeon_ib_pool_fini(rdev); |
| 2420 | radeon_irq_kms_fini(rdev); | 2425 | radeon_irq_kms_fini(rdev); |
| 2426 | r600_uvd_stop(rdev); | ||
| 2421 | radeon_uvd_fini(rdev); | 2427 | radeon_uvd_fini(rdev); |
| 2422 | cayman_pcie_gart_fini(rdev); | 2428 | cayman_pcie_gart_fini(rdev); |
| 2423 | r600_vram_scratch_fini(rdev); | 2429 | r600_vram_scratch_fini(rdev); |
diff --git a/drivers/gpu/drm/radeon/ni_dpm.c b/drivers/gpu/drm/radeon/ni_dpm.c index 4f9b9bc20daa..f0f5f748938a 100644 --- a/drivers/gpu/drm/radeon/ni_dpm.c +++ b/drivers/gpu/drm/radeon/ni_dpm.c | |||
| @@ -4067,9 +4067,6 @@ int ni_dpm_init(struct radeon_device *rdev) | |||
| 4067 | struct rv7xx_power_info *pi; | 4067 | struct rv7xx_power_info *pi; |
| 4068 | struct evergreen_power_info *eg_pi; | 4068 | struct evergreen_power_info *eg_pi; |
| 4069 | struct ni_power_info *ni_pi; | 4069 | struct ni_power_info *ni_pi; |
| 4070 | int index = GetIndexIntoMasterTable(DATA, ASIC_InternalSS_Info); | ||
| 4071 | u16 data_offset, size; | ||
| 4072 | u8 frev, crev; | ||
| 4073 | struct atom_clock_dividers dividers; | 4070 | struct atom_clock_dividers dividers; |
| 4074 | int ret; | 4071 | int ret; |
| 4075 | 4072 | ||
| @@ -4162,16 +4159,7 @@ int ni_dpm_init(struct radeon_device *rdev) | |||
| 4162 | eg_pi->vddci_control = | 4159 | eg_pi->vddci_control = |
| 4163 | radeon_atom_is_voltage_gpio(rdev, SET_VOLTAGE_TYPE_ASIC_VDDCI, 0); | 4160 | radeon_atom_is_voltage_gpio(rdev, SET_VOLTAGE_TYPE_ASIC_VDDCI, 0); |
| 4164 | 4161 | ||
| 4165 | if (atom_parse_data_header(rdev->mode_info.atom_context, index, &size, | 4162 | rv770_get_engine_memory_ss(rdev); |
| 4166 | &frev, &crev, &data_offset)) { | ||
| 4167 | pi->sclk_ss = true; | ||
| 4168 | pi->mclk_ss = true; | ||
| 4169 | pi->dynamic_ss = true; | ||
| 4170 | } else { | ||
| 4171 | pi->sclk_ss = false; | ||
| 4172 | pi->mclk_ss = false; | ||
| 4173 | pi->dynamic_ss = true; | ||
| 4174 | } | ||
| 4175 | 4163 | ||
| 4176 | pi->asi = RV770_ASI_DFLT; | 4164 | pi->asi = RV770_ASI_DFLT; |
| 4177 | pi->pasi = CYPRESS_HASI_DFLT; | 4165 | pi->pasi = CYPRESS_HASI_DFLT; |
| @@ -4188,8 +4176,7 @@ int ni_dpm_init(struct radeon_device *rdev) | |||
| 4188 | 4176 | ||
| 4189 | pi->dynamic_pcie_gen2 = true; | 4177 | pi->dynamic_pcie_gen2 = true; |
| 4190 | 4178 | ||
| 4191 | if (pi->gfx_clock_gating && | 4179 | if (rdev->pm.int_thermal_type != THERMAL_TYPE_NONE) |
| 4192 | (rdev->pm.int_thermal_type != THERMAL_TYPE_NONE)) | ||
| 4193 | pi->thermal_protection = true; | 4180 | pi->thermal_protection = true; |
| 4194 | else | 4181 | else |
| 4195 | pi->thermal_protection = false; | 4182 | pi->thermal_protection = false; |
diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c index 10f712e37003..e66e72077350 100644 --- a/drivers/gpu/drm/radeon/r600.c +++ b/drivers/gpu/drm/radeon/r600.c | |||
| @@ -2299,9 +2299,13 @@ int r600_init_microcode(struct radeon_device *rdev) | |||
| 2299 | if ((rdev->family >= CHIP_RV770) && (rdev->family <= CHIP_HEMLOCK)) { | 2299 | if ((rdev->family >= CHIP_RV770) && (rdev->family <= CHIP_HEMLOCK)) { |
| 2300 | snprintf(fw_name, sizeof(fw_name), "radeon/%s_smc.bin", smc_chip_name); | 2300 | snprintf(fw_name, sizeof(fw_name), "radeon/%s_smc.bin", smc_chip_name); |
| 2301 | err = request_firmware(&rdev->smc_fw, fw_name, rdev->dev); | 2301 | err = request_firmware(&rdev->smc_fw, fw_name, rdev->dev); |
| 2302 | if (err) | 2302 | if (err) { |
| 2303 | goto out; | 2303 | printk(KERN_ERR |
| 2304 | if (rdev->smc_fw->size != smc_req_size) { | 2304 | "smc: error loading firmware \"%s\"\n", |
| 2305 | fw_name); | ||
| 2306 | release_firmware(rdev->smc_fw); | ||
| 2307 | rdev->smc_fw = NULL; | ||
| 2308 | } else if (rdev->smc_fw->size != smc_req_size) { | ||
| 2305 | printk(KERN_ERR | 2309 | printk(KERN_ERR |
| 2306 | "smc: Bogus length %zu in firmware \"%s\"\n", | 2310 | "smc: Bogus length %zu in firmware \"%s\"\n", |
| 2307 | rdev->smc_fw->size, fw_name); | 2311 | rdev->smc_fw->size, fw_name); |
| @@ -2697,12 +2701,29 @@ int r600_uvd_rbc_start(struct radeon_device *rdev) | |||
| 2697 | return 0; | 2701 | return 0; |
| 2698 | } | 2702 | } |
| 2699 | 2703 | ||
| 2700 | void r600_uvd_rbc_stop(struct radeon_device *rdev) | 2704 | void r600_uvd_stop(struct radeon_device *rdev) |
| 2701 | { | 2705 | { |
| 2702 | struct radeon_ring *ring = &rdev->ring[R600_RING_TYPE_UVD_INDEX]; | 2706 | struct radeon_ring *ring = &rdev->ring[R600_RING_TYPE_UVD_INDEX]; |
| 2703 | 2707 | ||
| 2704 | /* force RBC into idle state */ | 2708 | /* force RBC into idle state */ |
| 2705 | WREG32(UVD_RBC_RB_CNTL, 0x11010101); | 2709 | WREG32(UVD_RBC_RB_CNTL, 0x11010101); |
| 2710 | |||
| 2711 | /* Stall UMC and register bus before resetting VCPU */ | ||
| 2712 | WREG32_P(UVD_LMI_CTRL2, 1 << 8, ~(1 << 8)); | ||
| 2713 | WREG32_P(UVD_RB_ARB_CTRL, 1 << 3, ~(1 << 3)); | ||
| 2714 | mdelay(1); | ||
| 2715 | |||
| 2716 | /* put VCPU into reset */ | ||
| 2717 | WREG32(UVD_SOFT_RESET, VCPU_SOFT_RESET); | ||
| 2718 | mdelay(5); | ||
| 2719 | |||
| 2720 | /* disable VCPU clock */ | ||
| 2721 | WREG32(UVD_VCPU_CNTL, 0x0); | ||
| 2722 | |||
| 2723 | /* Unstall UMC and register bus */ | ||
| 2724 | WREG32_P(UVD_LMI_CTRL2, 0, ~(1 << 8)); | ||
| 2725 | WREG32_P(UVD_RB_ARB_CTRL, 0, ~(1 << 3)); | ||
| 2726 | |||
| 2706 | ring->ready = false; | 2727 | ring->ready = false; |
| 2707 | } | 2728 | } |
| 2708 | 2729 | ||
| @@ -2722,6 +2743,11 @@ int r600_uvd_init(struct radeon_device *rdev) | |||
| 2722 | /* disable interupt */ | 2743 | /* disable interupt */ |
| 2723 | WREG32_P(UVD_MASTINT_EN, 0, ~(1 << 1)); | 2744 | WREG32_P(UVD_MASTINT_EN, 0, ~(1 << 1)); |
| 2724 | 2745 | ||
| 2746 | /* Stall UMC and register bus before resetting VCPU */ | ||
| 2747 | WREG32_P(UVD_LMI_CTRL2, 1 << 8, ~(1 << 8)); | ||
| 2748 | WREG32_P(UVD_RB_ARB_CTRL, 1 << 3, ~(1 << 3)); | ||
| 2749 | mdelay(1); | ||
| 2750 | |||
| 2725 | /* put LMI, VCPU, RBC etc... into reset */ | 2751 | /* put LMI, VCPU, RBC etc... into reset */ |
| 2726 | WREG32(UVD_SOFT_RESET, LMI_SOFT_RESET | VCPU_SOFT_RESET | | 2752 | WREG32(UVD_SOFT_RESET, LMI_SOFT_RESET | VCPU_SOFT_RESET | |
| 2727 | LBSI_SOFT_RESET | RBC_SOFT_RESET | CSM_SOFT_RESET | | 2753 | LBSI_SOFT_RESET | RBC_SOFT_RESET | CSM_SOFT_RESET | |
| @@ -2751,10 +2777,6 @@ int r600_uvd_init(struct radeon_device *rdev) | |||
| 2751 | WREG32(UVD_MPC_SET_ALU, 0); | 2777 | WREG32(UVD_MPC_SET_ALU, 0); |
| 2752 | WREG32(UVD_MPC_SET_MUX, 0x88); | 2778 | WREG32(UVD_MPC_SET_MUX, 0x88); |
| 2753 | 2779 | ||
| 2754 | /* Stall UMC */ | ||
| 2755 | WREG32_P(UVD_LMI_CTRL2, 1 << 8, ~(1 << 8)); | ||
| 2756 | WREG32_P(UVD_RB_ARB_CTRL, 1 << 3, ~(1 << 3)); | ||
| 2757 | |||
| 2758 | /* take all subblocks out of reset, except VCPU */ | 2780 | /* take all subblocks out of reset, except VCPU */ |
| 2759 | WREG32(UVD_SOFT_RESET, VCPU_SOFT_RESET); | 2781 | WREG32(UVD_SOFT_RESET, VCPU_SOFT_RESET); |
| 2760 | mdelay(5); | 2782 | mdelay(5); |
| @@ -3312,6 +3334,8 @@ static int r600_startup(struct radeon_device *rdev) | |||
| 3312 | /* enable pcie gen2 link */ | 3334 | /* enable pcie gen2 link */ |
| 3313 | r600_pcie_gen2_enable(rdev); | 3335 | r600_pcie_gen2_enable(rdev); |
| 3314 | 3336 | ||
| 3337 | r600_mc_program(rdev); | ||
| 3338 | |||
| 3315 | if (!rdev->me_fw || !rdev->pfp_fw || !rdev->rlc_fw) { | 3339 | if (!rdev->me_fw || !rdev->pfp_fw || !rdev->rlc_fw) { |
| 3316 | r = r600_init_microcode(rdev); | 3340 | r = r600_init_microcode(rdev); |
| 3317 | if (r) { | 3341 | if (r) { |
| @@ -3324,7 +3348,6 @@ static int r600_startup(struct radeon_device *rdev) | |||
| 3324 | if (r) | 3348 | if (r) |
| 3325 | return r; | 3349 | return r; |
| 3326 | 3350 | ||
| 3327 | r600_mc_program(rdev); | ||
| 3328 | if (rdev->flags & RADEON_IS_AGP) { | 3351 | if (rdev->flags & RADEON_IS_AGP) { |
| 3329 | r600_agp_enable(rdev); | 3352 | r600_agp_enable(rdev); |
| 3330 | } else { | 3353 | } else { |
diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c b/drivers/gpu/drm/radeon/r600_hdmi.c index f48240bb8c56..f264df5470f7 100644 --- a/drivers/gpu/drm/radeon/r600_hdmi.c +++ b/drivers/gpu/drm/radeon/r600_hdmi.c | |||
| @@ -226,10 +226,29 @@ void r600_audio_set_dto(struct drm_encoder *encoder, u32 clock) | |||
| 226 | struct radeon_encoder *radeon_encoder = to_radeon_encoder(encoder); | 226 | struct radeon_encoder *radeon_encoder = to_radeon_encoder(encoder); |
| 227 | struct radeon_encoder_atom_dig *dig = radeon_encoder->enc_priv; | 227 | struct radeon_encoder_atom_dig *dig = radeon_encoder->enc_priv; |
| 228 | u32 base_rate = 24000; | 228 | u32 base_rate = 24000; |
| 229 | u32 max_ratio = clock / base_rate; | ||
| 230 | u32 dto_phase; | ||
| 231 | u32 dto_modulo = clock; | ||
| 232 | u32 wallclock_ratio; | ||
| 233 | u32 dto_cntl; | ||
| 229 | 234 | ||
| 230 | if (!dig || !dig->afmt) | 235 | if (!dig || !dig->afmt) |
| 231 | return; | 236 | return; |
| 232 | 237 | ||
| 238 | if (max_ratio >= 8) { | ||
| 239 | dto_phase = 192 * 1000; | ||
| 240 | wallclock_ratio = 3; | ||
| 241 | } else if (max_ratio >= 4) { | ||
| 242 | dto_phase = 96 * 1000; | ||
| 243 | wallclock_ratio = 2; | ||
| 244 | } else if (max_ratio >= 2) { | ||
| 245 | dto_phase = 48 * 1000; | ||
| 246 | wallclock_ratio = 1; | ||
| 247 | } else { | ||
| 248 | dto_phase = 24 * 1000; | ||
| 249 | wallclock_ratio = 0; | ||
| 250 | } | ||
| 251 | |||
| 233 | /* there are two DTOs selected by DCCG_AUDIO_DTO_SELECT. | 252 | /* there are two DTOs selected by DCCG_AUDIO_DTO_SELECT. |
| 234 | * doesn't matter which one you use. Just use the first one. | 253 | * doesn't matter which one you use. Just use the first one. |
| 235 | */ | 254 | */ |
| @@ -242,9 +261,21 @@ void r600_audio_set_dto(struct drm_encoder *encoder, u32 clock) | |||
| 242 | /* according to the reg specs, this should DCE3.2 only, but in | 261 | /* according to the reg specs, this should DCE3.2 only, but in |
| 243 | * practice it seems to cover DCE3.0 as well. | 262 | * practice it seems to cover DCE3.0 as well. |
| 244 | */ | 263 | */ |
| 245 | WREG32(DCCG_AUDIO_DTO0_PHASE, base_rate * 100); | 264 | if (dig->dig_encoder == 0) { |
| 246 | WREG32(DCCG_AUDIO_DTO0_MODULE, clock * 100); | 265 | dto_cntl = RREG32(DCCG_AUDIO_DTO0_CNTL) & ~DCCG_AUDIO_DTO_WALLCLOCK_RATIO_MASK; |
| 247 | WREG32(DCCG_AUDIO_DTO_SELECT, 0); /* select DTO0 */ | 266 | dto_cntl |= DCCG_AUDIO_DTO_WALLCLOCK_RATIO(wallclock_ratio); |
| 267 | WREG32(DCCG_AUDIO_DTO0_CNTL, dto_cntl); | ||
| 268 | WREG32(DCCG_AUDIO_DTO0_PHASE, dto_phase); | ||
| 269 | WREG32(DCCG_AUDIO_DTO0_MODULE, dto_modulo); | ||
| 270 | WREG32(DCCG_AUDIO_DTO_SELECT, 0); /* select DTO0 */ | ||
| 271 | } else { | ||
| 272 | dto_cntl = RREG32(DCCG_AUDIO_DTO1_CNTL) & ~DCCG_AUDIO_DTO_WALLCLOCK_RATIO_MASK; | ||
| 273 | dto_cntl |= DCCG_AUDIO_DTO_WALLCLOCK_RATIO(wallclock_ratio); | ||
| 274 | WREG32(DCCG_AUDIO_DTO1_CNTL, dto_cntl); | ||
| 275 | WREG32(DCCG_AUDIO_DTO1_PHASE, dto_phase); | ||
| 276 | WREG32(DCCG_AUDIO_DTO1_MODULE, dto_modulo); | ||
| 277 | WREG32(DCCG_AUDIO_DTO_SELECT, 1); /* select DTO1 */ | ||
| 278 | } | ||
| 248 | } else { | 279 | } else { |
| 249 | /* according to the reg specs, this should be DCE2.0 and DCE3.0 */ | 280 | /* according to the reg specs, this should be DCE2.0 and DCE3.0 */ |
| 250 | WREG32(AUDIO_DTO, AUDIO_DTO_PHASE(base_rate / 10) | | 281 | WREG32(AUDIO_DTO, AUDIO_DTO_PHASE(base_rate / 10) | |
diff --git a/drivers/gpu/drm/radeon/r600d.h b/drivers/gpu/drm/radeon/r600d.h index 8e3fe815edab..7c780839a7f4 100644 --- a/drivers/gpu/drm/radeon/r600d.h +++ b/drivers/gpu/drm/radeon/r600d.h | |||
| @@ -933,6 +933,9 @@ | |||
| 933 | #define DCCG_AUDIO_DTO0_LOAD 0x051c | 933 | #define DCCG_AUDIO_DTO0_LOAD 0x051c |
| 934 | # define DTO_LOAD (1 << 31) | 934 | # define DTO_LOAD (1 << 31) |
| 935 | #define DCCG_AUDIO_DTO0_CNTL 0x0520 | 935 | #define DCCG_AUDIO_DTO0_CNTL 0x0520 |
| 936 | # define DCCG_AUDIO_DTO_WALLCLOCK_RATIO(x) (((x) & 7) << 0) | ||
| 937 | # define DCCG_AUDIO_DTO_WALLCLOCK_RATIO_MASK 7 | ||
| 938 | # define DCCG_AUDIO_DTO_WALLCLOCK_RATIO_SHIFT 0 | ||
| 936 | 939 | ||
| 937 | #define DCCG_AUDIO_DTO1_PHASE 0x0524 | 940 | #define DCCG_AUDIO_DTO1_PHASE 0x0524 |
| 938 | #define DCCG_AUDIO_DTO1_MODULE 0x0528 | 941 | #define DCCG_AUDIO_DTO1_MODULE 0x0528 |
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index 2f08219c39b6..274b8e1b889f 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h | |||
| @@ -1468,7 +1468,6 @@ struct radeon_uvd { | |||
| 1468 | void *cpu_addr; | 1468 | void *cpu_addr; |
| 1469 | uint64_t gpu_addr; | 1469 | uint64_t gpu_addr; |
| 1470 | void *saved_bo; | 1470 | void *saved_bo; |
| 1471 | unsigned fw_size; | ||
| 1472 | atomic_t handles[RADEON_MAX_UVD_HANDLES]; | 1471 | atomic_t handles[RADEON_MAX_UVD_HANDLES]; |
| 1473 | struct drm_file *filp[RADEON_MAX_UVD_HANDLES]; | 1472 | struct drm_file *filp[RADEON_MAX_UVD_HANDLES]; |
| 1474 | struct delayed_work idle_work; | 1473 | struct delayed_work idle_work; |
| @@ -2066,6 +2065,7 @@ struct radeon_device { | |||
| 2066 | const struct firmware *mec_fw; /* CIK MEC firmware */ | 2065 | const struct firmware *mec_fw; /* CIK MEC firmware */ |
| 2067 | const struct firmware *sdma_fw; /* CIK SDMA firmware */ | 2066 | const struct firmware *sdma_fw; /* CIK SDMA firmware */ |
| 2068 | const struct firmware *smc_fw; /* SMC firmware */ | 2067 | const struct firmware *smc_fw; /* SMC firmware */ |
| 2068 | const struct firmware *uvd_fw; /* UVD firmware */ | ||
| 2069 | struct r600_blit r600_blit; | 2069 | struct r600_blit r600_blit; |
| 2070 | struct r600_vram_scratch vram_scratch; | 2070 | struct r600_vram_scratch vram_scratch; |
| 2071 | int msi_enabled; /* msi enabled */ | 2071 | int msi_enabled; /* msi enabled */ |
| @@ -2095,6 +2095,8 @@ struct radeon_device { | |||
| 2095 | /* ACPI interface */ | 2095 | /* ACPI interface */ |
| 2096 | struct radeon_atif atif; | 2096 | struct radeon_atif atif; |
| 2097 | struct radeon_atcs atcs; | 2097 | struct radeon_atcs atcs; |
| 2098 | /* srbm instance registers */ | ||
| 2099 | struct mutex srbm_mutex; | ||
| 2098 | }; | 2100 | }; |
| 2099 | 2101 | ||
| 2100 | int radeon_device_init(struct radeon_device *rdev, | 2102 | int radeon_device_init(struct radeon_device *rdev, |
diff --git a/drivers/gpu/drm/radeon/radeon_asic.h b/drivers/gpu/drm/radeon/radeon_asic.h index 902479fa737f..3d61d5aac18f 100644 --- a/drivers/gpu/drm/radeon/radeon_asic.h +++ b/drivers/gpu/drm/radeon/radeon_asic.h | |||
| @@ -441,7 +441,7 @@ void rs780_dpm_debugfs_print_current_performance_level(struct radeon_device *rde | |||
| 441 | /* uvd */ | 441 | /* uvd */ |
| 442 | int r600_uvd_init(struct radeon_device *rdev); | 442 | int r600_uvd_init(struct radeon_device *rdev); |
| 443 | int r600_uvd_rbc_start(struct radeon_device *rdev); | 443 | int r600_uvd_rbc_start(struct radeon_device *rdev); |
| 444 | void r600_uvd_rbc_stop(struct radeon_device *rdev); | 444 | void r600_uvd_stop(struct radeon_device *rdev); |
| 445 | int r600_uvd_ib_test(struct radeon_device *rdev, struct radeon_ring *ring); | 445 | int r600_uvd_ib_test(struct radeon_device *rdev, struct radeon_ring *ring); |
| 446 | void r600_uvd_fence_emit(struct radeon_device *rdev, | 446 | void r600_uvd_fence_emit(struct radeon_device *rdev, |
| 447 | struct radeon_fence *fence); | 447 | struct radeon_fence *fence); |
diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c index 82335e38ec4f..63398ae1dbf5 100644 --- a/drivers/gpu/drm/radeon/radeon_device.c +++ b/drivers/gpu/drm/radeon/radeon_device.c | |||
| @@ -1163,6 +1163,7 @@ int radeon_device_init(struct radeon_device *rdev, | |||
| 1163 | mutex_init(&rdev->gem.mutex); | 1163 | mutex_init(&rdev->gem.mutex); |
| 1164 | mutex_init(&rdev->pm.mutex); | 1164 | mutex_init(&rdev->pm.mutex); |
| 1165 | mutex_init(&rdev->gpu_clock_mutex); | 1165 | mutex_init(&rdev->gpu_clock_mutex); |
| 1166 | mutex_init(&rdev->srbm_mutex); | ||
| 1166 | init_rwsem(&rdev->pm.mclk_lock); | 1167 | init_rwsem(&rdev->pm.mclk_lock); |
| 1167 | init_rwsem(&rdev->exclusive_lock); | 1168 | init_rwsem(&rdev->exclusive_lock); |
| 1168 | init_waitqueue_head(&rdev->irq.vblank_queue); | 1169 | init_waitqueue_head(&rdev->irq.vblank_queue); |
| @@ -1519,6 +1520,7 @@ int radeon_gpu_reset(struct radeon_device *rdev) | |||
| 1519 | radeon_save_bios_scratch_regs(rdev); | 1520 | radeon_save_bios_scratch_regs(rdev); |
| 1520 | /* block TTM */ | 1521 | /* block TTM */ |
| 1521 | resched = ttm_bo_lock_delayed_workqueue(&rdev->mman.bdev); | 1522 | resched = ttm_bo_lock_delayed_workqueue(&rdev->mman.bdev); |
| 1523 | radeon_pm_suspend(rdev); | ||
| 1522 | radeon_suspend(rdev); | 1524 | radeon_suspend(rdev); |
| 1523 | 1525 | ||
| 1524 | for (i = 0; i < RADEON_NUM_RINGS; ++i) { | 1526 | for (i = 0; i < RADEON_NUM_RINGS; ++i) { |
| @@ -1564,6 +1566,7 @@ retry: | |||
| 1564 | } | 1566 | } |
| 1565 | } | 1567 | } |
| 1566 | 1568 | ||
| 1569 | radeon_pm_resume(rdev); | ||
| 1567 | drm_helper_resume_force_mode(rdev->ddev); | 1570 | drm_helper_resume_force_mode(rdev->ddev); |
| 1568 | 1571 | ||
| 1569 | ttm_bo_unlock_delayed_workqueue(&rdev->mman.bdev, resched); | 1572 | ttm_bo_unlock_delayed_workqueue(&rdev->mman.bdev, resched); |
diff --git a/drivers/gpu/drm/radeon/radeon_fence.c b/drivers/gpu/drm/radeon/radeon_fence.c index 7ddb0efe2408..ddb8f8e04eb5 100644 --- a/drivers/gpu/drm/radeon/radeon_fence.c +++ b/drivers/gpu/drm/radeon/radeon_fence.c | |||
| @@ -782,7 +782,7 @@ int radeon_fence_driver_start_ring(struct radeon_device *rdev, int ring) | |||
| 782 | 782 | ||
| 783 | } else { | 783 | } else { |
| 784 | /* put fence directly behind firmware */ | 784 | /* put fence directly behind firmware */ |
| 785 | index = ALIGN(rdev->uvd.fw_size, 8); | 785 | index = ALIGN(rdev->uvd_fw->size, 8); |
| 786 | rdev->fence_drv[ring].cpu_addr = rdev->uvd.cpu_addr + index; | 786 | rdev->fence_drv[ring].cpu_addr = rdev->uvd.cpu_addr + index; |
| 787 | rdev->fence_drv[ring].gpu_addr = rdev->uvd.gpu_addr + index; | 787 | rdev->fence_drv[ring].gpu_addr = rdev->uvd.gpu_addr + index; |
| 788 | } | 788 | } |
diff --git a/drivers/gpu/drm/radeon/radeon_gart.c b/drivers/gpu/drm/radeon/radeon_gart.c index 6a51d943ccf4..b990b1a2bd50 100644 --- a/drivers/gpu/drm/radeon/radeon_gart.c +++ b/drivers/gpu/drm/radeon/radeon_gart.c | |||
| @@ -207,7 +207,6 @@ void radeon_gart_table_vram_free(struct radeon_device *rdev) | |||
| 207 | if (rdev->gart.robj == NULL) { | 207 | if (rdev->gart.robj == NULL) { |
| 208 | return; | 208 | return; |
| 209 | } | 209 | } |
| 210 | radeon_gart_table_vram_unpin(rdev); | ||
| 211 | radeon_bo_unref(&rdev->gart.robj); | 210 | radeon_bo_unref(&rdev->gart.robj); |
| 212 | } | 211 | } |
| 213 | 212 | ||
diff --git a/drivers/gpu/drm/radeon/radeon_pm.c b/drivers/gpu/drm/radeon/radeon_pm.c index f374c467aaca..c557850cd345 100644 --- a/drivers/gpu/drm/radeon/radeon_pm.c +++ b/drivers/gpu/drm/radeon/radeon_pm.c | |||
| @@ -1176,7 +1176,14 @@ int radeon_pm_init(struct radeon_device *rdev) | |||
| 1176 | case CHIP_VERDE: | 1176 | case CHIP_VERDE: |
| 1177 | case CHIP_OLAND: | 1177 | case CHIP_OLAND: |
| 1178 | case CHIP_HAINAN: | 1178 | case CHIP_HAINAN: |
| 1179 | if (radeon_dpm == 1) | 1179 | /* DPM requires the RLC, RV770+ dGPU requires SMC */ |
| 1180 | if (!rdev->rlc_fw) | ||
| 1181 | rdev->pm.pm_method = PM_METHOD_PROFILE; | ||
| 1182 | else if ((rdev->family >= CHIP_RV770) && | ||
| 1183 | (!(rdev->flags & RADEON_IS_IGP)) && | ||
| 1184 | (!rdev->smc_fw)) | ||
| 1185 | rdev->pm.pm_method = PM_METHOD_PROFILE; | ||
| 1186 | else if (radeon_dpm == 1) | ||
| 1180 | rdev->pm.pm_method = PM_METHOD_DPM; | 1187 | rdev->pm.pm_method = PM_METHOD_DPM; |
| 1181 | else | 1188 | else |
| 1182 | rdev->pm.pm_method = PM_METHOD_PROFILE; | 1189 | rdev->pm.pm_method = PM_METHOD_PROFILE; |
diff --git a/drivers/gpu/drm/radeon/radeon_uvd.c b/drivers/gpu/drm/radeon/radeon_uvd.c index 414fd145d20e..f1c15754e73c 100644 --- a/drivers/gpu/drm/radeon/radeon_uvd.c +++ b/drivers/gpu/drm/radeon/radeon_uvd.c | |||
| @@ -56,7 +56,6 @@ static void radeon_uvd_idle_work_handler(struct work_struct *work); | |||
| 56 | 56 | ||
| 57 | int radeon_uvd_init(struct radeon_device *rdev) | 57 | int radeon_uvd_init(struct radeon_device *rdev) |
| 58 | { | 58 | { |
| 59 | const struct firmware *fw; | ||
| 60 | unsigned long bo_size; | 59 | unsigned long bo_size; |
| 61 | const char *fw_name; | 60 | const char *fw_name; |
| 62 | int i, r; | 61 | int i, r; |
| @@ -105,14 +104,14 @@ int radeon_uvd_init(struct radeon_device *rdev) | |||
| 105 | return -EINVAL; | 104 | return -EINVAL; |
| 106 | } | 105 | } |
| 107 | 106 | ||
| 108 | r = request_firmware(&fw, fw_name, rdev->dev); | 107 | r = request_firmware(&rdev->uvd_fw, fw_name, rdev->dev); |
| 109 | if (r) { | 108 | if (r) { |
| 110 | dev_err(rdev->dev, "radeon_uvd: Can't load firmware \"%s\"\n", | 109 | dev_err(rdev->dev, "radeon_uvd: Can't load firmware \"%s\"\n", |
| 111 | fw_name); | 110 | fw_name); |
| 112 | return r; | 111 | return r; |
| 113 | } | 112 | } |
| 114 | 113 | ||
| 115 | bo_size = RADEON_GPU_PAGE_ALIGN(fw->size + 8) + | 114 | bo_size = RADEON_GPU_PAGE_ALIGN(rdev->uvd_fw->size + 8) + |
| 116 | RADEON_UVD_STACK_SIZE + RADEON_UVD_HEAP_SIZE; | 115 | RADEON_UVD_STACK_SIZE + RADEON_UVD_HEAP_SIZE; |
| 117 | r = radeon_bo_create(rdev, bo_size, PAGE_SIZE, true, | 116 | r = radeon_bo_create(rdev, bo_size, PAGE_SIZE, true, |
| 118 | RADEON_GEM_DOMAIN_VRAM, NULL, &rdev->uvd.vcpu_bo); | 117 | RADEON_GEM_DOMAIN_VRAM, NULL, &rdev->uvd.vcpu_bo); |
| @@ -145,12 +144,6 @@ int radeon_uvd_init(struct radeon_device *rdev) | |||
| 145 | 144 | ||
| 146 | radeon_bo_unreserve(rdev->uvd.vcpu_bo); | 145 | radeon_bo_unreserve(rdev->uvd.vcpu_bo); |
| 147 | 146 | ||
| 148 | rdev->uvd.fw_size = fw->size; | ||
| 149 | memset(rdev->uvd.cpu_addr, 0, bo_size); | ||
| 150 | memcpy(rdev->uvd.cpu_addr, fw->data, fw->size); | ||
| 151 | |||
| 152 | release_firmware(fw); | ||
| 153 | |||
| 154 | for (i = 0; i < RADEON_MAX_UVD_HANDLES; ++i) { | 147 | for (i = 0; i < RADEON_MAX_UVD_HANDLES; ++i) { |
| 155 | atomic_set(&rdev->uvd.handles[i], 0); | 148 | atomic_set(&rdev->uvd.handles[i], 0); |
| 156 | rdev->uvd.filp[i] = NULL; | 149 | rdev->uvd.filp[i] = NULL; |
| @@ -174,33 +167,60 @@ void radeon_uvd_fini(struct radeon_device *rdev) | |||
| 174 | } | 167 | } |
| 175 | 168 | ||
| 176 | radeon_bo_unref(&rdev->uvd.vcpu_bo); | 169 | radeon_bo_unref(&rdev->uvd.vcpu_bo); |
| 170 | |||
| 171 | release_firmware(rdev->uvd_fw); | ||
| 177 | } | 172 | } |
| 178 | 173 | ||
| 179 | int radeon_uvd_suspend(struct radeon_device *rdev) | 174 | int radeon_uvd_suspend(struct radeon_device *rdev) |
| 180 | { | 175 | { |
| 181 | unsigned size; | 176 | unsigned size; |
| 177 | void *ptr; | ||
| 178 | int i; | ||
| 182 | 179 | ||
| 183 | if (rdev->uvd.vcpu_bo == NULL) | 180 | if (rdev->uvd.vcpu_bo == NULL) |
| 184 | return 0; | 181 | return 0; |
| 185 | 182 | ||
| 183 | for (i = 0; i < RADEON_MAX_UVD_HANDLES; ++i) | ||
| 184 | if (atomic_read(&rdev->uvd.handles[i])) | ||
| 185 | break; | ||
| 186 | |||
| 187 | if (i == RADEON_MAX_UVD_HANDLES) | ||
| 188 | return 0; | ||
| 189 | |||
| 186 | size = radeon_bo_size(rdev->uvd.vcpu_bo); | 190 | size = radeon_bo_size(rdev->uvd.vcpu_bo); |
| 191 | size -= rdev->uvd_fw->size; | ||
| 192 | |||
| 193 | ptr = rdev->uvd.cpu_addr; | ||
| 194 | ptr += rdev->uvd_fw->size; | ||
| 195 | |||
| 187 | rdev->uvd.saved_bo = kmalloc(size, GFP_KERNEL); | 196 | rdev->uvd.saved_bo = kmalloc(size, GFP_KERNEL); |
| 188 | memcpy(rdev->uvd.saved_bo, rdev->uvd.cpu_addr, size); | 197 | memcpy(rdev->uvd.saved_bo, ptr, size); |
| 189 | 198 | ||
| 190 | return 0; | 199 | return 0; |
| 191 | } | 200 | } |
| 192 | 201 | ||
| 193 | int radeon_uvd_resume(struct radeon_device *rdev) | 202 | int radeon_uvd_resume(struct radeon_device *rdev) |
| 194 | { | 203 | { |
| 204 | unsigned size; | ||
| 205 | void *ptr; | ||
| 206 | |||
| 195 | if (rdev->uvd.vcpu_bo == NULL) | 207 | if (rdev->uvd.vcpu_bo == NULL) |
| 196 | return -EINVAL; | 208 | return -EINVAL; |
| 197 | 209 | ||
| 210 | memcpy(rdev->uvd.cpu_addr, rdev->uvd_fw->data, rdev->uvd_fw->size); | ||
| 211 | |||
| 212 | size = radeon_bo_size(rdev->uvd.vcpu_bo); | ||
| 213 | size -= rdev->uvd_fw->size; | ||
| 214 | |||
| 215 | ptr = rdev->uvd.cpu_addr; | ||
| 216 | ptr += rdev->uvd_fw->size; | ||
| 217 | |||
| 198 | if (rdev->uvd.saved_bo != NULL) { | 218 | if (rdev->uvd.saved_bo != NULL) { |
| 199 | unsigned size = radeon_bo_size(rdev->uvd.vcpu_bo); | 219 | memcpy(ptr, rdev->uvd.saved_bo, size); |
| 200 | memcpy(rdev->uvd.cpu_addr, rdev->uvd.saved_bo, size); | ||
| 201 | kfree(rdev->uvd.saved_bo); | 220 | kfree(rdev->uvd.saved_bo); |
| 202 | rdev->uvd.saved_bo = NULL; | 221 | rdev->uvd.saved_bo = NULL; |
| 203 | } | 222 | } else |
| 223 | memset(ptr, 0, size); | ||
| 204 | 224 | ||
| 205 | return 0; | 225 | return 0; |
| 206 | } | 226 | } |
| @@ -215,8 +235,8 @@ void radeon_uvd_free_handles(struct radeon_device *rdev, struct drm_file *filp) | |||
| 215 | { | 235 | { |
| 216 | int i, r; | 236 | int i, r; |
| 217 | for (i = 0; i < RADEON_MAX_UVD_HANDLES; ++i) { | 237 | for (i = 0; i < RADEON_MAX_UVD_HANDLES; ++i) { |
| 218 | if (rdev->uvd.filp[i] == filp) { | 238 | uint32_t handle = atomic_read(&rdev->uvd.handles[i]); |
| 219 | uint32_t handle = atomic_read(&rdev->uvd.handles[i]); | 239 | if (handle != 0 && rdev->uvd.filp[i] == filp) { |
| 220 | struct radeon_fence *fence; | 240 | struct radeon_fence *fence; |
| 221 | 241 | ||
| 222 | r = radeon_uvd_get_destroy_msg(rdev, | 242 | r = radeon_uvd_get_destroy_msg(rdev, |
| @@ -337,8 +357,10 @@ static int radeon_uvd_cs_msg(struct radeon_cs_parser *p, struct radeon_bo *bo, | |||
| 337 | } | 357 | } |
| 338 | 358 | ||
| 339 | r = radeon_bo_kmap(bo, &ptr); | 359 | r = radeon_bo_kmap(bo, &ptr); |
| 340 | if (r) | 360 | if (r) { |
| 361 | DRM_ERROR("Failed mapping the UVD message (%d)!\n", r); | ||
| 341 | return r; | 362 | return r; |
| 363 | } | ||
| 342 | 364 | ||
| 343 | msg = ptr + offset; | 365 | msg = ptr + offset; |
| 344 | 366 | ||
| @@ -364,8 +386,14 @@ static int radeon_uvd_cs_msg(struct radeon_cs_parser *p, struct radeon_bo *bo, | |||
| 364 | radeon_bo_kunmap(bo); | 386 | radeon_bo_kunmap(bo); |
| 365 | return 0; | 387 | return 0; |
| 366 | } else { | 388 | } else { |
| 367 | /* it's a create msg, no special handling needed */ | ||
| 368 | radeon_bo_kunmap(bo); | 389 | radeon_bo_kunmap(bo); |
| 390 | |||
| 391 | if (msg_type != 0) { | ||
| 392 | DRM_ERROR("Illegal UVD message type (%d)!\n", msg_type); | ||
| 393 | return -EINVAL; | ||
| 394 | } | ||
| 395 | |||
| 396 | /* it's a create msg, no special handling needed */ | ||
| 369 | } | 397 | } |
| 370 | 398 | ||
| 371 | /* create or decode, validate the handle */ | 399 | /* create or decode, validate the handle */ |
| @@ -388,7 +416,7 @@ static int radeon_uvd_cs_msg(struct radeon_cs_parser *p, struct radeon_bo *bo, | |||
| 388 | 416 | ||
| 389 | static int radeon_uvd_cs_reloc(struct radeon_cs_parser *p, | 417 | static int radeon_uvd_cs_reloc(struct radeon_cs_parser *p, |
| 390 | int data0, int data1, | 418 | int data0, int data1, |
| 391 | unsigned buf_sizes[]) | 419 | unsigned buf_sizes[], bool *has_msg_cmd) |
| 392 | { | 420 | { |
| 393 | struct radeon_cs_chunk *relocs_chunk; | 421 | struct radeon_cs_chunk *relocs_chunk; |
| 394 | struct radeon_cs_reloc *reloc; | 422 | struct radeon_cs_reloc *reloc; |
| @@ -417,7 +445,7 @@ static int radeon_uvd_cs_reloc(struct radeon_cs_parser *p, | |||
| 417 | 445 | ||
| 418 | if (cmd < 0x4) { | 446 | if (cmd < 0x4) { |
| 419 | if ((end - start) < buf_sizes[cmd]) { | 447 | if ((end - start) < buf_sizes[cmd]) { |
| 420 | DRM_ERROR("buffer to small (%d / %d)!\n", | 448 | DRM_ERROR("buffer (%d) to small (%d / %d)!\n", cmd, |
| 421 | (unsigned)(end - start), buf_sizes[cmd]); | 449 | (unsigned)(end - start), buf_sizes[cmd]); |
| 422 | return -EINVAL; | 450 | return -EINVAL; |
| 423 | } | 451 | } |
| @@ -442,9 +470,17 @@ static int radeon_uvd_cs_reloc(struct radeon_cs_parser *p, | |||
| 442 | } | 470 | } |
| 443 | 471 | ||
| 444 | if (cmd == 0) { | 472 | if (cmd == 0) { |
| 473 | if (*has_msg_cmd) { | ||
| 474 | DRM_ERROR("More than one message in a UVD-IB!\n"); | ||
| 475 | return -EINVAL; | ||
| 476 | } | ||
| 477 | *has_msg_cmd = true; | ||
| 445 | r = radeon_uvd_cs_msg(p, reloc->robj, offset, buf_sizes); | 478 | r = radeon_uvd_cs_msg(p, reloc->robj, offset, buf_sizes); |
| 446 | if (r) | 479 | if (r) |
| 447 | return r; | 480 | return r; |
| 481 | } else if (!*has_msg_cmd) { | ||
| 482 | DRM_ERROR("Message needed before other commands are send!\n"); | ||
| 483 | return -EINVAL; | ||
| 448 | } | 484 | } |
| 449 | 485 | ||
| 450 | return 0; | 486 | return 0; |
| @@ -453,7 +489,8 @@ static int radeon_uvd_cs_reloc(struct radeon_cs_parser *p, | |||
| 453 | static int radeon_uvd_cs_reg(struct radeon_cs_parser *p, | 489 | static int radeon_uvd_cs_reg(struct radeon_cs_parser *p, |
| 454 | struct radeon_cs_packet *pkt, | 490 | struct radeon_cs_packet *pkt, |
| 455 | int *data0, int *data1, | 491 | int *data0, int *data1, |
| 456 | unsigned buf_sizes[]) | 492 | unsigned buf_sizes[], |
| 493 | bool *has_msg_cmd) | ||
| 457 | { | 494 | { |
| 458 | int i, r; | 495 | int i, r; |
| 459 | 496 | ||
| @@ -467,7 +504,8 @@ static int radeon_uvd_cs_reg(struct radeon_cs_parser *p, | |||
| 467 | *data1 = p->idx; | 504 | *data1 = p->idx; |
| 468 | break; | 505 | break; |
| 469 | case UVD_GPCOM_VCPU_CMD: | 506 | case UVD_GPCOM_VCPU_CMD: |
| 470 | r = radeon_uvd_cs_reloc(p, *data0, *data1, buf_sizes); | 507 | r = radeon_uvd_cs_reloc(p, *data0, *data1, |
| 508 | buf_sizes, has_msg_cmd); | ||
| 471 | if (r) | 509 | if (r) |
| 472 | return r; | 510 | return r; |
| 473 | break; | 511 | break; |
| @@ -488,6 +526,9 @@ int radeon_uvd_cs_parse(struct radeon_cs_parser *p) | |||
| 488 | struct radeon_cs_packet pkt; | 526 | struct radeon_cs_packet pkt; |
| 489 | int r, data0 = 0, data1 = 0; | 527 | int r, data0 = 0, data1 = 0; |
| 490 | 528 | ||
| 529 | /* does the IB has a msg command */ | ||
| 530 | bool has_msg_cmd = false; | ||
| 531 | |||
| 491 | /* minimum buffer sizes */ | 532 | /* minimum buffer sizes */ |
| 492 | unsigned buf_sizes[] = { | 533 | unsigned buf_sizes[] = { |
| 493 | [0x00000000] = 2048, | 534 | [0x00000000] = 2048, |
| @@ -514,8 +555,8 @@ int radeon_uvd_cs_parse(struct radeon_cs_parser *p) | |||
| 514 | return r; | 555 | return r; |
| 515 | switch (pkt.type) { | 556 | switch (pkt.type) { |
| 516 | case RADEON_PACKET_TYPE0: | 557 | case RADEON_PACKET_TYPE0: |
| 517 | r = radeon_uvd_cs_reg(p, &pkt, &data0, | 558 | r = radeon_uvd_cs_reg(p, &pkt, &data0, &data1, |
| 518 | &data1, buf_sizes); | 559 | buf_sizes, &has_msg_cmd); |
| 519 | if (r) | 560 | if (r) |
| 520 | return r; | 561 | return r; |
| 521 | break; | 562 | break; |
| @@ -527,6 +568,12 @@ int radeon_uvd_cs_parse(struct radeon_cs_parser *p) | |||
| 527 | return -EINVAL; | 568 | return -EINVAL; |
| 528 | } | 569 | } |
| 529 | } while (p->idx < p->chunks[p->chunk_ib_idx].length_dw); | 570 | } while (p->idx < p->chunks[p->chunk_ib_idx].length_dw); |
| 571 | |||
| 572 | if (!has_msg_cmd) { | ||
| 573 | DRM_ERROR("UVD-IBs need a msg command!\n"); | ||
| 574 | return -EINVAL; | ||
| 575 | } | ||
| 576 | |||
| 530 | return 0; | 577 | return 0; |
| 531 | } | 578 | } |
| 532 | 579 | ||
diff --git a/drivers/gpu/drm/radeon/rv6xx_dpm.c b/drivers/gpu/drm/radeon/rv6xx_dpm.c index 363018c60412..bdd888b4db2b 100644 --- a/drivers/gpu/drm/radeon/rv6xx_dpm.c +++ b/drivers/gpu/drm/radeon/rv6xx_dpm.c | |||
| @@ -1944,9 +1944,7 @@ static int rv6xx_parse_power_table(struct radeon_device *rdev) | |||
| 1944 | 1944 | ||
| 1945 | int rv6xx_dpm_init(struct radeon_device *rdev) | 1945 | int rv6xx_dpm_init(struct radeon_device *rdev) |
| 1946 | { | 1946 | { |
| 1947 | int index = GetIndexIntoMasterTable(DATA, ASIC_InternalSS_Info); | 1947 | struct radeon_atom_ss ss; |
| 1948 | uint16_t data_offset, size; | ||
| 1949 | uint8_t frev, crev; | ||
| 1950 | struct atom_clock_dividers dividers; | 1948 | struct atom_clock_dividers dividers; |
| 1951 | struct rv6xx_power_info *pi; | 1949 | struct rv6xx_power_info *pi; |
| 1952 | int ret; | 1950 | int ret; |
| @@ -1989,16 +1987,18 @@ int rv6xx_dpm_init(struct radeon_device *rdev) | |||
| 1989 | 1987 | ||
| 1990 | pi->gfx_clock_gating = true; | 1988 | pi->gfx_clock_gating = true; |
| 1991 | 1989 | ||
| 1992 | if (atom_parse_data_header(rdev->mode_info.atom_context, index, &size, | 1990 | pi->sclk_ss = radeon_atombios_get_asic_ss_info(rdev, &ss, |
| 1993 | &frev, &crev, &data_offset)) { | 1991 | ASIC_INTERNAL_ENGINE_SS, 0); |
| 1994 | pi->sclk_ss = true; | 1992 | pi->mclk_ss = radeon_atombios_get_asic_ss_info(rdev, &ss, |
| 1995 | pi->mclk_ss = true; | 1993 | ASIC_INTERNAL_MEMORY_SS, 0); |
| 1994 | |||
| 1995 | /* Disable sclk ss, causes hangs on a lot of systems */ | ||
| 1996 | pi->sclk_ss = false; | ||
| 1997 | |||
| 1998 | if (pi->sclk_ss || pi->mclk_ss) | ||
| 1996 | pi->dynamic_ss = true; | 1999 | pi->dynamic_ss = true; |
| 1997 | } else { | 2000 | else |
| 1998 | pi->sclk_ss = false; | ||
| 1999 | pi->mclk_ss = false; | ||
| 2000 | pi->dynamic_ss = false; | 2001 | pi->dynamic_ss = false; |
| 2001 | } | ||
| 2002 | 2002 | ||
| 2003 | pi->dynamic_pcie_gen2 = true; | 2003 | pi->dynamic_pcie_gen2 = true; |
| 2004 | 2004 | ||
diff --git a/drivers/gpu/drm/radeon/rv770.c b/drivers/gpu/drm/radeon/rv770.c index 30ea14e8854c..bcc68ec204ad 100644 --- a/drivers/gpu/drm/radeon/rv770.c +++ b/drivers/gpu/drm/radeon/rv770.c | |||
| @@ -813,7 +813,7 @@ int rv770_uvd_resume(struct radeon_device *rdev) | |||
| 813 | 813 | ||
| 814 | /* programm the VCPU memory controller bits 0-27 */ | 814 | /* programm the VCPU memory controller bits 0-27 */ |
| 815 | addr = rdev->uvd.gpu_addr >> 3; | 815 | addr = rdev->uvd.gpu_addr >> 3; |
| 816 | size = RADEON_GPU_PAGE_ALIGN(rdev->uvd.fw_size + 4) >> 3; | 816 | size = RADEON_GPU_PAGE_ALIGN(rdev->uvd_fw->size + 4) >> 3; |
| 817 | WREG32(UVD_VCPU_CACHE_OFFSET0, addr); | 817 | WREG32(UVD_VCPU_CACHE_OFFSET0, addr); |
| 818 | WREG32(UVD_VCPU_CACHE_SIZE0, size); | 818 | WREG32(UVD_VCPU_CACHE_SIZE0, size); |
| 819 | 819 | ||
| @@ -1829,6 +1829,8 @@ static int rv770_startup(struct radeon_device *rdev) | |||
| 1829 | /* enable pcie gen2 link */ | 1829 | /* enable pcie gen2 link */ |
| 1830 | rv770_pcie_gen2_enable(rdev); | 1830 | rv770_pcie_gen2_enable(rdev); |
| 1831 | 1831 | ||
| 1832 | rv770_mc_program(rdev); | ||
| 1833 | |||
| 1832 | if (!rdev->me_fw || !rdev->pfp_fw || !rdev->rlc_fw) { | 1834 | if (!rdev->me_fw || !rdev->pfp_fw || !rdev->rlc_fw) { |
| 1833 | r = r600_init_microcode(rdev); | 1835 | r = r600_init_microcode(rdev); |
| 1834 | if (r) { | 1836 | if (r) { |
| @@ -1841,7 +1843,6 @@ static int rv770_startup(struct radeon_device *rdev) | |||
| 1841 | if (r) | 1843 | if (r) |
| 1842 | return r; | 1844 | return r; |
| 1843 | 1845 | ||
| 1844 | rv770_mc_program(rdev); | ||
| 1845 | if (rdev->flags & RADEON_IS_AGP) { | 1846 | if (rdev->flags & RADEON_IS_AGP) { |
| 1846 | rv770_agp_enable(rdev); | 1847 | rv770_agp_enable(rdev); |
| 1847 | } else { | 1848 | } else { |
| @@ -1983,6 +1984,7 @@ int rv770_resume(struct radeon_device *rdev) | |||
| 1983 | int rv770_suspend(struct radeon_device *rdev) | 1984 | int rv770_suspend(struct radeon_device *rdev) |
| 1984 | { | 1985 | { |
| 1985 | r600_audio_fini(rdev); | 1986 | r600_audio_fini(rdev); |
| 1987 | r600_uvd_stop(rdev); | ||
| 1986 | radeon_uvd_suspend(rdev); | 1988 | radeon_uvd_suspend(rdev); |
| 1987 | r700_cp_stop(rdev); | 1989 | r700_cp_stop(rdev); |
| 1988 | r600_dma_stop(rdev); | 1990 | r600_dma_stop(rdev); |
| @@ -2098,6 +2100,7 @@ void rv770_fini(struct radeon_device *rdev) | |||
| 2098 | radeon_ib_pool_fini(rdev); | 2100 | radeon_ib_pool_fini(rdev); |
| 2099 | radeon_irq_kms_fini(rdev); | 2101 | radeon_irq_kms_fini(rdev); |
| 2100 | rv770_pcie_gart_fini(rdev); | 2102 | rv770_pcie_gart_fini(rdev); |
| 2103 | r600_uvd_stop(rdev); | ||
| 2101 | radeon_uvd_fini(rdev); | 2104 | radeon_uvd_fini(rdev); |
| 2102 | r600_vram_scratch_fini(rdev); | 2105 | r600_vram_scratch_fini(rdev); |
| 2103 | radeon_gem_fini(rdev); | 2106 | radeon_gem_fini(rdev); |
diff --git a/drivers/gpu/drm/radeon/rv770_dpm.c b/drivers/gpu/drm/radeon/rv770_dpm.c index 2d347925f77d..094c67a29d0d 100644 --- a/drivers/gpu/drm/radeon/rv770_dpm.c +++ b/drivers/gpu/drm/radeon/rv770_dpm.c | |||
| @@ -2319,12 +2319,25 @@ int rv7xx_parse_power_table(struct radeon_device *rdev) | |||
| 2319 | return 0; | 2319 | return 0; |
| 2320 | } | 2320 | } |
| 2321 | 2321 | ||
| 2322 | void rv770_get_engine_memory_ss(struct radeon_device *rdev) | ||
| 2323 | { | ||
| 2324 | struct rv7xx_power_info *pi = rv770_get_pi(rdev); | ||
| 2325 | struct radeon_atom_ss ss; | ||
| 2326 | |||
| 2327 | pi->sclk_ss = radeon_atombios_get_asic_ss_info(rdev, &ss, | ||
| 2328 | ASIC_INTERNAL_ENGINE_SS, 0); | ||
| 2329 | pi->mclk_ss = radeon_atombios_get_asic_ss_info(rdev, &ss, | ||
| 2330 | ASIC_INTERNAL_MEMORY_SS, 0); | ||
| 2331 | |||
| 2332 | if (pi->sclk_ss || pi->mclk_ss) | ||
| 2333 | pi->dynamic_ss = true; | ||
| 2334 | else | ||
| 2335 | pi->dynamic_ss = false; | ||
| 2336 | } | ||
| 2337 | |||
| 2322 | int rv770_dpm_init(struct radeon_device *rdev) | 2338 | int rv770_dpm_init(struct radeon_device *rdev) |
| 2323 | { | 2339 | { |
| 2324 | struct rv7xx_power_info *pi; | 2340 | struct rv7xx_power_info *pi; |
| 2325 | int index = GetIndexIntoMasterTable(DATA, ASIC_InternalSS_Info); | ||
| 2326 | uint16_t data_offset, size; | ||
| 2327 | uint8_t frev, crev; | ||
| 2328 | struct atom_clock_dividers dividers; | 2341 | struct atom_clock_dividers dividers; |
| 2329 | int ret; | 2342 | int ret; |
| 2330 | 2343 | ||
| @@ -2369,16 +2382,7 @@ int rv770_dpm_init(struct radeon_device *rdev) | |||
| 2369 | pi->mvdd_control = | 2382 | pi->mvdd_control = |
| 2370 | radeon_atom_is_voltage_gpio(rdev, SET_VOLTAGE_TYPE_ASIC_MVDDC, 0); | 2383 | radeon_atom_is_voltage_gpio(rdev, SET_VOLTAGE_TYPE_ASIC_MVDDC, 0); |
| 2371 | 2384 | ||
| 2372 | if (atom_parse_data_header(rdev->mode_info.atom_context, index, &size, | 2385 | rv770_get_engine_memory_ss(rdev); |
| 2373 | &frev, &crev, &data_offset)) { | ||
| 2374 | pi->sclk_ss = true; | ||
| 2375 | pi->mclk_ss = true; | ||
| 2376 | pi->dynamic_ss = true; | ||
| 2377 | } else { | ||
| 2378 | pi->sclk_ss = false; | ||
| 2379 | pi->mclk_ss = false; | ||
| 2380 | pi->dynamic_ss = false; | ||
| 2381 | } | ||
| 2382 | 2386 | ||
| 2383 | pi->asi = RV770_ASI_DFLT; | 2387 | pi->asi = RV770_ASI_DFLT; |
| 2384 | pi->pasi = RV770_HASI_DFLT; | 2388 | pi->pasi = RV770_HASI_DFLT; |
| @@ -2393,8 +2397,7 @@ int rv770_dpm_init(struct radeon_device *rdev) | |||
| 2393 | 2397 | ||
| 2394 | pi->dynamic_pcie_gen2 = true; | 2398 | pi->dynamic_pcie_gen2 = true; |
| 2395 | 2399 | ||
| 2396 | if (pi->gfx_clock_gating && | 2400 | if (rdev->pm.int_thermal_type != THERMAL_TYPE_NONE) |
| 2397 | (rdev->pm.int_thermal_type != THERMAL_TYPE_NONE)) | ||
| 2398 | pi->thermal_protection = true; | 2401 | pi->thermal_protection = true; |
| 2399 | else | 2402 | else |
| 2400 | pi->thermal_protection = false; | 2403 | pi->thermal_protection = false; |
diff --git a/drivers/gpu/drm/radeon/rv770_dpm.h b/drivers/gpu/drm/radeon/rv770_dpm.h index 96b1b2a62a8a..9244effc6b59 100644 --- a/drivers/gpu/drm/radeon/rv770_dpm.h +++ b/drivers/gpu/drm/radeon/rv770_dpm.h | |||
| @@ -275,6 +275,7 @@ void rv770_set_uvd_clock_before_set_eng_clock(struct radeon_device *rdev, | |||
| 275 | void rv770_set_uvd_clock_after_set_eng_clock(struct radeon_device *rdev, | 275 | void rv770_set_uvd_clock_after_set_eng_clock(struct radeon_device *rdev, |
| 276 | struct radeon_ps *new_ps, | 276 | struct radeon_ps *new_ps, |
| 277 | struct radeon_ps *old_ps); | 277 | struct radeon_ps *old_ps); |
| 278 | void rv770_get_engine_memory_ss(struct radeon_device *rdev); | ||
| 278 | 279 | ||
| 279 | /* smc */ | 280 | /* smc */ |
| 280 | int rv770_read_smc_soft_register(struct radeon_device *rdev, | 281 | int rv770_read_smc_soft_register(struct radeon_device *rdev, |
diff --git a/drivers/gpu/drm/radeon/si.c b/drivers/gpu/drm/radeon/si.c index 6ca904673a4f..daa8d2df8ec5 100644 --- a/drivers/gpu/drm/radeon/si.c +++ b/drivers/gpu/drm/radeon/si.c | |||
| @@ -1663,9 +1663,13 @@ static int si_init_microcode(struct radeon_device *rdev) | |||
| 1663 | 1663 | ||
| 1664 | snprintf(fw_name, sizeof(fw_name), "radeon/%s_smc.bin", chip_name); | 1664 | snprintf(fw_name, sizeof(fw_name), "radeon/%s_smc.bin", chip_name); |
| 1665 | err = request_firmware(&rdev->smc_fw, fw_name, rdev->dev); | 1665 | err = request_firmware(&rdev->smc_fw, fw_name, rdev->dev); |
| 1666 | if (err) | 1666 | if (err) { |
| 1667 | goto out; | 1667 | printk(KERN_ERR |
| 1668 | if (rdev->smc_fw->size != smc_req_size) { | 1668 | "smc: error loading firmware \"%s\"\n", |
| 1669 | fw_name); | ||
| 1670 | release_firmware(rdev->smc_fw); | ||
| 1671 | rdev->smc_fw = NULL; | ||
| 1672 | } else if (rdev->smc_fw->size != smc_req_size) { | ||
| 1669 | printk(KERN_ERR | 1673 | printk(KERN_ERR |
| 1670 | "si_smc: Bogus length %zu in firmware \"%s\"\n", | 1674 | "si_smc: Bogus length %zu in firmware \"%s\"\n", |
| 1671 | rdev->smc_fw->size, fw_name); | 1675 | rdev->smc_fw->size, fw_name); |
| @@ -6418,6 +6422,8 @@ static int si_startup(struct radeon_device *rdev) | |||
| 6418 | /* enable aspm */ | 6422 | /* enable aspm */ |
| 6419 | si_program_aspm(rdev); | 6423 | si_program_aspm(rdev); |
| 6420 | 6424 | ||
| 6425 | si_mc_program(rdev); | ||
| 6426 | |||
| 6421 | if (!rdev->me_fw || !rdev->pfp_fw || !rdev->ce_fw || | 6427 | if (!rdev->me_fw || !rdev->pfp_fw || !rdev->ce_fw || |
| 6422 | !rdev->rlc_fw || !rdev->mc_fw) { | 6428 | !rdev->rlc_fw || !rdev->mc_fw) { |
| 6423 | r = si_init_microcode(rdev); | 6429 | r = si_init_microcode(rdev); |
| @@ -6437,7 +6443,6 @@ static int si_startup(struct radeon_device *rdev) | |||
| 6437 | if (r) | 6443 | if (r) |
| 6438 | return r; | 6444 | return r; |
| 6439 | 6445 | ||
| 6440 | si_mc_program(rdev); | ||
| 6441 | r = si_pcie_gart_enable(rdev); | 6446 | r = si_pcie_gart_enable(rdev); |
| 6442 | if (r) | 6447 | if (r) |
| 6443 | return r; | 6448 | return r; |
| @@ -6621,7 +6626,7 @@ int si_suspend(struct radeon_device *rdev) | |||
| 6621 | si_cp_enable(rdev, false); | 6626 | si_cp_enable(rdev, false); |
| 6622 | cayman_dma_stop(rdev); | 6627 | cayman_dma_stop(rdev); |
| 6623 | if (rdev->has_uvd) { | 6628 | if (rdev->has_uvd) { |
| 6624 | r600_uvd_rbc_stop(rdev); | 6629 | r600_uvd_stop(rdev); |
| 6625 | radeon_uvd_suspend(rdev); | 6630 | radeon_uvd_suspend(rdev); |
| 6626 | } | 6631 | } |
| 6627 | si_irq_suspend(rdev); | 6632 | si_irq_suspend(rdev); |
| @@ -6763,8 +6768,10 @@ void si_fini(struct radeon_device *rdev) | |||
| 6763 | radeon_vm_manager_fini(rdev); | 6768 | radeon_vm_manager_fini(rdev); |
| 6764 | radeon_ib_pool_fini(rdev); | 6769 | radeon_ib_pool_fini(rdev); |
| 6765 | radeon_irq_kms_fini(rdev); | 6770 | radeon_irq_kms_fini(rdev); |
| 6766 | if (rdev->has_uvd) | 6771 | if (rdev->has_uvd) { |
| 6772 | r600_uvd_stop(rdev); | ||
| 6767 | radeon_uvd_fini(rdev); | 6773 | radeon_uvd_fini(rdev); |
| 6774 | } | ||
| 6768 | si_pcie_gart_fini(rdev); | 6775 | si_pcie_gart_fini(rdev); |
| 6769 | r600_vram_scratch_fini(rdev); | 6776 | r600_vram_scratch_fini(rdev); |
| 6770 | radeon_gem_fini(rdev); | 6777 | radeon_gem_fini(rdev); |
diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c index 41825575b403..88699e3cd868 100644 --- a/drivers/gpu/drm/radeon/si_dpm.c +++ b/drivers/gpu/drm/radeon/si_dpm.c | |||
| @@ -2903,7 +2903,8 @@ static void si_apply_state_adjust_rules(struct radeon_device *rdev, | |||
| 2903 | { | 2903 | { |
| 2904 | struct ni_ps *ps = ni_get_ps(rps); | 2904 | struct ni_ps *ps = ni_get_ps(rps); |
| 2905 | struct radeon_clock_and_voltage_limits *max_limits; | 2905 | struct radeon_clock_and_voltage_limits *max_limits; |
| 2906 | bool disable_mclk_switching; | 2906 | bool disable_mclk_switching = false; |
| 2907 | bool disable_sclk_switching = false; | ||
| 2907 | u32 mclk, sclk; | 2908 | u32 mclk, sclk; |
| 2908 | u16 vddc, vddci; | 2909 | u16 vddc, vddci; |
| 2909 | int i; | 2910 | int i; |
| @@ -2911,8 +2912,11 @@ static void si_apply_state_adjust_rules(struct radeon_device *rdev, | |||
| 2911 | if ((rdev->pm.dpm.new_active_crtc_count > 1) || | 2912 | if ((rdev->pm.dpm.new_active_crtc_count > 1) || |
| 2912 | ni_dpm_vblank_too_short(rdev)) | 2913 | ni_dpm_vblank_too_short(rdev)) |
| 2913 | disable_mclk_switching = true; | 2914 | disable_mclk_switching = true; |
| 2914 | else | 2915 | |
| 2915 | disable_mclk_switching = false; | 2916 | if (rps->vclk || rps->dclk) { |
| 2917 | disable_mclk_switching = true; | ||
| 2918 | disable_sclk_switching = true; | ||
| 2919 | } | ||
| 2916 | 2920 | ||
| 2917 | if (rdev->pm.dpm.ac_power) | 2921 | if (rdev->pm.dpm.ac_power) |
| 2918 | max_limits = &rdev->pm.dpm.dyn_state.max_clock_voltage_on_ac; | 2922 | max_limits = &rdev->pm.dpm.dyn_state.max_clock_voltage_on_ac; |
| @@ -2940,27 +2944,43 @@ static void si_apply_state_adjust_rules(struct radeon_device *rdev, | |||
| 2940 | 2944 | ||
| 2941 | if (disable_mclk_switching) { | 2945 | if (disable_mclk_switching) { |
| 2942 | mclk = ps->performance_levels[ps->performance_level_count - 1].mclk; | 2946 | mclk = ps->performance_levels[ps->performance_level_count - 1].mclk; |
| 2943 | sclk = ps->performance_levels[0].sclk; | ||
| 2944 | vddc = ps->performance_levels[0].vddc; | ||
| 2945 | vddci = ps->performance_levels[ps->performance_level_count - 1].vddci; | 2947 | vddci = ps->performance_levels[ps->performance_level_count - 1].vddci; |
| 2946 | } else { | 2948 | } else { |
| 2947 | sclk = ps->performance_levels[0].sclk; | ||
| 2948 | mclk = ps->performance_levels[0].mclk; | 2949 | mclk = ps->performance_levels[0].mclk; |
| 2949 | vddc = ps->performance_levels[0].vddc; | ||
| 2950 | vddci = ps->performance_levels[0].vddci; | 2950 | vddci = ps->performance_levels[0].vddci; |
| 2951 | } | 2951 | } |
| 2952 | 2952 | ||
| 2953 | if (disable_sclk_switching) { | ||
| 2954 | sclk = ps->performance_levels[ps->performance_level_count - 1].sclk; | ||
| 2955 | vddc = ps->performance_levels[ps->performance_level_count - 1].vddc; | ||
| 2956 | } else { | ||
| 2957 | sclk = ps->performance_levels[0].sclk; | ||
| 2958 | vddc = ps->performance_levels[0].vddc; | ||
| 2959 | } | ||
| 2960 | |||
| 2953 | /* adjusted low state */ | 2961 | /* adjusted low state */ |
| 2954 | ps->performance_levels[0].sclk = sclk; | 2962 | ps->performance_levels[0].sclk = sclk; |
| 2955 | ps->performance_levels[0].mclk = mclk; | 2963 | ps->performance_levels[0].mclk = mclk; |
| 2956 | ps->performance_levels[0].vddc = vddc; | 2964 | ps->performance_levels[0].vddc = vddc; |
| 2957 | ps->performance_levels[0].vddci = vddci; | 2965 | ps->performance_levels[0].vddci = vddci; |
| 2958 | 2966 | ||
| 2959 | for (i = 1; i < ps->performance_level_count; i++) { | 2967 | if (disable_sclk_switching) { |
| 2960 | if (ps->performance_levels[i].sclk < ps->performance_levels[i - 1].sclk) | 2968 | sclk = ps->performance_levels[0].sclk; |
| 2961 | ps->performance_levels[i].sclk = ps->performance_levels[i - 1].sclk; | 2969 | for (i = 1; i < ps->performance_level_count; i++) { |
| 2962 | if (ps->performance_levels[i].vddc < ps->performance_levels[i - 1].vddc) | 2970 | if (sclk < ps->performance_levels[i].sclk) |
| 2963 | ps->performance_levels[i].vddc = ps->performance_levels[i - 1].vddc; | 2971 | sclk = ps->performance_levels[i].sclk; |
| 2972 | } | ||
| 2973 | for (i = 0; i < ps->performance_level_count; i++) { | ||
| 2974 | ps->performance_levels[i].sclk = sclk; | ||
| 2975 | ps->performance_levels[i].vddc = vddc; | ||
| 2976 | } | ||
| 2977 | } else { | ||
| 2978 | for (i = 1; i < ps->performance_level_count; i++) { | ||
| 2979 | if (ps->performance_levels[i].sclk < ps->performance_levels[i - 1].sclk) | ||
| 2980 | ps->performance_levels[i].sclk = ps->performance_levels[i - 1].sclk; | ||
| 2981 | if (ps->performance_levels[i].vddc < ps->performance_levels[i - 1].vddc) | ||
| 2982 | ps->performance_levels[i].vddc = ps->performance_levels[i - 1].vddc; | ||
| 2983 | } | ||
| 2964 | } | 2984 | } |
| 2965 | 2985 | ||
| 2966 | if (disable_mclk_switching) { | 2986 | if (disable_mclk_switching) { |
| @@ -6253,9 +6273,6 @@ int si_dpm_init(struct radeon_device *rdev) | |||
| 6253 | struct evergreen_power_info *eg_pi; | 6273 | struct evergreen_power_info *eg_pi; |
| 6254 | struct ni_power_info *ni_pi; | 6274 | struct ni_power_info *ni_pi; |
| 6255 | struct si_power_info *si_pi; | 6275 | struct si_power_info *si_pi; |
| 6256 | int index = GetIndexIntoMasterTable(DATA, ASIC_InternalSS_Info); | ||
| 6257 | u16 data_offset, size; | ||
| 6258 | u8 frev, crev; | ||
| 6259 | struct atom_clock_dividers dividers; | 6276 | struct atom_clock_dividers dividers; |
| 6260 | int ret; | 6277 | int ret; |
| 6261 | u32 mask; | 6278 | u32 mask; |
| @@ -6346,16 +6363,7 @@ int si_dpm_init(struct radeon_device *rdev) | |||
| 6346 | si_pi->vddc_phase_shed_control = | 6363 | si_pi->vddc_phase_shed_control = |
| 6347 | radeon_atom_is_voltage_gpio(rdev, SET_VOLTAGE_TYPE_ASIC_VDDC, VOLTAGE_OBJ_PHASE_LUT); | 6364 | radeon_atom_is_voltage_gpio(rdev, SET_VOLTAGE_TYPE_ASIC_VDDC, VOLTAGE_OBJ_PHASE_LUT); |
| 6348 | 6365 | ||
| 6349 | if (atom_parse_data_header(rdev->mode_info.atom_context, index, &size, | 6366 | rv770_get_engine_memory_ss(rdev); |
| 6350 | &frev, &crev, &data_offset)) { | ||
| 6351 | pi->sclk_ss = true; | ||
| 6352 | pi->mclk_ss = true; | ||
| 6353 | pi->dynamic_ss = true; | ||
| 6354 | } else { | ||
| 6355 | pi->sclk_ss = false; | ||
| 6356 | pi->mclk_ss = false; | ||
| 6357 | pi->dynamic_ss = true; | ||
| 6358 | } | ||
| 6359 | 6367 | ||
| 6360 | pi->asi = RV770_ASI_DFLT; | 6368 | pi->asi = RV770_ASI_DFLT; |
| 6361 | pi->pasi = CYPRESS_HASI_DFLT; | 6369 | pi->pasi = CYPRESS_HASI_DFLT; |
| @@ -6366,8 +6374,7 @@ int si_dpm_init(struct radeon_device *rdev) | |||
| 6366 | eg_pi->sclk_deep_sleep = true; | 6374 | eg_pi->sclk_deep_sleep = true; |
| 6367 | si_pi->sclk_deep_sleep_above_low = false; | 6375 | si_pi->sclk_deep_sleep_above_low = false; |
| 6368 | 6376 | ||
| 6369 | if (pi->gfx_clock_gating && | 6377 | if (rdev->pm.int_thermal_type != THERMAL_TYPE_NONE) |
| 6370 | (rdev->pm.int_thermal_type != THERMAL_TYPE_NONE)) | ||
| 6371 | pi->thermal_protection = true; | 6378 | pi->thermal_protection = true; |
| 6372 | else | 6379 | else |
| 6373 | pi->thermal_protection = false; | 6380 | pi->thermal_protection = false; |
diff --git a/drivers/hid/hid-logitech-dj.c b/drivers/hid/hid-logitech-dj.c index 7a5764843bfb..cd33084c7860 100644 --- a/drivers/hid/hid-logitech-dj.c +++ b/drivers/hid/hid-logitech-dj.c | |||
| @@ -488,8 +488,6 @@ static int logi_dj_recv_query_paired_devices(struct dj_receiver_dev *djrcv_dev) | |||
| 488 | if (djrcv_dev->querying_devices) | 488 | if (djrcv_dev->querying_devices) |
| 489 | return 0; | 489 | return 0; |
| 490 | 490 | ||
| 491 | djrcv_dev->querying_devices = true; | ||
| 492 | |||
| 493 | dj_report = kzalloc(sizeof(struct dj_report), GFP_KERNEL); | 491 | dj_report = kzalloc(sizeof(struct dj_report), GFP_KERNEL); |
| 494 | if (!dj_report) | 492 | if (!dj_report) |
| 495 | return -ENOMEM; | 493 | return -ENOMEM; |
diff --git a/drivers/hwmon/adt7470.c b/drivers/hwmon/adt7470.c index 0f34bca9f5e5..6099f50b28aa 100644 --- a/drivers/hwmon/adt7470.c +++ b/drivers/hwmon/adt7470.c | |||
| @@ -215,7 +215,7 @@ static inline int adt7470_write_word_data(struct i2c_client *client, u8 reg, | |||
| 215 | u16 value) | 215 | u16 value) |
| 216 | { | 216 | { |
| 217 | return i2c_smbus_write_byte_data(client, reg, value & 0xFF) | 217 | return i2c_smbus_write_byte_data(client, reg, value & 0xFF) |
| 218 | && i2c_smbus_write_byte_data(client, reg + 1, value >> 8); | 218 | || i2c_smbus_write_byte_data(client, reg + 1, value >> 8); |
| 219 | } | 219 | } |
| 220 | 220 | ||
| 221 | static void adt7470_init_client(struct i2c_client *client) | 221 | static void adt7470_init_client(struct i2c_client *client) |
diff --git a/drivers/i2c/busses/i2c-kempld.c b/drivers/i2c/busses/i2c-kempld.c index ccec916bc3eb..af8f65fb1c05 100644 --- a/drivers/i2c/busses/i2c-kempld.c +++ b/drivers/i2c/busses/i2c-kempld.c | |||
| @@ -246,9 +246,9 @@ static void kempld_i2c_device_init(struct kempld_i2c_data *i2c) | |||
| 246 | bus_frequency = KEMPLD_I2C_FREQ_MAX; | 246 | bus_frequency = KEMPLD_I2C_FREQ_MAX; |
| 247 | 247 | ||
| 248 | if (pld->info.spec_major == 1) | 248 | if (pld->info.spec_major == 1) |
| 249 | prescale = pld->pld_clock / bus_frequency * 5 - 1000; | 249 | prescale = pld->pld_clock / (bus_frequency * 5) - 1000; |
| 250 | else | 250 | else |
| 251 | prescale = pld->pld_clock / bus_frequency * 4 - 3000; | 251 | prescale = pld->pld_clock / (bus_frequency * 4) - 3000; |
| 252 | 252 | ||
| 253 | if (prescale < 0) | 253 | if (prescale < 0) |
| 254 | prescale = 0; | 254 | prescale = 0; |
diff --git a/drivers/i2c/busses/i2c-mxs.c b/drivers/i2c/busses/i2c-mxs.c index df8ff5aea5b5..e2e9a0dade96 100644 --- a/drivers/i2c/busses/i2c-mxs.c +++ b/drivers/i2c/busses/i2c-mxs.c | |||
| @@ -493,7 +493,7 @@ static int mxs_i2c_xfer_msg(struct i2c_adapter *adap, struct i2c_msg *msg, | |||
| 493 | * based on this empirical measurement and a lot of previous frobbing. | 493 | * based on this empirical measurement and a lot of previous frobbing. |
| 494 | */ | 494 | */ |
| 495 | i2c->cmd_err = 0; | 495 | i2c->cmd_err = 0; |
| 496 | if (msg->len < 8) { | 496 | if (0) { /* disable PIO mode until a proper fix is made */ |
| 497 | ret = mxs_i2c_pio_setup_xfer(adap, msg, flags); | 497 | ret = mxs_i2c_pio_setup_xfer(adap, msg, flags); |
| 498 | if (ret) | 498 | if (ret) |
| 499 | mxs_i2c_reset(i2c); | 499 | mxs_i2c_reset(i2c); |
diff --git a/drivers/iio/adc/ti_am335x_adc.c b/drivers/iio/adc/ti_am335x_adc.c index 0ad208a69c29..3ceac3e91dde 100644 --- a/drivers/iio/adc/ti_am335x_adc.c +++ b/drivers/iio/adc/ti_am335x_adc.c | |||
| @@ -60,7 +60,6 @@ static void tiadc_step_config(struct tiadc_device *adc_dev) | |||
| 60 | { | 60 | { |
| 61 | unsigned int stepconfig; | 61 | unsigned int stepconfig; |
| 62 | int i, steps; | 62 | int i, steps; |
| 63 | u32 step_en; | ||
| 64 | 63 | ||
| 65 | /* | 64 | /* |
| 66 | * There are 16 configurable steps and 8 analog input | 65 | * There are 16 configurable steps and 8 analog input |
| @@ -86,8 +85,7 @@ static void tiadc_step_config(struct tiadc_device *adc_dev) | |||
| 86 | adc_dev->channel_step[i] = steps; | 85 | adc_dev->channel_step[i] = steps; |
| 87 | steps++; | 86 | steps++; |
| 88 | } | 87 | } |
| 89 | step_en = get_adc_step_mask(adc_dev); | 88 | |
| 90 | am335x_tsc_se_set(adc_dev->mfd_tscadc, step_en); | ||
| 91 | } | 89 | } |
| 92 | 90 | ||
| 93 | static const char * const chan_name_ain[] = { | 91 | static const char * const chan_name_ain[] = { |
| @@ -142,10 +140,22 @@ static int tiadc_read_raw(struct iio_dev *indio_dev, | |||
| 142 | int *val, int *val2, long mask) | 140 | int *val, int *val2, long mask) |
| 143 | { | 141 | { |
| 144 | struct tiadc_device *adc_dev = iio_priv(indio_dev); | 142 | struct tiadc_device *adc_dev = iio_priv(indio_dev); |
| 145 | int i; | 143 | int i, map_val; |
| 146 | unsigned int fifo1count, read; | 144 | unsigned int fifo1count, read, stepid; |
| 147 | u32 step = UINT_MAX; | 145 | u32 step = UINT_MAX; |
| 148 | bool found = false; | 146 | bool found = false; |
| 147 | u32 step_en; | ||
| 148 | unsigned long timeout = jiffies + usecs_to_jiffies | ||
| 149 | (IDLE_TIMEOUT * adc_dev->channels); | ||
| 150 | step_en = get_adc_step_mask(adc_dev); | ||
| 151 | am335x_tsc_se_set(adc_dev->mfd_tscadc, step_en); | ||
| 152 | |||
| 153 | /* Wait for ADC sequencer to complete sampling */ | ||
| 154 | while (tiadc_readl(adc_dev, REG_ADCFSM) & SEQ_STATUS) { | ||
| 155 | if (time_after(jiffies, timeout)) | ||
| 156 | return -EAGAIN; | ||
| 157 | } | ||
| 158 | map_val = chan->channel + TOTAL_CHANNELS; | ||
| 149 | 159 | ||
| 150 | /* | 160 | /* |
| 151 | * When the sub-system is first enabled, | 161 | * When the sub-system is first enabled, |
| @@ -170,12 +180,16 @@ static int tiadc_read_raw(struct iio_dev *indio_dev, | |||
| 170 | fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); | 180 | fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); |
| 171 | for (i = 0; i < fifo1count; i++) { | 181 | for (i = 0; i < fifo1count; i++) { |
| 172 | read = tiadc_readl(adc_dev, REG_FIFO1); | 182 | read = tiadc_readl(adc_dev, REG_FIFO1); |
| 173 | if (read >> 16 == step) { | 183 | stepid = read & FIFOREAD_CHNLID_MASK; |
| 174 | *val = read & 0xfff; | 184 | stepid = stepid >> 0x10; |
| 185 | |||
| 186 | if (stepid == map_val) { | ||
| 187 | read = read & FIFOREAD_DATA_MASK; | ||
| 175 | found = true; | 188 | found = true; |
| 189 | *val = read; | ||
| 176 | } | 190 | } |
| 177 | } | 191 | } |
| 178 | am335x_tsc_se_update(adc_dev->mfd_tscadc); | 192 | |
| 179 | if (found == false) | 193 | if (found == false) |
| 180 | return -EBUSY; | 194 | return -EBUSY; |
| 181 | return IIO_VAL_INT; | 195 | return IIO_VAL_INT; |
diff --git a/drivers/iio/industrialio-trigger.c b/drivers/iio/industrialio-trigger.c index ea8a4146620d..0dd9bb873130 100644 --- a/drivers/iio/industrialio-trigger.c +++ b/drivers/iio/industrialio-trigger.c | |||
| @@ -127,12 +127,17 @@ static struct iio_trigger *iio_trigger_find_by_name(const char *name, | |||
| 127 | void iio_trigger_poll(struct iio_trigger *trig, s64 time) | 127 | void iio_trigger_poll(struct iio_trigger *trig, s64 time) |
| 128 | { | 128 | { |
| 129 | int i; | 129 | int i; |
| 130 | if (!trig->use_count) | 130 | |
| 131 | for (i = 0; i < CONFIG_IIO_CONSUMERS_PER_TRIGGER; i++) | 131 | if (!atomic_read(&trig->use_count)) { |
| 132 | if (trig->subirqs[i].enabled) { | 132 | atomic_set(&trig->use_count, CONFIG_IIO_CONSUMERS_PER_TRIGGER); |
| 133 | trig->use_count++; | 133 | |
| 134 | for (i = 0; i < CONFIG_IIO_CONSUMERS_PER_TRIGGER; i++) { | ||
| 135 | if (trig->subirqs[i].enabled) | ||
| 134 | generic_handle_irq(trig->subirq_base + i); | 136 | generic_handle_irq(trig->subirq_base + i); |
| 135 | } | 137 | else |
| 138 | iio_trigger_notify_done(trig); | ||
| 139 | } | ||
| 140 | } | ||
| 136 | } | 141 | } |
| 137 | EXPORT_SYMBOL(iio_trigger_poll); | 142 | EXPORT_SYMBOL(iio_trigger_poll); |
| 138 | 143 | ||
| @@ -146,19 +151,24 @@ EXPORT_SYMBOL(iio_trigger_generic_data_rdy_poll); | |||
| 146 | void iio_trigger_poll_chained(struct iio_trigger *trig, s64 time) | 151 | void iio_trigger_poll_chained(struct iio_trigger *trig, s64 time) |
| 147 | { | 152 | { |
| 148 | int i; | 153 | int i; |
| 149 | if (!trig->use_count) | 154 | |
| 150 | for (i = 0; i < CONFIG_IIO_CONSUMERS_PER_TRIGGER; i++) | 155 | if (!atomic_read(&trig->use_count)) { |
| 151 | if (trig->subirqs[i].enabled) { | 156 | atomic_set(&trig->use_count, CONFIG_IIO_CONSUMERS_PER_TRIGGER); |
| 152 | trig->use_count++; | 157 | |
| 158 | for (i = 0; i < CONFIG_IIO_CONSUMERS_PER_TRIGGER; i++) { | ||
| 159 | if (trig->subirqs[i].enabled) | ||
| 153 | handle_nested_irq(trig->subirq_base + i); | 160 | handle_nested_irq(trig->subirq_base + i); |
| 154 | } | 161 | else |
| 162 | iio_trigger_notify_done(trig); | ||
| 163 | } | ||
| 164 | } | ||
| 155 | } | 165 | } |
| 156 | EXPORT_SYMBOL(iio_trigger_poll_chained); | 166 | EXPORT_SYMBOL(iio_trigger_poll_chained); |
| 157 | 167 | ||
| 158 | void iio_trigger_notify_done(struct iio_trigger *trig) | 168 | void iio_trigger_notify_done(struct iio_trigger *trig) |
| 159 | { | 169 | { |
| 160 | trig->use_count--; | 170 | if (atomic_dec_and_test(&trig->use_count) && trig->ops && |
| 161 | if (trig->use_count == 0 && trig->ops && trig->ops->try_reenable) | 171 | trig->ops->try_reenable) |
| 162 | if (trig->ops->try_reenable(trig)) | 172 | if (trig->ops->try_reenable(trig)) |
| 163 | /* Missed an interrupt so launch new poll now */ | 173 | /* Missed an interrupt so launch new poll now */ |
| 164 | iio_trigger_poll(trig, 0); | 174 | iio_trigger_poll(trig, 0); |
diff --git a/drivers/media/i2c/ml86v7667.c b/drivers/media/i2c/ml86v7667.c index efdc873e58d1..a9857022f71d 100644 --- a/drivers/media/i2c/ml86v7667.c +++ b/drivers/media/i2c/ml86v7667.c | |||
| @@ -117,7 +117,7 @@ static int ml86v7667_s_ctrl(struct v4l2_ctrl *ctrl) | |||
| 117 | { | 117 | { |
| 118 | struct v4l2_subdev *sd = to_sd(ctrl); | 118 | struct v4l2_subdev *sd = to_sd(ctrl); |
| 119 | struct i2c_client *client = v4l2_get_subdevdata(sd); | 119 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
| 120 | int ret; | 120 | int ret = -EINVAL; |
| 121 | 121 | ||
| 122 | switch (ctrl->id) { | 122 | switch (ctrl->id) { |
| 123 | case V4L2_CID_BRIGHTNESS: | 123 | case V4L2_CID_BRIGHTNESS: |
| @@ -157,7 +157,7 @@ static int ml86v7667_s_ctrl(struct v4l2_ctrl *ctrl) | |||
| 157 | break; | 157 | break; |
| 158 | } | 158 | } |
| 159 | 159 | ||
| 160 | return 0; | 160 | return ret; |
| 161 | } | 161 | } |
| 162 | 162 | ||
| 163 | static int ml86v7667_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) | 163 | static int ml86v7667_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) |
diff --git a/drivers/media/platform/coda.c b/drivers/media/platform/coda.c index df4ada880e42..bd9405df1bd6 100644 --- a/drivers/media/platform/coda.c +++ b/drivers/media/platform/coda.c | |||
| @@ -1987,7 +1987,7 @@ MODULE_DEVICE_TABLE(platform, coda_platform_ids); | |||
| 1987 | 1987 | ||
| 1988 | #ifdef CONFIG_OF | 1988 | #ifdef CONFIG_OF |
| 1989 | static const struct of_device_id coda_dt_ids[] = { | 1989 | static const struct of_device_id coda_dt_ids[] = { |
| 1990 | { .compatible = "fsl,imx27-vpu", .data = &coda_platform_ids[CODA_IMX27] }, | 1990 | { .compatible = "fsl,imx27-vpu", .data = &coda_devdata[CODA_IMX27] }, |
| 1991 | { .compatible = "fsl,imx53-vpu", .data = &coda_devdata[CODA_IMX53] }, | 1991 | { .compatible = "fsl,imx53-vpu", .data = &coda_devdata[CODA_IMX53] }, |
| 1992 | { /* sentinel */ } | 1992 | { /* sentinel */ } |
| 1993 | }; | 1993 | }; |
diff --git a/drivers/media/platform/fsl-viu.c b/drivers/media/platform/fsl-viu.c index 221ec428a01e..fe9898ca3c84 100644 --- a/drivers/media/platform/fsl-viu.c +++ b/drivers/media/platform/fsl-viu.c | |||
| @@ -1485,6 +1485,7 @@ static int viu_of_probe(struct platform_device *op) | |||
| 1485 | struct viu_reg __iomem *viu_regs; | 1485 | struct viu_reg __iomem *viu_regs; |
| 1486 | struct i2c_adapter *ad; | 1486 | struct i2c_adapter *ad; |
| 1487 | int ret, viu_irq; | 1487 | int ret, viu_irq; |
| 1488 | struct clk *clk; | ||
| 1488 | 1489 | ||
| 1489 | ret = of_address_to_resource(op->dev.of_node, 0, &r); | 1490 | ret = of_address_to_resource(op->dev.of_node, 0, &r); |
| 1490 | if (ret) { | 1491 | if (ret) { |
| @@ -1577,14 +1578,18 @@ static int viu_of_probe(struct platform_device *op) | |||
| 1577 | } | 1578 | } |
| 1578 | 1579 | ||
| 1579 | /* enable VIU clock */ | 1580 | /* enable VIU clock */ |
| 1580 | viu_dev->clk = clk_get(&op->dev, "viu_clk"); | 1581 | clk = devm_clk_get(&op->dev, "viu_clk"); |
| 1581 | if (IS_ERR(viu_dev->clk)) { | 1582 | if (IS_ERR(clk)) { |
| 1582 | dev_err(&op->dev, "failed to find the clock module!\n"); | 1583 | dev_err(&op->dev, "failed to lookup the clock!\n"); |
| 1583 | ret = -ENODEV; | 1584 | ret = PTR_ERR(clk); |
| 1585 | goto err_clk; | ||
| 1586 | } | ||
| 1587 | ret = clk_prepare_enable(clk); | ||
| 1588 | if (ret) { | ||
| 1589 | dev_err(&op->dev, "failed to enable the clock!\n"); | ||
| 1584 | goto err_clk; | 1590 | goto err_clk; |
| 1585 | } else { | ||
| 1586 | clk_enable(viu_dev->clk); | ||
| 1587 | } | 1591 | } |
| 1592 | viu_dev->clk = clk; | ||
| 1588 | 1593 | ||
| 1589 | /* reset VIU module */ | 1594 | /* reset VIU module */ |
| 1590 | viu_reset(viu_dev->vr); | 1595 | viu_reset(viu_dev->vr); |
| @@ -1602,8 +1607,7 @@ static int viu_of_probe(struct platform_device *op) | |||
| 1602 | return ret; | 1607 | return ret; |
| 1603 | 1608 | ||
| 1604 | err_irq: | 1609 | err_irq: |
| 1605 | clk_disable(viu_dev->clk); | 1610 | clk_disable_unprepare(viu_dev->clk); |
| 1606 | clk_put(viu_dev->clk); | ||
| 1607 | err_clk: | 1611 | err_clk: |
| 1608 | video_unregister_device(viu_dev->vdev); | 1612 | video_unregister_device(viu_dev->vdev); |
| 1609 | err_vdev: | 1613 | err_vdev: |
| @@ -1626,8 +1630,7 @@ static int viu_of_remove(struct platform_device *op) | |||
| 1626 | free_irq(dev->irq, (void *)dev); | 1630 | free_irq(dev->irq, (void *)dev); |
| 1627 | irq_dispose_mapping(dev->irq); | 1631 | irq_dispose_mapping(dev->irq); |
| 1628 | 1632 | ||
| 1629 | clk_disable(dev->clk); | 1633 | clk_disable_unprepare(dev->clk); |
| 1630 | clk_put(dev->clk); | ||
| 1631 | 1634 | ||
| 1632 | video_unregister_device(dev->vdev); | 1635 | video_unregister_device(dev->vdev); |
| 1633 | i2c_put_adapter(client->adapter); | 1636 | i2c_put_adapter(client->adapter); |
diff --git a/drivers/media/platform/s5p-g2d/g2d.c b/drivers/media/platform/s5p-g2d/g2d.c index 553d87e5ceab..fd6289d60cde 100644 --- a/drivers/media/platform/s5p-g2d/g2d.c +++ b/drivers/media/platform/s5p-g2d/g2d.c | |||
| @@ -784,6 +784,7 @@ static int g2d_probe(struct platform_device *pdev) | |||
| 784 | } | 784 | } |
| 785 | *vfd = g2d_videodev; | 785 | *vfd = g2d_videodev; |
| 786 | vfd->lock = &dev->mutex; | 786 | vfd->lock = &dev->mutex; |
| 787 | vfd->v4l2_dev = &dev->v4l2_dev; | ||
| 787 | ret = video_register_device(vfd, VFL_TYPE_GRABBER, 0); | 788 | ret = video_register_device(vfd, VFL_TYPE_GRABBER, 0); |
| 788 | if (ret) { | 789 | if (ret) { |
| 789 | v4l2_err(&dev->v4l2_dev, "Failed to register video device\n"); | 790 | v4l2_err(&dev->v4l2_dev, "Failed to register video device\n"); |
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c b/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c index 5296385153d5..4f6dd42c9adb 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | |||
| @@ -344,7 +344,7 @@ static int vidioc_g_fmt(struct file *file, void *priv, struct v4l2_format *f) | |||
| 344 | pix_mp->num_planes = 2; | 344 | pix_mp->num_planes = 2; |
| 345 | /* Set pixelformat to the format in which MFC | 345 | /* Set pixelformat to the format in which MFC |
| 346 | outputs the decoded frame */ | 346 | outputs the decoded frame */ |
| 347 | pix_mp->pixelformat = V4L2_PIX_FMT_NV12MT; | 347 | pix_mp->pixelformat = ctx->dst_fmt->fourcc; |
| 348 | pix_mp->plane_fmt[0].bytesperline = ctx->buf_width; | 348 | pix_mp->plane_fmt[0].bytesperline = ctx->buf_width; |
| 349 | pix_mp->plane_fmt[0].sizeimage = ctx->luma_size; | 349 | pix_mp->plane_fmt[0].sizeimage = ctx->luma_size; |
| 350 | pix_mp->plane_fmt[1].bytesperline = ctx->buf_width; | 350 | pix_mp->plane_fmt[1].bytesperline = ctx->buf_width; |
| @@ -382,10 +382,16 @@ static int vidioc_try_fmt(struct file *file, void *priv, struct v4l2_format *f) | |||
| 382 | mfc_err("Unsupported format for source.\n"); | 382 | mfc_err("Unsupported format for source.\n"); |
| 383 | return -EINVAL; | 383 | return -EINVAL; |
| 384 | } | 384 | } |
| 385 | if (!IS_MFCV6(dev) && (fmt->fourcc == V4L2_PIX_FMT_VP8)) { | 385 | if (fmt->codec_mode == S5P_FIMV_CODEC_NONE) { |
| 386 | mfc_err("Not supported format.\n"); | 386 | mfc_err("Unknown codec\n"); |
| 387 | return -EINVAL; | 387 | return -EINVAL; |
| 388 | } | 388 | } |
| 389 | if (!IS_MFCV6(dev)) { | ||
| 390 | if (fmt->fourcc == V4L2_PIX_FMT_VP8) { | ||
| 391 | mfc_err("Not supported format.\n"); | ||
| 392 | return -EINVAL; | ||
| 393 | } | ||
| 394 | } | ||
| 389 | } else if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) { | 395 | } else if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) { |
| 390 | fmt = find_format(f, MFC_FMT_RAW); | 396 | fmt = find_format(f, MFC_FMT_RAW); |
| 391 | if (!fmt) { | 397 | if (!fmt) { |
| @@ -411,7 +417,6 @@ static int vidioc_s_fmt(struct file *file, void *priv, struct v4l2_format *f) | |||
| 411 | struct s5p_mfc_dev *dev = video_drvdata(file); | 417 | struct s5p_mfc_dev *dev = video_drvdata(file); |
| 412 | struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); | 418 | struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); |
| 413 | int ret = 0; | 419 | int ret = 0; |
| 414 | struct s5p_mfc_fmt *fmt; | ||
| 415 | struct v4l2_pix_format_mplane *pix_mp; | 420 | struct v4l2_pix_format_mplane *pix_mp; |
| 416 | 421 | ||
| 417 | mfc_debug_enter(); | 422 | mfc_debug_enter(); |
| @@ -425,54 +430,32 @@ static int vidioc_s_fmt(struct file *file, void *priv, struct v4l2_format *f) | |||
| 425 | goto out; | 430 | goto out; |
| 426 | } | 431 | } |
| 427 | if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) { | 432 | if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) { |
| 428 | fmt = find_format(f, MFC_FMT_RAW); | 433 | /* dst_fmt is validated by call to vidioc_try_fmt */ |
| 429 | if (!fmt) { | 434 | ctx->dst_fmt = find_format(f, MFC_FMT_RAW); |
| 430 | mfc_err("Unsupported format for source.\n"); | 435 | ret = 0; |
| 431 | return -EINVAL; | ||
| 432 | } | ||
| 433 | if (!IS_MFCV6(dev) && (fmt->fourcc != V4L2_PIX_FMT_NV12MT)) { | ||
| 434 | mfc_err("Not supported format.\n"); | ||
| 435 | return -EINVAL; | ||
| 436 | } else if (IS_MFCV6(dev) && | ||
| 437 | (fmt->fourcc == V4L2_PIX_FMT_NV12MT)) { | ||
| 438 | mfc_err("Not supported format.\n"); | ||
| 439 | return -EINVAL; | ||
| 440 | } | ||
| 441 | ctx->dst_fmt = fmt; | ||
| 442 | mfc_debug_leave(); | ||
| 443 | return ret; | ||
| 444 | } else if (f->type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) { | ||
| 445 | mfc_err("Wrong type error for S_FMT : %d", f->type); | ||
| 446 | return -EINVAL; | ||
| 447 | } | ||
| 448 | fmt = find_format(f, MFC_FMT_DEC); | ||
| 449 | if (!fmt || fmt->codec_mode == S5P_MFC_CODEC_NONE) { | ||
| 450 | mfc_err("Unknown codec\n"); | ||
| 451 | ret = -EINVAL; | ||
| 452 | goto out; | 436 | goto out; |
| 453 | } | 437 | } else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) { |
| 454 | if (fmt->type != MFC_FMT_DEC) { | 438 | /* src_fmt is validated by call to vidioc_try_fmt */ |
| 455 | mfc_err("Wrong format selected, you should choose " | 439 | ctx->src_fmt = find_format(f, MFC_FMT_DEC); |
| 456 | "format for decoding\n"); | 440 | ctx->codec_mode = ctx->src_fmt->codec_mode; |
| 441 | mfc_debug(2, "The codec number is: %d\n", ctx->codec_mode); | ||
| 442 | pix_mp->height = 0; | ||
| 443 | pix_mp->width = 0; | ||
| 444 | if (pix_mp->plane_fmt[0].sizeimage) | ||
| 445 | ctx->dec_src_buf_size = pix_mp->plane_fmt[0].sizeimage; | ||
| 446 | else | ||
| 447 | pix_mp->plane_fmt[0].sizeimage = ctx->dec_src_buf_size = | ||
| 448 | DEF_CPB_SIZE; | ||
| 449 | pix_mp->plane_fmt[0].bytesperline = 0; | ||
| 450 | ctx->state = MFCINST_INIT; | ||
| 451 | ret = 0; | ||
| 452 | goto out; | ||
| 453 | } else { | ||
| 454 | mfc_err("Wrong type error for S_FMT : %d", f->type); | ||
| 457 | ret = -EINVAL; | 455 | ret = -EINVAL; |
| 458 | goto out; | 456 | goto out; |
| 459 | } | 457 | } |
| 460 | if (!IS_MFCV6(dev) && (fmt->fourcc == V4L2_PIX_FMT_VP8)) { | 458 | |
| 461 | mfc_err("Not supported format.\n"); | ||
| 462 | return -EINVAL; | ||
| 463 | } | ||
| 464 | ctx->src_fmt = fmt; | ||
| 465 | ctx->codec_mode = fmt->codec_mode; | ||
| 466 | mfc_debug(2, "The codec number is: %d\n", ctx->codec_mode); | ||
| 467 | pix_mp->height = 0; | ||
| 468 | pix_mp->width = 0; | ||
| 469 | if (pix_mp->plane_fmt[0].sizeimage) | ||
| 470 | ctx->dec_src_buf_size = pix_mp->plane_fmt[0].sizeimage; | ||
| 471 | else | ||
| 472 | pix_mp->plane_fmt[0].sizeimage = ctx->dec_src_buf_size = | ||
| 473 | DEF_CPB_SIZE; | ||
| 474 | pix_mp->plane_fmt[0].bytesperline = 0; | ||
| 475 | ctx->state = MFCINST_INIT; | ||
| 476 | out: | 459 | out: |
| 477 | mfc_debug_leave(); | 460 | mfc_debug_leave(); |
| 478 | return ret; | 461 | return ret; |
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c b/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c index 2549967b2f85..59e56f4c8ce3 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c | |||
| @@ -906,6 +906,7 @@ static int vidioc_g_fmt(struct file *file, void *priv, struct v4l2_format *f) | |||
| 906 | 906 | ||
| 907 | static int vidioc_try_fmt(struct file *file, void *priv, struct v4l2_format *f) | 907 | static int vidioc_try_fmt(struct file *file, void *priv, struct v4l2_format *f) |
| 908 | { | 908 | { |
| 909 | struct s5p_mfc_dev *dev = video_drvdata(file); | ||
| 909 | struct s5p_mfc_fmt *fmt; | 910 | struct s5p_mfc_fmt *fmt; |
| 910 | struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; | 911 | struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; |
| 911 | 912 | ||
| @@ -930,6 +931,18 @@ static int vidioc_try_fmt(struct file *file, void *priv, struct v4l2_format *f) | |||
| 930 | return -EINVAL; | 931 | return -EINVAL; |
| 931 | } | 932 | } |
| 932 | 933 | ||
| 934 | if (!IS_MFCV6(dev)) { | ||
| 935 | if (fmt->fourcc == V4L2_PIX_FMT_NV12MT_16X16) { | ||
| 936 | mfc_err("Not supported format.\n"); | ||
| 937 | return -EINVAL; | ||
| 938 | } | ||
| 939 | } else if (IS_MFCV6(dev)) { | ||
| 940 | if (fmt->fourcc == V4L2_PIX_FMT_NV12MT) { | ||
| 941 | mfc_err("Not supported format.\n"); | ||
| 942 | return -EINVAL; | ||
| 943 | } | ||
| 944 | } | ||
| 945 | |||
| 933 | if (fmt->num_planes != pix_fmt_mp->num_planes) { | 946 | if (fmt->num_planes != pix_fmt_mp->num_planes) { |
| 934 | mfc_err("failed to try output format\n"); | 947 | mfc_err("failed to try output format\n"); |
| 935 | return -EINVAL; | 948 | return -EINVAL; |
| @@ -947,7 +960,6 @@ static int vidioc_s_fmt(struct file *file, void *priv, struct v4l2_format *f) | |||
| 947 | { | 960 | { |
| 948 | struct s5p_mfc_dev *dev = video_drvdata(file); | 961 | struct s5p_mfc_dev *dev = video_drvdata(file); |
| 949 | struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); | 962 | struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); |
| 950 | struct s5p_mfc_fmt *fmt; | ||
| 951 | struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; | 963 | struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; |
| 952 | int ret = 0; | 964 | int ret = 0; |
| 953 | 965 | ||
| @@ -960,13 +972,9 @@ static int vidioc_s_fmt(struct file *file, void *priv, struct v4l2_format *f) | |||
| 960 | goto out; | 972 | goto out; |
| 961 | } | 973 | } |
| 962 | if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) { | 974 | if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) { |
| 963 | fmt = find_format(f, MFC_FMT_ENC); | 975 | /* dst_fmt is validated by call to vidioc_try_fmt */ |
| 964 | if (!fmt) { | 976 | ctx->dst_fmt = find_format(f, MFC_FMT_ENC); |
| 965 | mfc_err("failed to set capture format\n"); | ||
| 966 | return -EINVAL; | ||
| 967 | } | ||
| 968 | ctx->state = MFCINST_INIT; | 977 | ctx->state = MFCINST_INIT; |
| 969 | ctx->dst_fmt = fmt; | ||
| 970 | ctx->codec_mode = ctx->dst_fmt->codec_mode; | 978 | ctx->codec_mode = ctx->dst_fmt->codec_mode; |
| 971 | ctx->enc_dst_buf_size = pix_fmt_mp->plane_fmt[0].sizeimage; | 979 | ctx->enc_dst_buf_size = pix_fmt_mp->plane_fmt[0].sizeimage; |
| 972 | pix_fmt_mp->plane_fmt[0].bytesperline = 0; | 980 | pix_fmt_mp->plane_fmt[0].bytesperline = 0; |
| @@ -987,28 +995,8 @@ static int vidioc_s_fmt(struct file *file, void *priv, struct v4l2_format *f) | |||
| 987 | } | 995 | } |
| 988 | mfc_debug(2, "Got instance number: %d\n", ctx->inst_no); | 996 | mfc_debug(2, "Got instance number: %d\n", ctx->inst_no); |
| 989 | } else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) { | 997 | } else if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) { |
| 990 | fmt = find_format(f, MFC_FMT_RAW); | 998 | /* src_fmt is validated by call to vidioc_try_fmt */ |
| 991 | if (!fmt) { | 999 | ctx->src_fmt = find_format(f, MFC_FMT_RAW); |
| 992 | mfc_err("failed to set output format\n"); | ||
| 993 | return -EINVAL; | ||
| 994 | } | ||
| 995 | |||
| 996 | if (!IS_MFCV6(dev) && | ||
| 997 | (fmt->fourcc == V4L2_PIX_FMT_NV12MT_16X16)) { | ||
| 998 | mfc_err("Not supported format.\n"); | ||
| 999 | return -EINVAL; | ||
| 1000 | } else if (IS_MFCV6(dev) && | ||
| 1001 | (fmt->fourcc == V4L2_PIX_FMT_NV12MT)) { | ||
| 1002 | mfc_err("Not supported format.\n"); | ||
| 1003 | return -EINVAL; | ||
| 1004 | } | ||
| 1005 | |||
| 1006 | if (fmt->num_planes != pix_fmt_mp->num_planes) { | ||
| 1007 | mfc_err("failed to set output format\n"); | ||
| 1008 | ret = -EINVAL; | ||
| 1009 | goto out; | ||
| 1010 | } | ||
| 1011 | ctx->src_fmt = fmt; | ||
| 1012 | ctx->img_width = pix_fmt_mp->width; | 1000 | ctx->img_width = pix_fmt_mp->width; |
| 1013 | ctx->img_height = pix_fmt_mp->height; | 1001 | ctx->img_height = pix_fmt_mp->height; |
| 1014 | mfc_debug(2, "codec number: %d\n", ctx->src_fmt->codec_mode); | 1002 | mfc_debug(2, "codec number: %d\n", ctx->src_fmt->codec_mode); |
diff --git a/drivers/media/usb/em28xx/em28xx-i2c.c b/drivers/media/usb/em28xx/em28xx-i2c.c index 4851cc2e4a4d..c4ff9739a7ae 100644 --- a/drivers/media/usb/em28xx/em28xx-i2c.c +++ b/drivers/media/usb/em28xx/em28xx-i2c.c | |||
| @@ -726,7 +726,7 @@ static int em28xx_i2c_eeprom(struct em28xx *dev, unsigned bus, | |||
| 726 | 726 | ||
| 727 | *eedata = data; | 727 | *eedata = data; |
| 728 | *eedata_len = len; | 728 | *eedata_len = len; |
| 729 | dev_config = (void *)eedata; | 729 | dev_config = (void *)*eedata; |
| 730 | 730 | ||
| 731 | switch (le16_to_cpu(dev_config->chip_conf) >> 4 & 0x3) { | 731 | switch (le16_to_cpu(dev_config->chip_conf) >> 4 & 0x3) { |
| 732 | case 0: | 732 | case 0: |
diff --git a/drivers/media/usb/hdpvr/hdpvr-core.c b/drivers/media/usb/hdpvr/hdpvr-core.c index cb694055ba7d..6e5070774dc2 100644 --- a/drivers/media/usb/hdpvr/hdpvr-core.c +++ b/drivers/media/usb/hdpvr/hdpvr-core.c | |||
| @@ -303,6 +303,11 @@ static int hdpvr_probe(struct usb_interface *interface, | |||
| 303 | 303 | ||
| 304 | dev->workqueue = 0; | 304 | dev->workqueue = 0; |
| 305 | 305 | ||
| 306 | /* init video transfer queues first of all */ | ||
| 307 | /* to prevent oops in hdpvr_delete() on error paths */ | ||
| 308 | INIT_LIST_HEAD(&dev->free_buff_list); | ||
| 309 | INIT_LIST_HEAD(&dev->rec_buff_list); | ||
| 310 | |||
| 306 | /* register v4l2_device early so it can be used for printks */ | 311 | /* register v4l2_device early so it can be used for printks */ |
| 307 | if (v4l2_device_register(&interface->dev, &dev->v4l2_dev)) { | 312 | if (v4l2_device_register(&interface->dev, &dev->v4l2_dev)) { |
| 308 | dev_err(&interface->dev, "v4l2_device_register failed\n"); | 313 | dev_err(&interface->dev, "v4l2_device_register failed\n"); |
| @@ -325,10 +330,6 @@ static int hdpvr_probe(struct usb_interface *interface, | |||
| 325 | if (!dev->workqueue) | 330 | if (!dev->workqueue) |
| 326 | goto error; | 331 | goto error; |
| 327 | 332 | ||
| 328 | /* init video transfer queues */ | ||
| 329 | INIT_LIST_HEAD(&dev->free_buff_list); | ||
| 330 | INIT_LIST_HEAD(&dev->rec_buff_list); | ||
| 331 | |||
| 332 | dev->options = hdpvr_default_options; | 333 | dev->options = hdpvr_default_options; |
| 333 | 334 | ||
| 334 | if (default_video_input < HDPVR_VIDEO_INPUTS) | 335 | if (default_video_input < HDPVR_VIDEO_INPUTS) |
| @@ -405,7 +406,7 @@ static int hdpvr_probe(struct usb_interface *interface, | |||
| 405 | video_nr[atomic_inc_return(&dev_nr)]); | 406 | video_nr[atomic_inc_return(&dev_nr)]); |
| 406 | if (retval < 0) { | 407 | if (retval < 0) { |
| 407 | v4l2_err(&dev->v4l2_dev, "registering videodev failed\n"); | 408 | v4l2_err(&dev->v4l2_dev, "registering videodev failed\n"); |
| 408 | goto error; | 409 | goto reg_fail; |
| 409 | } | 410 | } |
| 410 | 411 | ||
| 411 | /* let the user know what node this device is now attached to */ | 412 | /* let the user know what node this device is now attached to */ |
diff --git a/drivers/media/usb/usbtv/Kconfig b/drivers/media/usb/usbtv/Kconfig index 8864436464bf..7c5b86006ee6 100644 --- a/drivers/media/usb/usbtv/Kconfig +++ b/drivers/media/usb/usbtv/Kconfig | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | config VIDEO_USBTV | 1 | config VIDEO_USBTV |
| 2 | tristate "USBTV007 video capture support" | 2 | tristate "USBTV007 video capture support" |
| 3 | depends on VIDEO_DEV | 3 | depends on VIDEO_V4L2 |
| 4 | select VIDEOBUF2_VMALLOC | 4 | select VIDEOBUF2_VMALLOC |
| 5 | 5 | ||
| 6 | ---help--- | 6 | ---help--- |
diff --git a/drivers/media/usb/usbtv/usbtv.c b/drivers/media/usb/usbtv/usbtv.c index bf43f874685e..91650173941a 100644 --- a/drivers/media/usb/usbtv/usbtv.c +++ b/drivers/media/usb/usbtv/usbtv.c | |||
| @@ -57,7 +57,7 @@ | |||
| 57 | #define USBTV_CHUNK_SIZE 256 | 57 | #define USBTV_CHUNK_SIZE 256 |
| 58 | #define USBTV_CHUNK 240 | 58 | #define USBTV_CHUNK 240 |
| 59 | #define USBTV_CHUNKS (USBTV_WIDTH * USBTV_HEIGHT \ | 59 | #define USBTV_CHUNKS (USBTV_WIDTH * USBTV_HEIGHT \ |
| 60 | / 2 / USBTV_CHUNK) | 60 | / 4 / USBTV_CHUNK) |
| 61 | 61 | ||
| 62 | /* Chunk header. */ | 62 | /* Chunk header. */ |
| 63 | #define USBTV_MAGIC_OK(chunk) ((be32_to_cpu(chunk[0]) & 0xff000000) \ | 63 | #define USBTV_MAGIC_OK(chunk) ((be32_to_cpu(chunk[0]) & 0xff000000) \ |
| @@ -89,6 +89,7 @@ struct usbtv { | |||
| 89 | /* Number of currently processed frame, useful find | 89 | /* Number of currently processed frame, useful find |
| 90 | * out when a new one begins. */ | 90 | * out when a new one begins. */ |
| 91 | u32 frame_id; | 91 | u32 frame_id; |
| 92 | int chunks_done; | ||
| 92 | 93 | ||
| 93 | int iso_size; | 94 | int iso_size; |
| 94 | unsigned int sequence; | 95 | unsigned int sequence; |
| @@ -202,6 +203,26 @@ static int usbtv_setup_capture(struct usbtv *usbtv) | |||
| 202 | return 0; | 203 | return 0; |
| 203 | } | 204 | } |
| 204 | 205 | ||
| 206 | /* Copy data from chunk into a frame buffer, deinterlacing the data | ||
| 207 | * into every second line. Unfortunately, they don't align nicely into | ||
| 208 | * 720 pixel lines, as the chunk is 240 words long, which is 480 pixels. | ||
| 209 | * Therefore, we break down the chunk into two halves before copyting, | ||
| 210 | * so that we can interleave a line if needed. */ | ||
| 211 | static void usbtv_chunk_to_vbuf(u32 *frame, u32 *src, int chunk_no, int odd) | ||
| 212 | { | ||
| 213 | int half; | ||
| 214 | |||
| 215 | for (half = 0; half < 2; half++) { | ||
| 216 | int part_no = chunk_no * 2 + half; | ||
| 217 | int line = part_no / 3; | ||
| 218 | int part_index = (line * 2 + !odd) * 3 + (part_no % 3); | ||
| 219 | |||
| 220 | u32 *dst = &frame[part_index * USBTV_CHUNK/2]; | ||
| 221 | memcpy(dst, src, USBTV_CHUNK/2 * sizeof(*src)); | ||
| 222 | src += USBTV_CHUNK/2; | ||
| 223 | } | ||
| 224 | } | ||
| 225 | |||
| 205 | /* Called for each 256-byte image chunk. | 226 | /* Called for each 256-byte image chunk. |
| 206 | * First word identifies the chunk, followed by 240 words of image | 227 | * First word identifies the chunk, followed by 240 words of image |
| 207 | * data and padding. */ | 228 | * data and padding. */ |
| @@ -218,17 +239,17 @@ static void usbtv_image_chunk(struct usbtv *usbtv, u32 *chunk) | |||
| 218 | frame_id = USBTV_FRAME_ID(chunk); | 239 | frame_id = USBTV_FRAME_ID(chunk); |
| 219 | odd = USBTV_ODD(chunk); | 240 | odd = USBTV_ODD(chunk); |
| 220 | chunk_no = USBTV_CHUNK_NO(chunk); | 241 | chunk_no = USBTV_CHUNK_NO(chunk); |
| 221 | |||
| 222 | /* Deinterlace. TODO: Use interlaced frame format. */ | ||
| 223 | chunk_no = (chunk_no - chunk_no % 3) * 2 + chunk_no % 3; | ||
| 224 | chunk_no += !odd * 3; | ||
| 225 | |||
| 226 | if (chunk_no >= USBTV_CHUNKS) | 242 | if (chunk_no >= USBTV_CHUNKS) |
| 227 | return; | 243 | return; |
| 228 | 244 | ||
| 229 | /* Beginning of a frame. */ | 245 | /* Beginning of a frame. */ |
| 230 | if (chunk_no == 0) | 246 | if (chunk_no == 0) { |
| 231 | usbtv->frame_id = frame_id; | 247 | usbtv->frame_id = frame_id; |
| 248 | usbtv->chunks_done = 0; | ||
| 249 | } | ||
| 250 | |||
| 251 | if (usbtv->frame_id != frame_id) | ||
| 252 | return; | ||
| 232 | 253 | ||
| 233 | spin_lock_irqsave(&usbtv->buflock, flags); | 254 | spin_lock_irqsave(&usbtv->buflock, flags); |
| 234 | if (list_empty(&usbtv->bufs)) { | 255 | if (list_empty(&usbtv->bufs)) { |
| @@ -241,19 +262,23 @@ static void usbtv_image_chunk(struct usbtv *usbtv, u32 *chunk) | |||
| 241 | buf = list_first_entry(&usbtv->bufs, struct usbtv_buf, list); | 262 | buf = list_first_entry(&usbtv->bufs, struct usbtv_buf, list); |
| 242 | frame = vb2_plane_vaddr(&buf->vb, 0); | 263 | frame = vb2_plane_vaddr(&buf->vb, 0); |
| 243 | 264 | ||
| 244 | /* Copy the chunk. */ | 265 | /* Copy the chunk data. */ |
| 245 | memcpy(&frame[chunk_no * USBTV_CHUNK], &chunk[1], | 266 | usbtv_chunk_to_vbuf(frame, &chunk[1], chunk_no, odd); |
| 246 | USBTV_CHUNK * sizeof(chunk[1])); | 267 | usbtv->chunks_done++; |
| 247 | 268 | ||
| 248 | /* Last chunk in a frame, signalling an end */ | 269 | /* Last chunk in a frame, signalling an end */ |
| 249 | if (usbtv->frame_id && chunk_no == USBTV_CHUNKS-1) { | 270 | if (odd && chunk_no == USBTV_CHUNKS-1) { |
| 250 | int size = vb2_plane_size(&buf->vb, 0); | 271 | int size = vb2_plane_size(&buf->vb, 0); |
| 272 | enum vb2_buffer_state state = usbtv->chunks_done == | ||
| 273 | USBTV_CHUNKS ? | ||
| 274 | VB2_BUF_STATE_DONE : | ||
| 275 | VB2_BUF_STATE_ERROR; | ||
| 251 | 276 | ||
| 252 | buf->vb.v4l2_buf.field = V4L2_FIELD_INTERLACED; | 277 | buf->vb.v4l2_buf.field = V4L2_FIELD_INTERLACED; |
| 253 | buf->vb.v4l2_buf.sequence = usbtv->sequence++; | 278 | buf->vb.v4l2_buf.sequence = usbtv->sequence++; |
| 254 | v4l2_get_timestamp(&buf->vb.v4l2_buf.timestamp); | 279 | v4l2_get_timestamp(&buf->vb.v4l2_buf.timestamp); |
| 255 | vb2_set_plane_payload(&buf->vb, 0, size); | 280 | vb2_set_plane_payload(&buf->vb, 0, size); |
| 256 | vb2_buffer_done(&buf->vb, VB2_BUF_STATE_DONE); | 281 | vb2_buffer_done(&buf->vb, state); |
| 257 | list_del(&buf->list); | 282 | list_del(&buf->list); |
| 258 | } | 283 | } |
| 259 | 284 | ||
| @@ -518,7 +543,7 @@ static int usbtv_queue_setup(struct vb2_queue *vq, | |||
| 518 | if (*nbuffers < 2) | 543 | if (*nbuffers < 2) |
| 519 | *nbuffers = 2; | 544 | *nbuffers = 2; |
| 520 | *nplanes = 1; | 545 | *nplanes = 1; |
| 521 | sizes[0] = USBTV_CHUNK * USBTV_CHUNKS * sizeof(u32); | 546 | sizes[0] = USBTV_WIDTH * USBTV_HEIGHT / 2 * sizeof(u32); |
| 522 | 547 | ||
| 523 | return 0; | 548 | return 0; |
| 524 | } | 549 | } |
diff --git a/drivers/mtd/nand/mpc5121_nfc.c b/drivers/mtd/nand/mpc5121_nfc.c index 3c9cdcbc4cba..3c60a000b426 100644 --- a/drivers/mtd/nand/mpc5121_nfc.c +++ b/drivers/mtd/nand/mpc5121_nfc.c | |||
| @@ -617,10 +617,8 @@ static void mpc5121_nfc_free(struct device *dev, struct mtd_info *mtd) | |||
| 617 | struct nand_chip *chip = mtd->priv; | 617 | struct nand_chip *chip = mtd->priv; |
| 618 | struct mpc5121_nfc_prv *prv = chip->priv; | 618 | struct mpc5121_nfc_prv *prv = chip->priv; |
| 619 | 619 | ||
| 620 | if (prv->clk) { | 620 | if (prv->clk) |
| 621 | clk_disable(prv->clk); | 621 | clk_disable_unprepare(prv->clk); |
| 622 | clk_put(prv->clk); | ||
| 623 | } | ||
| 624 | 622 | ||
| 625 | if (prv->csreg) | 623 | if (prv->csreg) |
| 626 | iounmap(prv->csreg); | 624 | iounmap(prv->csreg); |
| @@ -629,6 +627,7 @@ static void mpc5121_nfc_free(struct device *dev, struct mtd_info *mtd) | |||
| 629 | static int mpc5121_nfc_probe(struct platform_device *op) | 627 | static int mpc5121_nfc_probe(struct platform_device *op) |
| 630 | { | 628 | { |
| 631 | struct device_node *rootnode, *dn = op->dev.of_node; | 629 | struct device_node *rootnode, *dn = op->dev.of_node; |
| 630 | struct clk *clk; | ||
| 632 | struct device *dev = &op->dev; | 631 | struct device *dev = &op->dev; |
| 633 | struct mpc5121_nfc_prv *prv; | 632 | struct mpc5121_nfc_prv *prv; |
| 634 | struct resource res; | 633 | struct resource res; |
| @@ -730,14 +729,18 @@ static int mpc5121_nfc_probe(struct platform_device *op) | |||
| 730 | of_node_put(rootnode); | 729 | of_node_put(rootnode); |
| 731 | 730 | ||
| 732 | /* Enable NFC clock */ | 731 | /* Enable NFC clock */ |
| 733 | prv->clk = clk_get(dev, "nfc_clk"); | 732 | clk = devm_clk_get(dev, "nfc_clk"); |
| 734 | if (IS_ERR(prv->clk)) { | 733 | if (IS_ERR(clk)) { |
| 735 | dev_err(dev, "Unable to acquire NFC clock!\n"); | 734 | dev_err(dev, "Unable to acquire NFC clock!\n"); |
| 736 | retval = PTR_ERR(prv->clk); | 735 | retval = PTR_ERR(clk); |
| 737 | goto error; | 736 | goto error; |
| 738 | } | 737 | } |
| 739 | 738 | retval = clk_prepare_enable(clk); | |
| 740 | clk_enable(prv->clk); | 739 | if (retval) { |
| 740 | dev_err(dev, "Unable to enable NFC clock!\n"); | ||
| 741 | goto error; | ||
| 742 | } | ||
| 743 | prv->clk = clk; | ||
| 741 | 744 | ||
| 742 | /* Reset NAND Flash controller */ | 745 | /* Reset NAND Flash controller */ |
| 743 | nfc_set(mtd, NFC_CONFIG1, NFC_RESET); | 746 | nfc_set(mtd, NFC_CONFIG1, NFC_RESET); |
diff --git a/drivers/pci/pci-acpi.c b/drivers/pci/pci-acpi.c index dbdc5f7e2b29..01e264fb50e0 100644 --- a/drivers/pci/pci-acpi.c +++ b/drivers/pci/pci-acpi.c | |||
| @@ -317,13 +317,20 @@ void acpi_pci_remove_bus(struct pci_bus *bus) | |||
| 317 | /* ACPI bus type */ | 317 | /* ACPI bus type */ |
| 318 | static int acpi_pci_find_device(struct device *dev, acpi_handle *handle) | 318 | static int acpi_pci_find_device(struct device *dev, acpi_handle *handle) |
| 319 | { | 319 | { |
| 320 | struct pci_dev * pci_dev; | 320 | struct pci_dev *pci_dev = to_pci_dev(dev); |
| 321 | u64 addr; | 321 | bool is_bridge; |
| 322 | u64 addr; | ||
| 322 | 323 | ||
| 323 | pci_dev = to_pci_dev(dev); | 324 | /* |
| 325 | * pci_is_bridge() is not suitable here, because pci_dev->subordinate | ||
| 326 | * is set only after acpi_pci_find_device() has been called for the | ||
| 327 | * given device. | ||
| 328 | */ | ||
| 329 | is_bridge = pci_dev->hdr_type == PCI_HEADER_TYPE_BRIDGE | ||
| 330 | || pci_dev->hdr_type == PCI_HEADER_TYPE_CARDBUS; | ||
| 324 | /* Please ref to ACPI spec for the syntax of _ADR */ | 331 | /* Please ref to ACPI spec for the syntax of _ADR */ |
| 325 | addr = (PCI_SLOT(pci_dev->devfn) << 16) | PCI_FUNC(pci_dev->devfn); | 332 | addr = (PCI_SLOT(pci_dev->devfn) << 16) | PCI_FUNC(pci_dev->devfn); |
| 326 | *handle = acpi_get_child(DEVICE_ACPI_HANDLE(dev->parent), addr); | 333 | *handle = acpi_find_child(ACPI_HANDLE(dev->parent), addr, is_bridge); |
| 327 | if (!*handle) | 334 | if (!*handle) |
| 328 | return -ENODEV; | 335 | return -ENODEV; |
| 329 | return 0; | 336 | return 0; |
diff --git a/drivers/scsi/fnic/fnic.h b/drivers/scsi/fnic/fnic.h index b6d1f92ed33c..c18c68150e9f 100644 --- a/drivers/scsi/fnic/fnic.h +++ b/drivers/scsi/fnic/fnic.h | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | 38 | ||
| 39 | #define DRV_NAME "fnic" | 39 | #define DRV_NAME "fnic" |
| 40 | #define DRV_DESCRIPTION "Cisco FCoE HBA Driver" | 40 | #define DRV_DESCRIPTION "Cisco FCoE HBA Driver" |
| 41 | #define DRV_VERSION "1.5.0.22" | 41 | #define DRV_VERSION "1.5.0.23" |
| 42 | #define PFX DRV_NAME ": " | 42 | #define PFX DRV_NAME ": " |
| 43 | #define DFX DRV_NAME "%d: " | 43 | #define DFX DRV_NAME "%d: " |
| 44 | 44 | ||
diff --git a/drivers/scsi/fnic/fnic_main.c b/drivers/scsi/fnic/fnic_main.c index 5f09d1814d26..42e15ee6e1bb 100644 --- a/drivers/scsi/fnic/fnic_main.c +++ b/drivers/scsi/fnic/fnic_main.c | |||
| @@ -642,19 +642,6 @@ static int fnic_probe(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
| 642 | INIT_WORK(&fnic->fip_frame_work, fnic_handle_fip_frame); | 642 | INIT_WORK(&fnic->fip_frame_work, fnic_handle_fip_frame); |
| 643 | INIT_WORK(&fnic->event_work, fnic_handle_event); | 643 | INIT_WORK(&fnic->event_work, fnic_handle_event); |
| 644 | skb_queue_head_init(&fnic->fip_frame_queue); | 644 | skb_queue_head_init(&fnic->fip_frame_queue); |
| 645 | spin_lock_irqsave(&fnic_list_lock, flags); | ||
| 646 | if (!fnic_fip_queue) { | ||
| 647 | fnic_fip_queue = | ||
| 648 | create_singlethread_workqueue("fnic_fip_q"); | ||
| 649 | if (!fnic_fip_queue) { | ||
| 650 | spin_unlock_irqrestore(&fnic_list_lock, flags); | ||
| 651 | printk(KERN_ERR PFX "fnic FIP work queue " | ||
| 652 | "create failed\n"); | ||
| 653 | err = -ENOMEM; | ||
| 654 | goto err_out_free_max_pool; | ||
| 655 | } | ||
| 656 | } | ||
| 657 | spin_unlock_irqrestore(&fnic_list_lock, flags); | ||
| 658 | INIT_LIST_HEAD(&fnic->evlist); | 645 | INIT_LIST_HEAD(&fnic->evlist); |
| 659 | INIT_LIST_HEAD(&fnic->vlans); | 646 | INIT_LIST_HEAD(&fnic->vlans); |
| 660 | } else { | 647 | } else { |
| @@ -960,6 +947,13 @@ static int __init fnic_init_module(void) | |||
| 960 | spin_lock_init(&fnic_list_lock); | 947 | spin_lock_init(&fnic_list_lock); |
| 961 | INIT_LIST_HEAD(&fnic_list); | 948 | INIT_LIST_HEAD(&fnic_list); |
| 962 | 949 | ||
| 950 | fnic_fip_queue = create_singlethread_workqueue("fnic_fip_q"); | ||
| 951 | if (!fnic_fip_queue) { | ||
| 952 | printk(KERN_ERR PFX "fnic FIP work queue create failed\n"); | ||
| 953 | err = -ENOMEM; | ||
| 954 | goto err_create_fip_workq; | ||
| 955 | } | ||
| 956 | |||
| 963 | fnic_fc_transport = fc_attach_transport(&fnic_fc_functions); | 957 | fnic_fc_transport = fc_attach_transport(&fnic_fc_functions); |
| 964 | if (!fnic_fc_transport) { | 958 | if (!fnic_fc_transport) { |
| 965 | printk(KERN_ERR PFX "fc_attach_transport error\n"); | 959 | printk(KERN_ERR PFX "fc_attach_transport error\n"); |
| @@ -978,6 +972,8 @@ static int __init fnic_init_module(void) | |||
| 978 | err_pci_register: | 972 | err_pci_register: |
| 979 | fc_release_transport(fnic_fc_transport); | 973 | fc_release_transport(fnic_fc_transport); |
| 980 | err_fc_transport: | 974 | err_fc_transport: |
| 975 | destroy_workqueue(fnic_fip_queue); | ||
| 976 | err_create_fip_workq: | ||
| 981 | destroy_workqueue(fnic_event_queue); | 977 | destroy_workqueue(fnic_event_queue); |
| 982 | err_create_fnic_workq: | 978 | err_create_fnic_workq: |
| 983 | kmem_cache_destroy(fnic_io_req_cache); | 979 | kmem_cache_destroy(fnic_io_req_cache); |
diff --git a/drivers/scsi/megaraid/megaraid_sas_base.c b/drivers/scsi/megaraid/megaraid_sas_base.c index 0177295599e0..1f0ca68409d4 100644 --- a/drivers/scsi/megaraid/megaraid_sas_base.c +++ b/drivers/scsi/megaraid/megaraid_sas_base.c | |||
| @@ -3547,11 +3547,21 @@ static int megasas_init_fw(struct megasas_instance *instance) | |||
| 3547 | break; | 3547 | break; |
| 3548 | } | 3548 | } |
| 3549 | 3549 | ||
| 3550 | /* | 3550 | if (megasas_transition_to_ready(instance, 0)) { |
| 3551 | * We expect the FW state to be READY | 3551 | atomic_set(&instance->fw_reset_no_pci_access, 1); |
| 3552 | */ | 3552 | instance->instancet->adp_reset |
| 3553 | if (megasas_transition_to_ready(instance, 0)) | 3553 | (instance, instance->reg_set); |
| 3554 | goto fail_ready_state; | 3554 | atomic_set(&instance->fw_reset_no_pci_access, 0); |
| 3555 | dev_info(&instance->pdev->dev, | ||
| 3556 | "megasas: FW restarted successfully from %s!\n", | ||
| 3557 | __func__); | ||
| 3558 | |||
| 3559 | /*waitting for about 30 second before retry*/ | ||
| 3560 | ssleep(30); | ||
| 3561 | |||
| 3562 | if (megasas_transition_to_ready(instance, 0)) | ||
| 3563 | goto fail_ready_state; | ||
| 3564 | } | ||
| 3555 | 3565 | ||
| 3556 | /* | 3566 | /* |
| 3557 | * MSI-X host index 0 is common for all adapter. | 3567 | * MSI-X host index 0 is common for all adapter. |
diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c index 3b1ea34e1f5a..eaa808e6ba91 100644 --- a/drivers/scsi/scsi.c +++ b/drivers/scsi/scsi.c | |||
| @@ -1031,6 +1031,9 @@ int scsi_get_vpd_page(struct scsi_device *sdev, u8 page, unsigned char *buf, | |||
| 1031 | { | 1031 | { |
| 1032 | int i, result; | 1032 | int i, result; |
| 1033 | 1033 | ||
| 1034 | if (sdev->skip_vpd_pages) | ||
| 1035 | goto fail; | ||
| 1036 | |||
| 1034 | /* Ask for all the pages supported by this device */ | 1037 | /* Ask for all the pages supported by this device */ |
| 1035 | result = scsi_vpd_inquiry(sdev, buf, 0, buf_len); | 1038 | result = scsi_vpd_inquiry(sdev, buf, 0, buf_len); |
| 1036 | if (result) | 1039 | if (result) |
diff --git a/drivers/scsi/virtio_scsi.c b/drivers/scsi/virtio_scsi.c index 2168258fb2c3..74b88efde6ad 100644 --- a/drivers/scsi/virtio_scsi.c +++ b/drivers/scsi/virtio_scsi.c | |||
| @@ -751,7 +751,7 @@ static void __virtscsi_set_affinity(struct virtio_scsi *vscsi, bool affinity) | |||
| 751 | 751 | ||
| 752 | vscsi->affinity_hint_set = true; | 752 | vscsi->affinity_hint_set = true; |
| 753 | } else { | 753 | } else { |
| 754 | for (i = 0; i < vscsi->num_queues - VIRTIO_SCSI_VQ_BASE; i++) | 754 | for (i = 0; i < vscsi->num_queues; i++) |
| 755 | virtqueue_set_affinity(vscsi->req_vqs[i].vq, -1); | 755 | virtqueue_set_affinity(vscsi->req_vqs[i].vq, -1); |
| 756 | 756 | ||
| 757 | vscsi->affinity_hint_set = false; | 757 | vscsi->affinity_hint_set = false; |
diff --git a/drivers/spi/spi-davinci.c b/drivers/spi/spi-davinci.c index 222d3e37fc28..707966bd5610 100644 --- a/drivers/spi/spi-davinci.c +++ b/drivers/spi/spi-davinci.c | |||
| @@ -609,7 +609,7 @@ static int davinci_spi_bufs(struct spi_device *spi, struct spi_transfer *t) | |||
| 609 | else | 609 | else |
| 610 | buf = (void *)t->tx_buf; | 610 | buf = (void *)t->tx_buf; |
| 611 | t->tx_dma = dma_map_single(&spi->dev, buf, | 611 | t->tx_dma = dma_map_single(&spi->dev, buf, |
| 612 | t->len, DMA_FROM_DEVICE); | 612 | t->len, DMA_TO_DEVICE); |
| 613 | if (!t->tx_dma) { | 613 | if (!t->tx_dma) { |
| 614 | ret = -EFAULT; | 614 | ret = -EFAULT; |
| 615 | goto err_tx_map; | 615 | goto err_tx_map; |
diff --git a/drivers/staging/zcache/zcache-main.c b/drivers/staging/zcache/zcache-main.c index dcceed29d31a..81972fa47beb 100644 --- a/drivers/staging/zcache/zcache-main.c +++ b/drivers/staging/zcache/zcache-main.c | |||
| @@ -1811,10 +1811,12 @@ static int zcache_comp_init(void) | |||
| 1811 | #else | 1811 | #else |
| 1812 | if (*zcache_comp_name != '\0') { | 1812 | if (*zcache_comp_name != '\0') { |
| 1813 | ret = crypto_has_comp(zcache_comp_name, 0, 0); | 1813 | ret = crypto_has_comp(zcache_comp_name, 0, 0); |
| 1814 | if (!ret) | 1814 | if (!ret) { |
| 1815 | pr_info("zcache: %s not supported\n", | 1815 | pr_info("zcache: %s not supported\n", |
| 1816 | zcache_comp_name); | 1816 | zcache_comp_name); |
| 1817 | goto out; | 1817 | ret = 1; |
| 1818 | goto out; | ||
| 1819 | } | ||
| 1818 | } | 1820 | } |
| 1819 | if (!ret) | 1821 | if (!ret) |
| 1820 | strcpy(zcache_comp_name, "lzo"); | 1822 | strcpy(zcache_comp_name, "lzo"); |
diff --git a/drivers/tty/serial/mpc52xx_uart.c b/drivers/tty/serial/mpc52xx_uart.c index e1280a20b7a2..5be1df39f9f5 100644 --- a/drivers/tty/serial/mpc52xx_uart.c +++ b/drivers/tty/serial/mpc52xx_uart.c | |||
| @@ -107,6 +107,8 @@ struct psc_ops { | |||
| 107 | unsigned int (*set_baudrate)(struct uart_port *port, | 107 | unsigned int (*set_baudrate)(struct uart_port *port, |
| 108 | struct ktermios *new, | 108 | struct ktermios *new, |
| 109 | struct ktermios *old); | 109 | struct ktermios *old); |
| 110 | int (*clock_alloc)(struct uart_port *port); | ||
| 111 | void (*clock_relse)(struct uart_port *port); | ||
| 110 | int (*clock)(struct uart_port *port, int enable); | 112 | int (*clock)(struct uart_port *port, int enable); |
| 111 | int (*fifoc_init)(void); | 113 | int (*fifoc_init)(void); |
| 112 | void (*fifoc_uninit)(void); | 114 | void (*fifoc_uninit)(void); |
| @@ -616,31 +618,73 @@ static irqreturn_t mpc512x_psc_handle_irq(struct uart_port *port) | |||
| 616 | return IRQ_NONE; | 618 | return IRQ_NONE; |
| 617 | } | 619 | } |
| 618 | 620 | ||
| 619 | static int mpc512x_psc_clock(struct uart_port *port, int enable) | 621 | static struct clk *psc_mclk_clk[MPC52xx_PSC_MAXNUM]; |
| 622 | |||
| 623 | /* called from within the .request_port() callback (allocation) */ | ||
| 624 | static int mpc512x_psc_alloc_clock(struct uart_port *port) | ||
| 620 | { | 625 | { |
| 621 | struct clk *psc_clk; | ||
| 622 | int psc_num; | 626 | int psc_num; |
| 623 | char clk_name[10]; | 627 | char clk_name[16]; |
| 628 | struct clk *clk; | ||
| 629 | int err; | ||
| 630 | |||
| 631 | psc_num = (port->mapbase & 0xf00) >> 8; | ||
| 632 | snprintf(clk_name, sizeof(clk_name), "psc%d_mclk", psc_num); | ||
| 633 | clk = devm_clk_get(port->dev, clk_name); | ||
| 634 | if (IS_ERR(clk)) { | ||
| 635 | dev_err(port->dev, "Failed to get MCLK!\n"); | ||
| 636 | return PTR_ERR(clk); | ||
| 637 | } | ||
| 638 | err = clk_prepare_enable(clk); | ||
| 639 | if (err) { | ||
| 640 | dev_err(port->dev, "Failed to enable MCLK!\n"); | ||
| 641 | return err; | ||
| 642 | } | ||
| 643 | psc_mclk_clk[psc_num] = clk; | ||
| 644 | return 0; | ||
| 645 | } | ||
| 646 | |||
| 647 | /* called from within the .release_port() callback (release) */ | ||
| 648 | static void mpc512x_psc_relse_clock(struct uart_port *port) | ||
| 649 | { | ||
| 650 | int psc_num; | ||
| 651 | struct clk *clk; | ||
| 652 | |||
| 653 | psc_num = (port->mapbase & 0xf00) >> 8; | ||
| 654 | clk = psc_mclk_clk[psc_num]; | ||
| 655 | if (clk) { | ||
| 656 | clk_disable_unprepare(clk); | ||
| 657 | psc_mclk_clk[psc_num] = NULL; | ||
| 658 | } | ||
| 659 | } | ||
| 660 | |||
| 661 | /* implementation of the .clock() callback (enable/disable) */ | ||
| 662 | static int mpc512x_psc_endis_clock(struct uart_port *port, int enable) | ||
| 663 | { | ||
| 664 | int psc_num; | ||
| 665 | struct clk *psc_clk; | ||
| 666 | int ret; | ||
| 624 | 667 | ||
| 625 | if (uart_console(port)) | 668 | if (uart_console(port)) |
| 626 | return 0; | 669 | return 0; |
| 627 | 670 | ||
| 628 | psc_num = (port->mapbase & 0xf00) >> 8; | 671 | psc_num = (port->mapbase & 0xf00) >> 8; |
| 629 | snprintf(clk_name, sizeof(clk_name), "psc%d_mclk", psc_num); | 672 | psc_clk = psc_mclk_clk[psc_num]; |
| 630 | psc_clk = clk_get(port->dev, clk_name); | 673 | if (!psc_clk) { |
| 631 | if (IS_ERR(psc_clk)) { | ||
| 632 | dev_err(port->dev, "Failed to get PSC clock entry!\n"); | 674 | dev_err(port->dev, "Failed to get PSC clock entry!\n"); |
| 633 | return -ENODEV; | 675 | return -ENODEV; |
| 634 | } | 676 | } |
| 635 | 677 | ||
| 636 | dev_dbg(port->dev, "%s %sable\n", clk_name, enable ? "en" : "dis"); | 678 | dev_dbg(port->dev, "mclk %sable\n", enable ? "en" : "dis"); |
| 637 | 679 | if (enable) { | |
| 638 | if (enable) | 680 | ret = clk_enable(psc_clk); |
| 639 | clk_enable(psc_clk); | 681 | if (ret) |
| 640 | else | 682 | dev_err(port->dev, "Failed to enable MCLK!\n"); |
| 683 | return ret; | ||
| 684 | } else { | ||
| 641 | clk_disable(psc_clk); | 685 | clk_disable(psc_clk); |
| 642 | 686 | return 0; | |
| 643 | return 0; | 687 | } |
| 644 | } | 688 | } |
| 645 | 689 | ||
| 646 | static void mpc512x_psc_get_irq(struct uart_port *port, struct device_node *np) | 690 | static void mpc512x_psc_get_irq(struct uart_port *port, struct device_node *np) |
| @@ -873,7 +917,9 @@ static struct psc_ops mpc5125_psc_ops = { | |||
| 873 | .cw_disable_ints = mpc5125_psc_cw_disable_ints, | 917 | .cw_disable_ints = mpc5125_psc_cw_disable_ints, |
| 874 | .cw_restore_ints = mpc5125_psc_cw_restore_ints, | 918 | .cw_restore_ints = mpc5125_psc_cw_restore_ints, |
| 875 | .set_baudrate = mpc5125_psc_set_baudrate, | 919 | .set_baudrate = mpc5125_psc_set_baudrate, |
| 876 | .clock = mpc512x_psc_clock, | 920 | .clock_alloc = mpc512x_psc_alloc_clock, |
| 921 | .clock_relse = mpc512x_psc_relse_clock, | ||
| 922 | .clock = mpc512x_psc_endis_clock, | ||
| 877 | .fifoc_init = mpc512x_psc_fifoc_init, | 923 | .fifoc_init = mpc512x_psc_fifoc_init, |
| 878 | .fifoc_uninit = mpc512x_psc_fifoc_uninit, | 924 | .fifoc_uninit = mpc512x_psc_fifoc_uninit, |
| 879 | .get_irq = mpc512x_psc_get_irq, | 925 | .get_irq = mpc512x_psc_get_irq, |
| @@ -906,7 +952,9 @@ static struct psc_ops mpc512x_psc_ops = { | |||
| 906 | .cw_disable_ints = mpc512x_psc_cw_disable_ints, | 952 | .cw_disable_ints = mpc512x_psc_cw_disable_ints, |
| 907 | .cw_restore_ints = mpc512x_psc_cw_restore_ints, | 953 | .cw_restore_ints = mpc512x_psc_cw_restore_ints, |
| 908 | .set_baudrate = mpc512x_psc_set_baudrate, | 954 | .set_baudrate = mpc512x_psc_set_baudrate, |
| 909 | .clock = mpc512x_psc_clock, | 955 | .clock_alloc = mpc512x_psc_alloc_clock, |
| 956 | .clock_relse = mpc512x_psc_relse_clock, | ||
| 957 | .clock = mpc512x_psc_endis_clock, | ||
| 910 | .fifoc_init = mpc512x_psc_fifoc_init, | 958 | .fifoc_init = mpc512x_psc_fifoc_init, |
| 911 | .fifoc_uninit = mpc512x_psc_fifoc_uninit, | 959 | .fifoc_uninit = mpc512x_psc_fifoc_uninit, |
| 912 | .get_irq = mpc512x_psc_get_irq, | 960 | .get_irq = mpc512x_psc_get_irq, |
| @@ -1166,6 +1214,9 @@ mpc52xx_uart_type(struct uart_port *port) | |||
| 1166 | static void | 1214 | static void |
| 1167 | mpc52xx_uart_release_port(struct uart_port *port) | 1215 | mpc52xx_uart_release_port(struct uart_port *port) |
| 1168 | { | 1216 | { |
| 1217 | if (psc_ops->clock_relse) | ||
| 1218 | psc_ops->clock_relse(port); | ||
| 1219 | |||
| 1169 | /* remapped by us ? */ | 1220 | /* remapped by us ? */ |
| 1170 | if (port->flags & UPF_IOREMAP) { | 1221 | if (port->flags & UPF_IOREMAP) { |
| 1171 | iounmap(port->membase); | 1222 | iounmap(port->membase); |
| @@ -1190,11 +1241,24 @@ mpc52xx_uart_request_port(struct uart_port *port) | |||
| 1190 | err = request_mem_region(port->mapbase, sizeof(struct mpc52xx_psc), | 1241 | err = request_mem_region(port->mapbase, sizeof(struct mpc52xx_psc), |
| 1191 | "mpc52xx_psc_uart") != NULL ? 0 : -EBUSY; | 1242 | "mpc52xx_psc_uart") != NULL ? 0 : -EBUSY; |
| 1192 | 1243 | ||
| 1193 | if (err && (port->flags & UPF_IOREMAP)) { | 1244 | if (err) |
| 1245 | goto out_membase; | ||
| 1246 | |||
| 1247 | if (psc_ops->clock_alloc) { | ||
| 1248 | err = psc_ops->clock_alloc(port); | ||
| 1249 | if (err) | ||
| 1250 | goto out_mapregion; | ||
| 1251 | } | ||
| 1252 | |||
| 1253 | return 0; | ||
| 1254 | |||
| 1255 | out_mapregion: | ||
| 1256 | release_mem_region(port->mapbase, sizeof(struct mpc52xx_psc)); | ||
| 1257 | out_membase: | ||
| 1258 | if (port->flags & UPF_IOREMAP) { | ||
| 1194 | iounmap(port->membase); | 1259 | iounmap(port->membase); |
| 1195 | port->membase = NULL; | 1260 | port->membase = NULL; |
| 1196 | } | 1261 | } |
| 1197 | |||
| 1198 | return err; | 1262 | return err; |
| 1199 | } | 1263 | } |
| 1200 | 1264 | ||
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 4a8a1d68002c..558313de4911 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c | |||
| @@ -4798,7 +4798,8 @@ static void hub_events(void) | |||
| 4798 | hub->ports[i - 1]->child; | 4798 | hub->ports[i - 1]->child; |
| 4799 | 4799 | ||
| 4800 | dev_dbg(hub_dev, "warm reset port %d\n", i); | 4800 | dev_dbg(hub_dev, "warm reset port %d\n", i); |
| 4801 | if (!udev) { | 4801 | if (!udev || !(portstatus & |
| 4802 | USB_PORT_STAT_CONNECTION)) { | ||
| 4802 | status = hub_port_reset(hub, i, | 4803 | status = hub_port_reset(hub, i, |
| 4803 | NULL, HUB_BH_RESET_TIME, | 4804 | NULL, HUB_BH_RESET_TIME, |
| 4804 | true); | 4805 | true); |
| @@ -4808,8 +4809,8 @@ static void hub_events(void) | |||
| 4808 | usb_lock_device(udev); | 4809 | usb_lock_device(udev); |
| 4809 | status = usb_reset_device(udev); | 4810 | status = usb_reset_device(udev); |
| 4810 | usb_unlock_device(udev); | 4811 | usb_unlock_device(udev); |
| 4812 | connect_change = 0; | ||
| 4811 | } | 4813 | } |
| 4812 | connect_change = 0; | ||
| 4813 | } | 4814 | } |
| 4814 | 4815 | ||
| 4815 | if (connect_change) | 4816 | if (connect_change) |
diff --git a/drivers/usb/host/fsl-mph-dr-of.c b/drivers/usb/host/fsl-mph-dr-of.c index 11e0b79ff9d5..ff15651cb83f 100644 --- a/drivers/usb/host/fsl-mph-dr-of.c +++ b/drivers/usb/host/fsl-mph-dr-of.c | |||
| @@ -260,6 +260,7 @@ int fsl_usb2_mpc5121_init(struct platform_device *pdev) | |||
| 260 | { | 260 | { |
| 261 | struct fsl_usb2_platform_data *pdata = pdev->dev.platform_data; | 261 | struct fsl_usb2_platform_data *pdata = pdev->dev.platform_data; |
| 262 | struct clk *clk; | 262 | struct clk *clk; |
| 263 | int err; | ||
| 263 | char clk_name[10]; | 264 | char clk_name[10]; |
| 264 | int base, clk_num; | 265 | int base, clk_num; |
| 265 | 266 | ||
| @@ -272,13 +273,16 @@ int fsl_usb2_mpc5121_init(struct platform_device *pdev) | |||
| 272 | return -ENODEV; | 273 | return -ENODEV; |
| 273 | 274 | ||
| 274 | snprintf(clk_name, sizeof(clk_name), "usb%d_clk", clk_num); | 275 | snprintf(clk_name, sizeof(clk_name), "usb%d_clk", clk_num); |
| 275 | clk = clk_get(&pdev->dev, clk_name); | 276 | clk = devm_clk_get(pdev->dev.parent, clk_name); |
| 276 | if (IS_ERR(clk)) { | 277 | if (IS_ERR(clk)) { |
| 277 | dev_err(&pdev->dev, "failed to get clk\n"); | 278 | dev_err(&pdev->dev, "failed to get clk\n"); |
| 278 | return PTR_ERR(clk); | 279 | return PTR_ERR(clk); |
| 279 | } | 280 | } |
| 280 | 281 | err = clk_prepare_enable(clk); | |
| 281 | clk_enable(clk); | 282 | if (err) { |
| 283 | dev_err(&pdev->dev, "failed to enable clk\n"); | ||
| 284 | return err; | ||
| 285 | } | ||
| 282 | pdata->clk = clk; | 286 | pdata->clk = clk; |
| 283 | 287 | ||
| 284 | if (pdata->phy_mode == FSL_USB2_PHY_UTMI_WIDE) { | 288 | if (pdata->phy_mode == FSL_USB2_PHY_UTMI_WIDE) { |
| @@ -302,10 +306,8 @@ static void fsl_usb2_mpc5121_exit(struct platform_device *pdev) | |||
| 302 | 306 | ||
| 303 | pdata->regs = NULL; | 307 | pdata->regs = NULL; |
| 304 | 308 | ||
| 305 | if (pdata->clk) { | 309 | if (pdata->clk) |
| 306 | clk_disable(pdata->clk); | 310 | clk_disable_unprepare(pdata->clk); |
| 307 | clk_put(pdata->clk); | ||
| 308 | } | ||
| 309 | } | 311 | } |
| 310 | 312 | ||
| 311 | static struct fsl_usb2_platform_data fsl_usb2_mpc5121_pd = { | 313 | static struct fsl_usb2_platform_data fsl_usb2_mpc5121_pd = { |
diff --git a/drivers/usb/host/xhci-mem.c b/drivers/usb/host/xhci-mem.c index df6978abd7e6..6f8c2fd47675 100644 --- a/drivers/usb/host/xhci-mem.c +++ b/drivers/usb/host/xhci-mem.c | |||
| @@ -24,6 +24,7 @@ | |||
| 24 | #include <linux/pci.h> | 24 | #include <linux/pci.h> |
| 25 | #include <linux/slab.h> | 25 | #include <linux/slab.h> |
| 26 | #include <linux/dmapool.h> | 26 | #include <linux/dmapool.h> |
| 27 | #include <linux/dma-mapping.h> | ||
| 27 | 28 | ||
| 28 | #include "xhci.h" | 29 | #include "xhci.h" |
| 29 | 30 | ||
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index 41eb4fc33453..9478caa2f71f 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | #include <linux/moduleparam.h> | 27 | #include <linux/moduleparam.h> |
| 28 | #include <linux/slab.h> | 28 | #include <linux/slab.h> |
| 29 | #include <linux/dmi.h> | 29 | #include <linux/dmi.h> |
| 30 | #include <linux/dma-mapping.h> | ||
| 30 | 31 | ||
| 31 | #include "xhci.h" | 32 | #include "xhci.h" |
| 32 | 33 | ||
diff --git a/drivers/video/mxsfb.c b/drivers/video/mxsfb.c index 3ba37713b1f9..dc09ebe4aba5 100644 --- a/drivers/video/mxsfb.c +++ b/drivers/video/mxsfb.c | |||
| @@ -239,24 +239,6 @@ static const struct fb_bitfield def_rgb565[] = { | |||
| 239 | } | 239 | } |
| 240 | }; | 240 | }; |
| 241 | 241 | ||
| 242 | static const struct fb_bitfield def_rgb666[] = { | ||
| 243 | [RED] = { | ||
| 244 | .offset = 16, | ||
| 245 | .length = 6, | ||
| 246 | }, | ||
| 247 | [GREEN] = { | ||
| 248 | .offset = 8, | ||
| 249 | .length = 6, | ||
| 250 | }, | ||
| 251 | [BLUE] = { | ||
| 252 | .offset = 0, | ||
| 253 | .length = 6, | ||
| 254 | }, | ||
| 255 | [TRANSP] = { /* no support for transparency */ | ||
| 256 | .length = 0, | ||
| 257 | } | ||
| 258 | }; | ||
| 259 | |||
| 260 | static const struct fb_bitfield def_rgb888[] = { | 242 | static const struct fb_bitfield def_rgb888[] = { |
| 261 | [RED] = { | 243 | [RED] = { |
| 262 | .offset = 16, | 244 | .offset = 16, |
| @@ -309,9 +291,6 @@ static int mxsfb_check_var(struct fb_var_screeninfo *var, | |||
| 309 | break; | 291 | break; |
| 310 | case STMLCDIF_16BIT: | 292 | case STMLCDIF_16BIT: |
| 311 | case STMLCDIF_18BIT: | 293 | case STMLCDIF_18BIT: |
| 312 | /* 24 bit to 18 bit mapping */ | ||
| 313 | rgb = def_rgb666; | ||
| 314 | break; | ||
| 315 | case STMLCDIF_24BIT: | 294 | case STMLCDIF_24BIT: |
| 316 | /* real 24 bit */ | 295 | /* real 24 bit */ |
| 317 | rgb = def_rgb888; | 296 | rgb = def_rgb888; |
| @@ -453,11 +432,6 @@ static int mxsfb_set_par(struct fb_info *fb_info) | |||
| 453 | return -EINVAL; | 432 | return -EINVAL; |
| 454 | case STMLCDIF_16BIT: | 433 | case STMLCDIF_16BIT: |
| 455 | case STMLCDIF_18BIT: | 434 | case STMLCDIF_18BIT: |
| 456 | /* 24 bit to 18 bit mapping */ | ||
| 457 | ctrl |= CTRL_DF24; /* ignore the upper 2 bits in | ||
| 458 | * each colour component | ||
| 459 | */ | ||
| 460 | break; | ||
| 461 | case STMLCDIF_24BIT: | 435 | case STMLCDIF_24BIT: |
| 462 | /* real 24 bit */ | 436 | /* real 24 bit */ |
| 463 | break; | 437 | break; |
diff --git a/drivers/video/omap2/displays-new/connector-analog-tv.c b/drivers/video/omap2/displays-new/connector-analog-tv.c index 5338f362293b..1b60698f141e 100644 --- a/drivers/video/omap2/displays-new/connector-analog-tv.c +++ b/drivers/video/omap2/displays-new/connector-analog-tv.c | |||
| @@ -28,6 +28,20 @@ struct panel_drv_data { | |||
| 28 | bool invert_polarity; | 28 | bool invert_polarity; |
| 29 | }; | 29 | }; |
| 30 | 30 | ||
| 31 | static const struct omap_video_timings tvc_pal_timings = { | ||
| 32 | .x_res = 720, | ||
| 33 | .y_res = 574, | ||
| 34 | .pixel_clock = 13500, | ||
| 35 | .hsw = 64, | ||
| 36 | .hfp = 12, | ||
| 37 | .hbp = 68, | ||
| 38 | .vsw = 5, | ||
| 39 | .vfp = 5, | ||
| 40 | .vbp = 41, | ||
| 41 | |||
| 42 | .interlace = true, | ||
| 43 | }; | ||
| 44 | |||
| 31 | #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev) | 45 | #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev) |
| 32 | 46 | ||
| 33 | static int tvc_connect(struct omap_dss_device *dssdev) | 47 | static int tvc_connect(struct omap_dss_device *dssdev) |
| @@ -212,14 +226,14 @@ static int tvc_probe(struct platform_device *pdev) | |||
| 212 | return -ENODEV; | 226 | return -ENODEV; |
| 213 | } | 227 | } |
| 214 | 228 | ||
| 215 | ddata->timings = omap_dss_pal_timings; | 229 | ddata->timings = tvc_pal_timings; |
| 216 | 230 | ||
| 217 | dssdev = &ddata->dssdev; | 231 | dssdev = &ddata->dssdev; |
| 218 | dssdev->driver = &tvc_driver; | 232 | dssdev->driver = &tvc_driver; |
| 219 | dssdev->dev = &pdev->dev; | 233 | dssdev->dev = &pdev->dev; |
| 220 | dssdev->type = OMAP_DISPLAY_TYPE_VENC; | 234 | dssdev->type = OMAP_DISPLAY_TYPE_VENC; |
| 221 | dssdev->owner = THIS_MODULE; | 235 | dssdev->owner = THIS_MODULE; |
| 222 | dssdev->panel.timings = omap_dss_pal_timings; | 236 | dssdev->panel.timings = tvc_pal_timings; |
| 223 | 237 | ||
| 224 | r = omapdss_register_display(dssdev); | 238 | r = omapdss_register_display(dssdev); |
| 225 | if (r) { | 239 | if (r) { |
diff --git a/fs/btrfs/backref.c b/fs/btrfs/backref.c index eaf133384a8f..8bc5e8ccb091 100644 --- a/fs/btrfs/backref.c +++ b/fs/btrfs/backref.c | |||
| @@ -36,16 +36,23 @@ static int check_extent_in_eb(struct btrfs_key *key, struct extent_buffer *eb, | |||
| 36 | u64 extent_item_pos, | 36 | u64 extent_item_pos, |
| 37 | struct extent_inode_elem **eie) | 37 | struct extent_inode_elem **eie) |
| 38 | { | 38 | { |
| 39 | u64 data_offset; | 39 | u64 offset = 0; |
| 40 | u64 data_len; | ||
| 41 | struct extent_inode_elem *e; | 40 | struct extent_inode_elem *e; |
| 42 | 41 | ||
| 43 | data_offset = btrfs_file_extent_offset(eb, fi); | 42 | if (!btrfs_file_extent_compression(eb, fi) && |
| 44 | data_len = btrfs_file_extent_num_bytes(eb, fi); | 43 | !btrfs_file_extent_encryption(eb, fi) && |
| 44 | !btrfs_file_extent_other_encoding(eb, fi)) { | ||
| 45 | u64 data_offset; | ||
| 46 | u64 data_len; | ||
| 45 | 47 | ||
| 46 | if (extent_item_pos < data_offset || | 48 | data_offset = btrfs_file_extent_offset(eb, fi); |
| 47 | extent_item_pos >= data_offset + data_len) | 49 | data_len = btrfs_file_extent_num_bytes(eb, fi); |
| 48 | return 1; | 50 | |
| 51 | if (extent_item_pos < data_offset || | ||
| 52 | extent_item_pos >= data_offset + data_len) | ||
| 53 | return 1; | ||
| 54 | offset = extent_item_pos - data_offset; | ||
| 55 | } | ||
| 49 | 56 | ||
| 50 | e = kmalloc(sizeof(*e), GFP_NOFS); | 57 | e = kmalloc(sizeof(*e), GFP_NOFS); |
| 51 | if (!e) | 58 | if (!e) |
| @@ -53,7 +60,7 @@ static int check_extent_in_eb(struct btrfs_key *key, struct extent_buffer *eb, | |||
| 53 | 60 | ||
| 54 | e->next = *eie; | 61 | e->next = *eie; |
| 55 | e->inum = key->objectid; | 62 | e->inum = key->objectid; |
| 56 | e->offset = key->offset + (extent_item_pos - data_offset); | 63 | e->offset = key->offset + offset; |
| 57 | *eie = e; | 64 | *eie = e; |
| 58 | 65 | ||
| 59 | return 0; | 66 | return 0; |
| @@ -189,7 +196,7 @@ static int add_all_parents(struct btrfs_root *root, struct btrfs_path *path, | |||
| 189 | struct extent_buffer *eb; | 196 | struct extent_buffer *eb; |
| 190 | struct btrfs_key key; | 197 | struct btrfs_key key; |
| 191 | struct btrfs_file_extent_item *fi; | 198 | struct btrfs_file_extent_item *fi; |
| 192 | struct extent_inode_elem *eie = NULL; | 199 | struct extent_inode_elem *eie = NULL, *old = NULL; |
| 193 | u64 disk_byte; | 200 | u64 disk_byte; |
| 194 | 201 | ||
| 195 | if (level != 0) { | 202 | if (level != 0) { |
| @@ -223,6 +230,7 @@ static int add_all_parents(struct btrfs_root *root, struct btrfs_path *path, | |||
| 223 | 230 | ||
| 224 | if (disk_byte == wanted_disk_byte) { | 231 | if (disk_byte == wanted_disk_byte) { |
| 225 | eie = NULL; | 232 | eie = NULL; |
| 233 | old = NULL; | ||
| 226 | if (extent_item_pos) { | 234 | if (extent_item_pos) { |
| 227 | ret = check_extent_in_eb(&key, eb, fi, | 235 | ret = check_extent_in_eb(&key, eb, fi, |
| 228 | *extent_item_pos, | 236 | *extent_item_pos, |
| @@ -230,18 +238,20 @@ static int add_all_parents(struct btrfs_root *root, struct btrfs_path *path, | |||
| 230 | if (ret < 0) | 238 | if (ret < 0) |
| 231 | break; | 239 | break; |
| 232 | } | 240 | } |
| 233 | if (!ret) { | 241 | if (ret > 0) |
| 234 | ret = ulist_add(parents, eb->start, | 242 | goto next; |
| 235 | (uintptr_t)eie, GFP_NOFS); | 243 | ret = ulist_add_merge(parents, eb->start, |
| 236 | if (ret < 0) | 244 | (uintptr_t)eie, |
| 237 | break; | 245 | (u64 *)&old, GFP_NOFS); |
| 238 | if (!extent_item_pos) { | 246 | if (ret < 0) |
| 239 | ret = btrfs_next_old_leaf(root, path, | 247 | break; |
| 240 | time_seq); | 248 | if (!ret && extent_item_pos) { |
| 241 | continue; | 249 | while (old->next) |
| 242 | } | 250 | old = old->next; |
| 251 | old->next = eie; | ||
| 243 | } | 252 | } |
| 244 | } | 253 | } |
| 254 | next: | ||
| 245 | ret = btrfs_next_old_item(root, path, time_seq); | 255 | ret = btrfs_next_old_item(root, path, time_seq); |
| 246 | } | 256 | } |
| 247 | 257 | ||
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c index 5bf4c39e2ad6..ed504607d8ec 100644 --- a/fs/btrfs/ctree.c +++ b/fs/btrfs/ctree.c | |||
| @@ -1271,7 +1271,6 @@ tree_mod_log_rewind(struct btrfs_fs_info *fs_info, struct extent_buffer *eb, | |||
| 1271 | BUG_ON(!eb_rewin); | 1271 | BUG_ON(!eb_rewin); |
| 1272 | } | 1272 | } |
| 1273 | 1273 | ||
| 1274 | extent_buffer_get(eb_rewin); | ||
| 1275 | btrfs_tree_read_unlock(eb); | 1274 | btrfs_tree_read_unlock(eb); |
| 1276 | free_extent_buffer(eb); | 1275 | free_extent_buffer(eb); |
| 1277 | 1276 | ||
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index 583d98bd065e..fe443fece851 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c | |||
| @@ -4048,7 +4048,7 @@ int extent_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, | |||
| 4048 | } | 4048 | } |
| 4049 | 4049 | ||
| 4050 | while (!end) { | 4050 | while (!end) { |
| 4051 | u64 offset_in_extent; | 4051 | u64 offset_in_extent = 0; |
| 4052 | 4052 | ||
| 4053 | /* break if the extent we found is outside the range */ | 4053 | /* break if the extent we found is outside the range */ |
| 4054 | if (em->start >= max || extent_map_end(em) < off) | 4054 | if (em->start >= max || extent_map_end(em) < off) |
| @@ -4064,9 +4064,12 @@ int extent_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, | |||
| 4064 | 4064 | ||
| 4065 | /* | 4065 | /* |
| 4066 | * record the offset from the start of the extent | 4066 | * record the offset from the start of the extent |
| 4067 | * for adjusting the disk offset below | 4067 | * for adjusting the disk offset below. Only do this if the |
| 4068 | * extent isn't compressed since our in ram offset may be past | ||
| 4069 | * what we have actually allocated on disk. | ||
| 4068 | */ | 4070 | */ |
| 4069 | offset_in_extent = em_start - em->start; | 4071 | if (!test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) |
| 4072 | offset_in_extent = em_start - em->start; | ||
| 4070 | em_end = extent_map_end(em); | 4073 | em_end = extent_map_end(em); |
| 4071 | em_len = em_end - em_start; | 4074 | em_len = em_end - em_start; |
| 4072 | emflags = em->flags; | 4075 | emflags = em->flags; |
diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c index a005fe2c072a..8e686a427ce2 100644 --- a/fs/btrfs/file.c +++ b/fs/btrfs/file.c | |||
| @@ -596,20 +596,29 @@ void btrfs_drop_extent_cache(struct inode *inode, u64 start, u64 end, | |||
| 596 | if (no_splits) | 596 | if (no_splits) |
| 597 | goto next; | 597 | goto next; |
| 598 | 598 | ||
| 599 | if (em->block_start < EXTENT_MAP_LAST_BYTE && | 599 | if (em->start < start) { |
| 600 | em->start < start) { | ||
| 601 | split->start = em->start; | 600 | split->start = em->start; |
| 602 | split->len = start - em->start; | 601 | split->len = start - em->start; |
| 603 | split->orig_start = em->orig_start; | ||
| 604 | split->block_start = em->block_start; | ||
| 605 | 602 | ||
| 606 | if (compressed) | 603 | if (em->block_start < EXTENT_MAP_LAST_BYTE) { |
| 607 | split->block_len = em->block_len; | 604 | split->orig_start = em->orig_start; |
| 608 | else | 605 | split->block_start = em->block_start; |
| 609 | split->block_len = split->len; | 606 | |
| 610 | split->ram_bytes = em->ram_bytes; | 607 | if (compressed) |
| 611 | split->orig_block_len = max(split->block_len, | 608 | split->block_len = em->block_len; |
| 612 | em->orig_block_len); | 609 | else |
| 610 | split->block_len = split->len; | ||
| 611 | split->orig_block_len = max(split->block_len, | ||
| 612 | em->orig_block_len); | ||
| 613 | split->ram_bytes = em->ram_bytes; | ||
| 614 | } else { | ||
| 615 | split->orig_start = split->start; | ||
| 616 | split->block_len = 0; | ||
| 617 | split->block_start = em->block_start; | ||
| 618 | split->orig_block_len = 0; | ||
| 619 | split->ram_bytes = split->len; | ||
| 620 | } | ||
| 621 | |||
| 613 | split->generation = gen; | 622 | split->generation = gen; |
| 614 | split->bdev = em->bdev; | 623 | split->bdev = em->bdev; |
| 615 | split->flags = flags; | 624 | split->flags = flags; |
| @@ -620,8 +629,7 @@ void btrfs_drop_extent_cache(struct inode *inode, u64 start, u64 end, | |||
| 620 | split = split2; | 629 | split = split2; |
| 621 | split2 = NULL; | 630 | split2 = NULL; |
| 622 | } | 631 | } |
| 623 | if (em->block_start < EXTENT_MAP_LAST_BYTE && | 632 | if (testend && em->start + em->len > start + len) { |
| 624 | testend && em->start + em->len > start + len) { | ||
| 625 | u64 diff = start + len - em->start; | 633 | u64 diff = start + len - em->start; |
| 626 | 634 | ||
| 627 | split->start = start + len; | 635 | split->start = start + len; |
| @@ -630,18 +638,28 @@ void btrfs_drop_extent_cache(struct inode *inode, u64 start, u64 end, | |||
| 630 | split->flags = flags; | 638 | split->flags = flags; |
| 631 | split->compress_type = em->compress_type; | 639 | split->compress_type = em->compress_type; |
| 632 | split->generation = gen; | 640 | split->generation = gen; |
| 633 | split->orig_block_len = max(em->block_len, | 641 | |
| 642 | if (em->block_start < EXTENT_MAP_LAST_BYTE) { | ||
| 643 | split->orig_block_len = max(em->block_len, | ||
| 634 | em->orig_block_len); | 644 | em->orig_block_len); |
| 635 | split->ram_bytes = em->ram_bytes; | ||
| 636 | 645 | ||
| 637 | if (compressed) { | 646 | split->ram_bytes = em->ram_bytes; |
| 638 | split->block_len = em->block_len; | 647 | if (compressed) { |
| 639 | split->block_start = em->block_start; | 648 | split->block_len = em->block_len; |
| 640 | split->orig_start = em->orig_start; | 649 | split->block_start = em->block_start; |
| 650 | split->orig_start = em->orig_start; | ||
| 651 | } else { | ||
| 652 | split->block_len = split->len; | ||
| 653 | split->block_start = em->block_start | ||
| 654 | + diff; | ||
| 655 | split->orig_start = em->orig_start; | ||
| 656 | } | ||
| 641 | } else { | 657 | } else { |
| 642 | split->block_len = split->len; | 658 | split->ram_bytes = split->len; |
| 643 | split->block_start = em->block_start + diff; | 659 | split->orig_start = split->start; |
| 644 | split->orig_start = em->orig_start; | 660 | split->block_len = 0; |
| 661 | split->block_start = em->block_start; | ||
| 662 | split->orig_block_len = 0; | ||
| 645 | } | 663 | } |
| 646 | 664 | ||
| 647 | ret = add_extent_mapping(em_tree, split, modified); | 665 | ret = add_extent_mapping(em_tree, split, modified); |
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 6d1b93c8aafb..021694c08181 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
| @@ -2166,16 +2166,23 @@ static noinline int record_one_backref(u64 inum, u64 offset, u64 root_id, | |||
| 2166 | if (btrfs_file_extent_disk_bytenr(leaf, extent) != old->bytenr) | 2166 | if (btrfs_file_extent_disk_bytenr(leaf, extent) != old->bytenr) |
| 2167 | continue; | 2167 | continue; |
| 2168 | 2168 | ||
| 2169 | extent_offset = btrfs_file_extent_offset(leaf, extent); | 2169 | /* |
| 2170 | if (key.offset - extent_offset != offset) | 2170 | * 'offset' refers to the exact key.offset, |
| 2171 | * NOT the 'offset' field in btrfs_extent_data_ref, ie. | ||
| 2172 | * (key.offset - extent_offset). | ||
| 2173 | */ | ||
| 2174 | if (key.offset != offset) | ||
| 2171 | continue; | 2175 | continue; |
| 2172 | 2176 | ||
| 2177 | extent_offset = btrfs_file_extent_offset(leaf, extent); | ||
| 2173 | num_bytes = btrfs_file_extent_num_bytes(leaf, extent); | 2178 | num_bytes = btrfs_file_extent_num_bytes(leaf, extent); |
| 2179 | |||
| 2174 | if (extent_offset >= old->extent_offset + old->offset + | 2180 | if (extent_offset >= old->extent_offset + old->offset + |
| 2175 | old->len || extent_offset + num_bytes <= | 2181 | old->len || extent_offset + num_bytes <= |
| 2176 | old->extent_offset + old->offset) | 2182 | old->extent_offset + old->offset) |
| 2177 | continue; | 2183 | continue; |
| 2178 | 2184 | ||
| 2185 | ret = 0; | ||
| 2179 | break; | 2186 | break; |
| 2180 | } | 2187 | } |
| 2181 | 2188 | ||
| @@ -2187,7 +2194,7 @@ static noinline int record_one_backref(u64 inum, u64 offset, u64 root_id, | |||
| 2187 | 2194 | ||
| 2188 | backref->root_id = root_id; | 2195 | backref->root_id = root_id; |
| 2189 | backref->inum = inum; | 2196 | backref->inum = inum; |
| 2190 | backref->file_pos = offset + extent_offset; | 2197 | backref->file_pos = offset; |
| 2191 | backref->num_bytes = num_bytes; | 2198 | backref->num_bytes = num_bytes; |
| 2192 | backref->extent_offset = extent_offset; | 2199 | backref->extent_offset = extent_offset; |
| 2193 | backref->generation = btrfs_file_extent_generation(leaf, extent); | 2200 | backref->generation = btrfs_file_extent_generation(leaf, extent); |
| @@ -2210,7 +2217,8 @@ static noinline bool record_extent_backrefs(struct btrfs_path *path, | |||
| 2210 | new->path = path; | 2217 | new->path = path; |
| 2211 | 2218 | ||
| 2212 | list_for_each_entry_safe(old, tmp, &new->head, list) { | 2219 | list_for_each_entry_safe(old, tmp, &new->head, list) { |
| 2213 | ret = iterate_inodes_from_logical(old->bytenr, fs_info, | 2220 | ret = iterate_inodes_from_logical(old->bytenr + |
| 2221 | old->extent_offset, fs_info, | ||
| 2214 | path, record_one_backref, | 2222 | path, record_one_backref, |
| 2215 | old); | 2223 | old); |
| 2216 | BUG_ON(ret < 0 && ret != -ENOENT); | 2224 | BUG_ON(ret < 0 && ret != -ENOENT); |
| @@ -4391,9 +4399,6 @@ static int btrfs_setsize(struct inode *inode, struct iattr *attr) | |||
| 4391 | int mask = attr->ia_valid; | 4399 | int mask = attr->ia_valid; |
| 4392 | int ret; | 4400 | int ret; |
| 4393 | 4401 | ||
| 4394 | if (newsize == oldsize) | ||
| 4395 | return 0; | ||
| 4396 | |||
| 4397 | /* | 4402 | /* |
| 4398 | * The regular truncate() case without ATTR_CTIME and ATTR_MTIME is a | 4403 | * The regular truncate() case without ATTR_CTIME and ATTR_MTIME is a |
| 4399 | * special case where we need to update the times despite not having | 4404 | * special case where we need to update the times despite not having |
| @@ -5165,14 +5170,31 @@ next: | |||
| 5165 | } | 5170 | } |
| 5166 | 5171 | ||
| 5167 | /* Reached end of directory/root. Bump pos past the last item. */ | 5172 | /* Reached end of directory/root. Bump pos past the last item. */ |
| 5168 | if (key_type == BTRFS_DIR_INDEX_KEY) | 5173 | ctx->pos++; |
| 5169 | /* | 5174 | |
| 5170 | * 32-bit glibc will use getdents64, but then strtol - | 5175 | /* |
| 5171 | * so the last number we can serve is this. | 5176 | * Stop new entries from being returned after we return the last |
| 5172 | */ | 5177 | * entry. |
| 5173 | ctx->pos = 0x7fffffff; | 5178 | * |
| 5174 | else | 5179 | * New directory entries are assigned a strictly increasing |
| 5175 | ctx->pos++; | 5180 | * offset. This means that new entries created during readdir |
| 5181 | * are *guaranteed* to be seen in the future by that readdir. | ||
| 5182 | * This has broken buggy programs which operate on names as | ||
| 5183 | * they're returned by readdir. Until we re-use freed offsets | ||
| 5184 | * we have this hack to stop new entries from being returned | ||
| 5185 | * under the assumption that they'll never reach this huge | ||
| 5186 | * offset. | ||
| 5187 | * | ||
| 5188 | * This is being careful not to overflow 32bit loff_t unless the | ||
| 5189 | * last entry requires it because doing so has broken 32bit apps | ||
| 5190 | * in the past. | ||
| 5191 | */ | ||
| 5192 | if (key_type == BTRFS_DIR_INDEX_KEY) { | ||
| 5193 | if (ctx->pos >= INT_MAX) | ||
| 5194 | ctx->pos = LLONG_MAX; | ||
| 5195 | else | ||
| 5196 | ctx->pos = INT_MAX; | ||
| 5197 | } | ||
| 5176 | nopos: | 5198 | nopos: |
| 5177 | ret = 0; | 5199 | ret = 0; |
| 5178 | err: | 5200 | err: |
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c index d58cce77fc6c..af1931a5960d 100644 --- a/fs/btrfs/transaction.c +++ b/fs/btrfs/transaction.c | |||
| @@ -983,12 +983,12 @@ static noinline int commit_cowonly_roots(struct btrfs_trans_handle *trans, | |||
| 983 | * a dirty root struct and adds it into the list of dead roots that need to | 983 | * a dirty root struct and adds it into the list of dead roots that need to |
| 984 | * be deleted | 984 | * be deleted |
| 985 | */ | 985 | */ |
| 986 | int btrfs_add_dead_root(struct btrfs_root *root) | 986 | void btrfs_add_dead_root(struct btrfs_root *root) |
| 987 | { | 987 | { |
| 988 | spin_lock(&root->fs_info->trans_lock); | 988 | spin_lock(&root->fs_info->trans_lock); |
| 989 | list_add_tail(&root->root_list, &root->fs_info->dead_roots); | 989 | if (list_empty(&root->root_list)) |
| 990 | list_add_tail(&root->root_list, &root->fs_info->dead_roots); | ||
| 990 | spin_unlock(&root->fs_info->trans_lock); | 991 | spin_unlock(&root->fs_info->trans_lock); |
| 991 | return 0; | ||
| 992 | } | 992 | } |
| 993 | 993 | ||
| 994 | /* | 994 | /* |
| @@ -1925,7 +1925,7 @@ int btrfs_clean_one_deleted_snapshot(struct btrfs_root *root) | |||
| 1925 | } | 1925 | } |
| 1926 | root = list_first_entry(&fs_info->dead_roots, | 1926 | root = list_first_entry(&fs_info->dead_roots, |
| 1927 | struct btrfs_root, root_list); | 1927 | struct btrfs_root, root_list); |
| 1928 | list_del(&root->root_list); | 1928 | list_del_init(&root->root_list); |
| 1929 | spin_unlock(&fs_info->trans_lock); | 1929 | spin_unlock(&fs_info->trans_lock); |
| 1930 | 1930 | ||
| 1931 | pr_debug("btrfs: cleaner removing %llu\n", | 1931 | pr_debug("btrfs: cleaner removing %llu\n", |
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h index 005b0375d18c..defbc4269897 100644 --- a/fs/btrfs/transaction.h +++ b/fs/btrfs/transaction.h | |||
| @@ -143,7 +143,7 @@ int btrfs_wait_for_commit(struct btrfs_root *root, u64 transid); | |||
| 143 | int btrfs_write_and_wait_transaction(struct btrfs_trans_handle *trans, | 143 | int btrfs_write_and_wait_transaction(struct btrfs_trans_handle *trans, |
| 144 | struct btrfs_root *root); | 144 | struct btrfs_root *root); |
| 145 | 145 | ||
| 146 | int btrfs_add_dead_root(struct btrfs_root *root); | 146 | void btrfs_add_dead_root(struct btrfs_root *root); |
| 147 | int btrfs_defrag_root(struct btrfs_root *root); | 147 | int btrfs_defrag_root(struct btrfs_root *root); |
| 148 | int btrfs_clean_one_deleted_snapshot(struct btrfs_root *root); | 148 | int btrfs_clean_one_deleted_snapshot(struct btrfs_root *root); |
| 149 | int btrfs_commit_transaction(struct btrfs_trans_handle *trans, | 149 | int btrfs_commit_transaction(struct btrfs_trans_handle *trans, |
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index 2c6791493637..ff60d8978ae2 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c | |||
| @@ -3746,8 +3746,9 @@ next_slot: | |||
| 3746 | } | 3746 | } |
| 3747 | 3747 | ||
| 3748 | log_extents: | 3748 | log_extents: |
| 3749 | btrfs_release_path(path); | ||
| 3750 | btrfs_release_path(dst_path); | ||
| 3749 | if (fast_search) { | 3751 | if (fast_search) { |
| 3750 | btrfs_release_path(dst_path); | ||
| 3751 | ret = btrfs_log_changed_extents(trans, root, inode, dst_path); | 3752 | ret = btrfs_log_changed_extents(trans, root, inode, dst_path); |
| 3752 | if (ret) { | 3753 | if (ret) { |
| 3753 | err = ret; | 3754 | err = ret; |
| @@ -3764,8 +3765,6 @@ log_extents: | |||
| 3764 | } | 3765 | } |
| 3765 | 3766 | ||
| 3766 | if (inode_only == LOG_INODE_ALL && S_ISDIR(inode->i_mode)) { | 3767 | if (inode_only == LOG_INODE_ALL && S_ISDIR(inode->i_mode)) { |
| 3767 | btrfs_release_path(path); | ||
| 3768 | btrfs_release_path(dst_path); | ||
| 3769 | ret = log_directory_changes(trans, root, inode, path, dst_path); | 3768 | ret = log_directory_changes(trans, root, inode, path, dst_path); |
| 3770 | if (ret) { | 3769 | if (ret) { |
| 3771 | err = ret; | 3770 | err = ret; |
diff --git a/fs/dlm/user.c b/fs/dlm/user.c index 911649a47dd5..812149119fa3 100644 --- a/fs/dlm/user.c +++ b/fs/dlm/user.c | |||
| @@ -686,7 +686,6 @@ static int device_close(struct inode *inode, struct file *file) | |||
| 686 | device_remove_lockspace() */ | 686 | device_remove_lockspace() */ |
| 687 | 687 | ||
| 688 | sigprocmask(SIG_SETMASK, &tmpsig, NULL); | 688 | sigprocmask(SIG_SETMASK, &tmpsig, NULL); |
| 689 | recalc_sigpending(); | ||
| 690 | 689 | ||
| 691 | return 0; | 690 | return 0; |
| 692 | } | 691 | } |
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index a61873808f76..72ba4705d4fa 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c | |||
| @@ -4412,7 +4412,7 @@ void ext4_ext_truncate(handle_t *handle, struct inode *inode) | |||
| 4412 | retry: | 4412 | retry: |
| 4413 | err = ext4_es_remove_extent(inode, last_block, | 4413 | err = ext4_es_remove_extent(inode, last_block, |
| 4414 | EXT_MAX_BLOCKS - last_block); | 4414 | EXT_MAX_BLOCKS - last_block); |
| 4415 | if (err == ENOMEM) { | 4415 | if (err == -ENOMEM) { |
| 4416 | cond_resched(); | 4416 | cond_resched(); |
| 4417 | congestion_wait(BLK_RW_ASYNC, HZ/50); | 4417 | congestion_wait(BLK_RW_ASYNC, HZ/50); |
| 4418 | goto retry; | 4418 | goto retry; |
diff --git a/fs/ext4/ialloc.c b/fs/ext4/ialloc.c index f03598c6ffd3..8bf5999875ee 100644 --- a/fs/ext4/ialloc.c +++ b/fs/ext4/ialloc.c | |||
| @@ -734,11 +734,8 @@ repeat_in_this_group: | |||
| 734 | ino = ext4_find_next_zero_bit((unsigned long *) | 734 | ino = ext4_find_next_zero_bit((unsigned long *) |
| 735 | inode_bitmap_bh->b_data, | 735 | inode_bitmap_bh->b_data, |
| 736 | EXT4_INODES_PER_GROUP(sb), ino); | 736 | EXT4_INODES_PER_GROUP(sb), ino); |
| 737 | if (ino >= EXT4_INODES_PER_GROUP(sb)) { | 737 | if (ino >= EXT4_INODES_PER_GROUP(sb)) |
| 738 | if (++group == ngroups) | 738 | goto next_group; |
| 739 | group = 0; | ||
| 740 | continue; | ||
| 741 | } | ||
| 742 | if (group == 0 && (ino+1) < EXT4_FIRST_INO(sb)) { | 739 | if (group == 0 && (ino+1) < EXT4_FIRST_INO(sb)) { |
| 743 | ext4_error(sb, "reserved inode found cleared - " | 740 | ext4_error(sb, "reserved inode found cleared - " |
| 744 | "inode=%lu", ino + 1); | 741 | "inode=%lu", ino + 1); |
| @@ -769,6 +766,9 @@ repeat_in_this_group: | |||
| 769 | goto got; /* we grabbed the inode! */ | 766 | goto got; /* we grabbed the inode! */ |
| 770 | if (ino < EXT4_INODES_PER_GROUP(sb)) | 767 | if (ino < EXT4_INODES_PER_GROUP(sb)) |
| 771 | goto repeat_in_this_group; | 768 | goto repeat_in_this_group; |
| 769 | next_group: | ||
| 770 | if (++group == ngroups) | ||
| 771 | group = 0; | ||
| 772 | } | 772 | } |
| 773 | err = -ENOSPC; | 773 | err = -ENOSPC; |
| 774 | goto out; | 774 | goto out; |
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index ba33c67d6e48..dd32a2eacd0d 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
| @@ -555,14 +555,13 @@ int ext4_map_blocks(handle_t *handle, struct inode *inode, | |||
| 555 | int ret; | 555 | int ret; |
| 556 | unsigned long long status; | 556 | unsigned long long status; |
| 557 | 557 | ||
| 558 | #ifdef ES_AGGRESSIVE_TEST | 558 | if (unlikely(retval != map->m_len)) { |
| 559 | if (retval != map->m_len) { | 559 | ext4_warning(inode->i_sb, |
| 560 | printk("ES len assertion failed for inode: %lu " | 560 | "ES len assertion failed for inode " |
| 561 | "retval %d != map->m_len %d " | 561 | "%lu: retval %d != map->m_len %d", |
| 562 | "in %s (lookup)\n", inode->i_ino, retval, | 562 | inode->i_ino, retval, map->m_len); |
| 563 | map->m_len, __func__); | 563 | WARN_ON(1); |
| 564 | } | 564 | } |
| 565 | #endif | ||
| 566 | 565 | ||
| 567 | status = map->m_flags & EXT4_MAP_UNWRITTEN ? | 566 | status = map->m_flags & EXT4_MAP_UNWRITTEN ? |
| 568 | EXTENT_STATUS_UNWRITTEN : EXTENT_STATUS_WRITTEN; | 567 | EXTENT_STATUS_UNWRITTEN : EXTENT_STATUS_WRITTEN; |
| @@ -656,14 +655,13 @@ found: | |||
| 656 | int ret; | 655 | int ret; |
| 657 | unsigned long long status; | 656 | unsigned long long status; |
| 658 | 657 | ||
| 659 | #ifdef ES_AGGRESSIVE_TEST | 658 | if (unlikely(retval != map->m_len)) { |
| 660 | if (retval != map->m_len) { | 659 | ext4_warning(inode->i_sb, |
| 661 | printk("ES len assertion failed for inode: %lu " | 660 | "ES len assertion failed for inode " |
| 662 | "retval %d != map->m_len %d " | 661 | "%lu: retval %d != map->m_len %d", |
| 663 | "in %s (allocation)\n", inode->i_ino, retval, | 662 | inode->i_ino, retval, map->m_len); |
| 664 | map->m_len, __func__); | 663 | WARN_ON(1); |
| 665 | } | 664 | } |
| 666 | #endif | ||
| 667 | 665 | ||
| 668 | /* | 666 | /* |
| 669 | * If the extent has been zeroed out, we don't need to update | 667 | * If the extent has been zeroed out, we don't need to update |
| @@ -1637,14 +1635,13 @@ add_delayed: | |||
| 1637 | int ret; | 1635 | int ret; |
| 1638 | unsigned long long status; | 1636 | unsigned long long status; |
| 1639 | 1637 | ||
| 1640 | #ifdef ES_AGGRESSIVE_TEST | 1638 | if (unlikely(retval != map->m_len)) { |
| 1641 | if (retval != map->m_len) { | 1639 | ext4_warning(inode->i_sb, |
| 1642 | printk("ES len assertion failed for inode: %lu " | 1640 | "ES len assertion failed for inode " |
| 1643 | "retval %d != map->m_len %d " | 1641 | "%lu: retval %d != map->m_len %d", |
| 1644 | "in %s (lookup)\n", inode->i_ino, retval, | 1642 | inode->i_ino, retval, map->m_len); |
| 1645 | map->m_len, __func__); | 1643 | WARN_ON(1); |
| 1646 | } | 1644 | } |
| 1647 | #endif | ||
| 1648 | 1645 | ||
| 1649 | status = map->m_flags & EXT4_MAP_UNWRITTEN ? | 1646 | status = map->m_flags & EXT4_MAP_UNWRITTEN ? |
| 1650 | EXTENT_STATUS_UNWRITTEN : EXTENT_STATUS_WRITTEN; | 1647 | EXTENT_STATUS_UNWRITTEN : EXTENT_STATUS_WRITTEN; |
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index bca26f34edf4..36b141e420b7 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
| @@ -5481,6 +5481,7 @@ static void __exit ext4_exit_fs(void) | |||
| 5481 | kset_unregister(ext4_kset); | 5481 | kset_unregister(ext4_kset); |
| 5482 | ext4_exit_system_zone(); | 5482 | ext4_exit_system_zone(); |
| 5483 | ext4_exit_pageio(); | 5483 | ext4_exit_pageio(); |
| 5484 | ext4_exit_es(); | ||
| 5484 | } | 5485 | } |
| 5485 | 5486 | ||
| 5486 | MODULE_AUTHOR("Remy Card, Stephen Tweedie, Andrew Morton, Andreas Dilger, Theodore Ts'o and others"); | 5487 | MODULE_AUTHOR("Remy Card, Stephen Tweedie, Andrew Morton, Andreas Dilger, Theodore Ts'o and others"); |
diff --git a/fs/lockd/clntlock.c b/fs/lockd/clntlock.c index 01bfe7662751..41e491b8e5d7 100644 --- a/fs/lockd/clntlock.c +++ b/fs/lockd/clntlock.c | |||
| @@ -64,12 +64,17 @@ struct nlm_host *nlmclnt_init(const struct nlmclnt_initdata *nlm_init) | |||
| 64 | nlm_init->protocol, nlm_version, | 64 | nlm_init->protocol, nlm_version, |
| 65 | nlm_init->hostname, nlm_init->noresvport, | 65 | nlm_init->hostname, nlm_init->noresvport, |
| 66 | nlm_init->net); | 66 | nlm_init->net); |
| 67 | if (host == NULL) { | 67 | if (host == NULL) |
| 68 | lockd_down(nlm_init->net); | 68 | goto out_nohost; |
| 69 | return ERR_PTR(-ENOLCK); | 69 | if (host->h_rpcclnt == NULL && nlm_bind_host(host) == NULL) |
| 70 | } | 70 | goto out_nobind; |
| 71 | 71 | ||
| 72 | return host; | 72 | return host; |
| 73 | out_nobind: | ||
| 74 | nlmclnt_release_host(host); | ||
| 75 | out_nohost: | ||
| 76 | lockd_down(nlm_init->net); | ||
| 77 | return ERR_PTR(-ENOLCK); | ||
| 73 | } | 78 | } |
| 74 | EXPORT_SYMBOL_GPL(nlmclnt_init); | 79 | EXPORT_SYMBOL_GPL(nlmclnt_init); |
| 75 | 80 | ||
diff --git a/fs/lockd/clntproc.c b/fs/lockd/clntproc.c index 9760ecb9b60f..acd394716349 100644 --- a/fs/lockd/clntproc.c +++ b/fs/lockd/clntproc.c | |||
| @@ -125,14 +125,15 @@ static void nlmclnt_setlockargs(struct nlm_rqst *req, struct file_lock *fl) | |||
| 125 | { | 125 | { |
| 126 | struct nlm_args *argp = &req->a_args; | 126 | struct nlm_args *argp = &req->a_args; |
| 127 | struct nlm_lock *lock = &argp->lock; | 127 | struct nlm_lock *lock = &argp->lock; |
| 128 | char *nodename = req->a_host->h_rpcclnt->cl_nodename; | ||
| 128 | 129 | ||
| 129 | nlmclnt_next_cookie(&argp->cookie); | 130 | nlmclnt_next_cookie(&argp->cookie); |
| 130 | memcpy(&lock->fh, NFS_FH(file_inode(fl->fl_file)), sizeof(struct nfs_fh)); | 131 | memcpy(&lock->fh, NFS_FH(file_inode(fl->fl_file)), sizeof(struct nfs_fh)); |
| 131 | lock->caller = utsname()->nodename; | 132 | lock->caller = nodename; |
| 132 | lock->oh.data = req->a_owner; | 133 | lock->oh.data = req->a_owner; |
| 133 | lock->oh.len = snprintf(req->a_owner, sizeof(req->a_owner), "%u@%s", | 134 | lock->oh.len = snprintf(req->a_owner, sizeof(req->a_owner), "%u@%s", |
| 134 | (unsigned int)fl->fl_u.nfs_fl.owner->pid, | 135 | (unsigned int)fl->fl_u.nfs_fl.owner->pid, |
| 135 | utsname()->nodename); | 136 | nodename); |
| 136 | lock->svid = fl->fl_u.nfs_fl.owner->pid; | 137 | lock->svid = fl->fl_u.nfs_fl.owner->pid; |
| 137 | lock->fl.fl_start = fl->fl_start; | 138 | lock->fl.fl_start = fl->fl_start; |
| 138 | lock->fl.fl_end = fl->fl_end; | 139 | lock->fl.fl_end = fl->fl_end; |
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c index af6e806044d7..941246f2b43d 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c | |||
| @@ -463,7 +463,6 @@ nfs_fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr, st | |||
| 463 | unlock_new_inode(inode); | 463 | unlock_new_inode(inode); |
| 464 | } else | 464 | } else |
| 465 | nfs_refresh_inode(inode, fattr); | 465 | nfs_refresh_inode(inode, fattr); |
| 466 | nfs_setsecurity(inode, fattr, label); | ||
| 467 | dprintk("NFS: nfs_fhget(%s/%Ld fh_crc=0x%08x ct=%d)\n", | 466 | dprintk("NFS: nfs_fhget(%s/%Ld fh_crc=0x%08x ct=%d)\n", |
| 468 | inode->i_sb->s_id, | 467 | inode->i_sb->s_id, |
| 469 | (long long)NFS_FILEID(inode), | 468 | (long long)NFS_FILEID(inode), |
| @@ -963,9 +962,15 @@ EXPORT_SYMBOL_GPL(nfs_revalidate_inode); | |||
| 963 | static int nfs_invalidate_mapping(struct inode *inode, struct address_space *mapping) | 962 | static int nfs_invalidate_mapping(struct inode *inode, struct address_space *mapping) |
| 964 | { | 963 | { |
| 965 | struct nfs_inode *nfsi = NFS_I(inode); | 964 | struct nfs_inode *nfsi = NFS_I(inode); |
| 966 | 965 | int ret; | |
| 966 | |||
| 967 | if (mapping->nrpages != 0) { | 967 | if (mapping->nrpages != 0) { |
| 968 | int ret = invalidate_inode_pages2(mapping); | 968 | if (S_ISREG(inode->i_mode)) { |
| 969 | ret = nfs_sync_mapping(mapping); | ||
| 970 | if (ret < 0) | ||
| 971 | return ret; | ||
| 972 | } | ||
| 973 | ret = invalidate_inode_pages2(mapping); | ||
| 969 | if (ret < 0) | 974 | if (ret < 0) |
| 970 | return ret; | 975 | return ret; |
| 971 | } | 976 | } |
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index cf11799297c4..108a774095f7 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
| @@ -3071,15 +3071,13 @@ struct rpc_clnt * | |||
| 3071 | nfs4_proc_lookup_mountpoint(struct inode *dir, struct qstr *name, | 3071 | nfs4_proc_lookup_mountpoint(struct inode *dir, struct qstr *name, |
| 3072 | struct nfs_fh *fhandle, struct nfs_fattr *fattr) | 3072 | struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 3073 | { | 3073 | { |
| 3074 | struct rpc_clnt *client = NFS_CLIENT(dir); | ||
| 3074 | int status; | 3075 | int status; |
| 3075 | struct rpc_clnt *client = rpc_clone_client(NFS_CLIENT(dir)); | ||
| 3076 | 3076 | ||
| 3077 | status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, NULL); | 3077 | status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, NULL); |
| 3078 | if (status < 0) { | 3078 | if (status < 0) |
| 3079 | rpc_shutdown_client(client); | ||
| 3080 | return ERR_PTR(status); | 3079 | return ERR_PTR(status); |
| 3081 | } | 3080 | return (client == NFS_CLIENT(dir)) ? rpc_clone_client(client) : client; |
| 3082 | return client; | ||
| 3083 | } | 3081 | } |
| 3084 | 3082 | ||
| 3085 | static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry) | 3083 | static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry) |
diff --git a/fs/nfs/super.c b/fs/nfs/super.c index 71fdc0dfa0d2..f6db66d8f647 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c | |||
| @@ -2478,6 +2478,10 @@ struct dentry *nfs_fs_mount_common(struct nfs_server *server, | |||
| 2478 | if (server->flags & NFS_MOUNT_NOAC) | 2478 | if (server->flags & NFS_MOUNT_NOAC) |
| 2479 | sb_mntdata.mntflags |= MS_SYNCHRONOUS; | 2479 | sb_mntdata.mntflags |= MS_SYNCHRONOUS; |
| 2480 | 2480 | ||
| 2481 | if (mount_info->cloned != NULL && mount_info->cloned->sb != NULL) | ||
| 2482 | if (mount_info->cloned->sb->s_flags & MS_SYNCHRONOUS) | ||
| 2483 | sb_mntdata.mntflags |= MS_SYNCHRONOUS; | ||
| 2484 | |||
| 2481 | /* Get a superblock - note that we may end up sharing one that already exists */ | 2485 | /* Get a superblock - note that we may end up sharing one that already exists */ |
| 2482 | s = sget(nfs_mod->nfs_fs, compare_super, nfs_set_super, flags, &sb_mntdata); | 2486 | s = sget(nfs_mod->nfs_fs, compare_super, nfs_set_super, flags, &sb_mntdata); |
| 2483 | if (IS_ERR(s)) { | 2487 | if (IS_ERR(s)) { |
diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c index 0d4c410e4589..419572f33b72 100644 --- a/fs/nfsd/nfs4proc.c +++ b/fs/nfsd/nfs4proc.c | |||
| @@ -1524,7 +1524,7 @@ static inline u32 nfsd4_write_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) | |||
| 1524 | static inline u32 nfsd4_exchange_id_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) | 1524 | static inline u32 nfsd4_exchange_id_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) |
| 1525 | { | 1525 | { |
| 1526 | return (op_encode_hdr_size + 2 + 1 + /* eir_clientid, eir_sequenceid */\ | 1526 | return (op_encode_hdr_size + 2 + 1 + /* eir_clientid, eir_sequenceid */\ |
| 1527 | 1 + 1 + 0 + /* eir_flags, spr_how, SP4_NONE (for now) */\ | 1527 | 1 + 1 + 2 + /* eir_flags, spr_how, spo_must_enforce & _allow */\ |
| 1528 | 2 + /*eir_server_owner.so_minor_id */\ | 1528 | 2 + /*eir_server_owner.so_minor_id */\ |
| 1529 | /* eir_server_owner.so_major_id<> */\ | 1529 | /* eir_server_owner.so_major_id<> */\ |
| 1530 | XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + 1 +\ | 1530 | XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + 1 +\ |
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index 280acef6f0dc..43f42290e5df 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c | |||
| @@ -1264,6 +1264,8 @@ static bool svc_rqst_integrity_protected(struct svc_rqst *rqstp) | |||
| 1264 | struct svc_cred *cr = &rqstp->rq_cred; | 1264 | struct svc_cred *cr = &rqstp->rq_cred; |
| 1265 | u32 service; | 1265 | u32 service; |
| 1266 | 1266 | ||
| 1267 | if (!cr->cr_gss_mech) | ||
| 1268 | return false; | ||
| 1267 | service = gss_pseudoflavor_to_service(cr->cr_gss_mech, cr->cr_flavor); | 1269 | service = gss_pseudoflavor_to_service(cr->cr_gss_mech, cr->cr_flavor); |
| 1268 | return service == RPC_GSS_SVC_INTEGRITY || | 1270 | return service == RPC_GSS_SVC_INTEGRITY || |
| 1269 | service == RPC_GSS_SVC_PRIVACY; | 1271 | service == RPC_GSS_SVC_PRIVACY; |
diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c index 0c0f3ea90de5..c2a4701d7286 100644 --- a/fs/nfsd/nfs4xdr.c +++ b/fs/nfsd/nfs4xdr.c | |||
| @@ -3360,7 +3360,8 @@ nfsd4_encode_exchange_id(struct nfsd4_compoundres *resp, __be32 nfserr, | |||
| 3360 | 8 /* eir_clientid */ + | 3360 | 8 /* eir_clientid */ + |
| 3361 | 4 /* eir_sequenceid */ + | 3361 | 4 /* eir_sequenceid */ + |
| 3362 | 4 /* eir_flags */ + | 3362 | 4 /* eir_flags */ + |
| 3363 | 4 /* spr_how (SP4_NONE) */ + | 3363 | 4 /* spr_how */ + |
| 3364 | 8 /* spo_must_enforce, spo_must_allow */ + | ||
| 3364 | 8 /* so_minor_id */ + | 3365 | 8 /* so_minor_id */ + |
| 3365 | 4 /* so_major_id.len */ + | 3366 | 4 /* so_major_id.len */ + |
| 3366 | (XDR_QUADLEN(major_id_sz) * 4) + | 3367 | (XDR_QUADLEN(major_id_sz) * 4) + |
| @@ -3372,8 +3373,6 @@ nfsd4_encode_exchange_id(struct nfsd4_compoundres *resp, __be32 nfserr, | |||
| 3372 | WRITE32(exid->seqid); | 3373 | WRITE32(exid->seqid); |
| 3373 | WRITE32(exid->flags); | 3374 | WRITE32(exid->flags); |
| 3374 | 3375 | ||
| 3375 | /* state_protect4_r. Currently only support SP4_NONE */ | ||
| 3376 | BUG_ON(exid->spa_how != SP4_NONE); | ||
| 3377 | WRITE32(exid->spa_how); | 3376 | WRITE32(exid->spa_how); |
| 3378 | switch (exid->spa_how) { | 3377 | switch (exid->spa_how) { |
| 3379 | case SP4_NONE: | 3378 | case SP4_NONE: |
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index 56e6b68c8d2f..94383a70c1a3 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
| @@ -274,15 +274,12 @@ struct acpi_device_wakeup { | |||
| 274 | }; | 274 | }; |
| 275 | 275 | ||
| 276 | struct acpi_device_physical_node { | 276 | struct acpi_device_physical_node { |
| 277 | u8 node_id; | 277 | unsigned int node_id; |
| 278 | struct list_head node; | 278 | struct list_head node; |
| 279 | struct device *dev; | 279 | struct device *dev; |
| 280 | bool put_online:1; | 280 | bool put_online:1; |
| 281 | }; | 281 | }; |
| 282 | 282 | ||
| 283 | /* set maximum of physical nodes to 32 for expansibility */ | ||
| 284 | #define ACPI_MAX_PHYSICAL_NODE 32 | ||
| 285 | |||
| 286 | /* Device */ | 283 | /* Device */ |
| 287 | struct acpi_device { | 284 | struct acpi_device { |
| 288 | int device_type; | 285 | int device_type; |
| @@ -302,10 +299,9 @@ struct acpi_device { | |||
| 302 | struct acpi_driver *driver; | 299 | struct acpi_driver *driver; |
| 303 | void *driver_data; | 300 | void *driver_data; |
| 304 | struct device dev; | 301 | struct device dev; |
| 305 | u8 physical_node_count; | 302 | unsigned int physical_node_count; |
| 306 | struct list_head physical_node_list; | 303 | struct list_head physical_node_list; |
| 307 | struct mutex physical_node_lock; | 304 | struct mutex physical_node_lock; |
| 308 | DECLARE_BITMAP(physical_node_id_bitmap, ACPI_MAX_PHYSICAL_NODE); | ||
| 309 | struct list_head power_dependent; | 305 | struct list_head power_dependent; |
| 310 | void (*remove)(struct acpi_device *); | 306 | void (*remove)(struct acpi_device *); |
| 311 | }; | 307 | }; |
| @@ -445,7 +441,11 @@ struct acpi_pci_root { | |||
| 445 | }; | 441 | }; |
| 446 | 442 | ||
| 447 | /* helper */ | 443 | /* helper */ |
| 448 | acpi_handle acpi_get_child(acpi_handle, u64); | 444 | acpi_handle acpi_find_child(acpi_handle, u64, bool); |
| 445 | static inline acpi_handle acpi_get_child(acpi_handle handle, u64 addr) | ||
| 446 | { | ||
| 447 | return acpi_find_child(handle, addr, false); | ||
| 448 | } | ||
| 449 | int acpi_is_root_bridge(acpi_handle); | 449 | int acpi_is_root_bridge(acpi_handle); |
| 450 | struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle); | 450 | struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle); |
| 451 | #define DEVICE_ACPI_HANDLE(dev) ((acpi_handle)ACPI_HANDLE(dev)) | 451 | #define DEVICE_ACPI_HANDLE(dev) ((acpi_handle)ACPI_HANDLE(dev)) |
diff --git a/include/linux/iio/trigger.h b/include/linux/iio/trigger.h index 3869c525b052..369cf2cd5144 100644 --- a/include/linux/iio/trigger.h +++ b/include/linux/iio/trigger.h | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | */ | 8 | */ |
| 9 | #include <linux/irq.h> | 9 | #include <linux/irq.h> |
| 10 | #include <linux/module.h> | 10 | #include <linux/module.h> |
| 11 | #include <linux/atomic.h> | ||
| 11 | 12 | ||
| 12 | #ifndef _IIO_TRIGGER_H_ | 13 | #ifndef _IIO_TRIGGER_H_ |
| 13 | #define _IIO_TRIGGER_H_ | 14 | #define _IIO_TRIGGER_H_ |
| @@ -61,7 +62,7 @@ struct iio_trigger { | |||
| 61 | 62 | ||
| 62 | struct list_head list; | 63 | struct list_head list; |
| 63 | struct list_head alloc_list; | 64 | struct list_head alloc_list; |
| 64 | int use_count; | 65 | atomic_t use_count; |
| 65 | 66 | ||
| 66 | struct irq_chip subirq_chip; | 67 | struct irq_chip subirq_chip; |
| 67 | int subirq_base; | 68 | int subirq_base; |
diff --git a/include/linux/mfd/ti_am335x_tscadc.h b/include/linux/mfd/ti_am335x_tscadc.h index 8d73fe29796a..db1791bb997a 100644 --- a/include/linux/mfd/ti_am335x_tscadc.h +++ b/include/linux/mfd/ti_am335x_tscadc.h | |||
| @@ -113,11 +113,27 @@ | |||
| 113 | #define CNTRLREG_8WIRE CNTRLREG_AFE_CTRL(3) | 113 | #define CNTRLREG_8WIRE CNTRLREG_AFE_CTRL(3) |
| 114 | #define CNTRLREG_TSCENB BIT(7) | 114 | #define CNTRLREG_TSCENB BIT(7) |
| 115 | 115 | ||
| 116 | /* FIFO READ Register */ | ||
| 117 | #define FIFOREAD_DATA_MASK (0xfff << 0) | ||
| 118 | #define FIFOREAD_CHNLID_MASK (0xf << 16) | ||
| 119 | |||
| 120 | /* Sequencer Status */ | ||
| 121 | #define SEQ_STATUS BIT(5) | ||
| 122 | |||
| 116 | #define ADC_CLK 3000000 | 123 | #define ADC_CLK 3000000 |
| 117 | #define MAX_CLK_DIV 7 | 124 | #define MAX_CLK_DIV 7 |
| 118 | #define TOTAL_STEPS 16 | 125 | #define TOTAL_STEPS 16 |
| 119 | #define TOTAL_CHANNELS 8 | 126 | #define TOTAL_CHANNELS 8 |
| 120 | 127 | ||
| 128 | /* | ||
| 129 | * ADC runs at 3MHz, and it takes | ||
| 130 | * 15 cycles to latch one data output. | ||
| 131 | * Hence the idle time for ADC to | ||
| 132 | * process one sample data would be | ||
| 133 | * around 5 micro seconds. | ||
| 134 | */ | ||
| 135 | #define IDLE_TIMEOUT 5 /* microsec */ | ||
| 136 | |||
| 121 | #define TSCADC_CELLS 2 | 137 | #define TSCADC_CELLS 2 |
| 122 | 138 | ||
| 123 | struct ti_tscadc_dev { | 139 | struct ti_tscadc_dev { |
diff --git a/include/linux/regmap.h b/include/linux/regmap.h index 75981d0b57dc..580a5320cc96 100644 --- a/include/linux/regmap.h +++ b/include/linux/regmap.h | |||
| @@ -15,6 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | #include <linux/list.h> | 16 | #include <linux/list.h> |
| 17 | #include <linux/rbtree.h> | 17 | #include <linux/rbtree.h> |
| 18 | #include <linux/err.h> | ||
| 18 | 19 | ||
| 19 | struct module; | 20 | struct module; |
| 20 | struct device; | 21 | struct device; |
diff --git a/include/linux/sunrpc/sched.h b/include/linux/sunrpc/sched.h index 6d870353674a..1821445708d6 100644 --- a/include/linux/sunrpc/sched.h +++ b/include/linux/sunrpc/sched.h | |||
| @@ -121,6 +121,7 @@ struct rpc_task_setup { | |||
| 121 | #define RPC_TASK_SOFTCONN 0x0400 /* Fail if can't connect */ | 121 | #define RPC_TASK_SOFTCONN 0x0400 /* Fail if can't connect */ |
| 122 | #define RPC_TASK_SENT 0x0800 /* message was sent */ | 122 | #define RPC_TASK_SENT 0x0800 /* message was sent */ |
| 123 | #define RPC_TASK_TIMEOUT 0x1000 /* fail with ETIMEDOUT on timeout */ | 123 | #define RPC_TASK_TIMEOUT 0x1000 /* fail with ETIMEDOUT on timeout */ |
| 124 | #define RPC_TASK_NOCONNECT 0x2000 /* return ENOTCONN if not connected */ | ||
| 124 | 125 | ||
| 125 | #define RPC_IS_ASYNC(t) ((t)->tk_flags & RPC_TASK_ASYNC) | 126 | #define RPC_IS_ASYNC(t) ((t)->tk_flags & RPC_TASK_ASYNC) |
| 126 | #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER) | 127 | #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER) |
diff --git a/include/linux/user_namespace.h b/include/linux/user_namespace.h index b6b215f13b45..14105c26a836 100644 --- a/include/linux/user_namespace.h +++ b/include/linux/user_namespace.h | |||
| @@ -23,6 +23,7 @@ struct user_namespace { | |||
| 23 | struct uid_gid_map projid_map; | 23 | struct uid_gid_map projid_map; |
| 24 | atomic_t count; | 24 | atomic_t count; |
| 25 | struct user_namespace *parent; | 25 | struct user_namespace *parent; |
| 26 | int level; | ||
| 26 | kuid_t owner; | 27 | kuid_t owner; |
| 27 | kgid_t group; | 28 | kgid_t group; |
| 28 | unsigned int proc_inum; | 29 | unsigned int proc_inum; |
diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h index 7343a27fe819..47ada23345a1 100644 --- a/include/media/v4l2-ctrls.h +++ b/include/media/v4l2-ctrls.h | |||
| @@ -22,6 +22,7 @@ | |||
| 22 | #define _V4L2_CTRLS_H | 22 | #define _V4L2_CTRLS_H |
| 23 | 23 | ||
| 24 | #include <linux/list.h> | 24 | #include <linux/list.h> |
| 25 | #include <linux/mutex.h> | ||
| 25 | #include <linux/videodev2.h> | 26 | #include <linux/videodev2.h> |
| 26 | 27 | ||
| 27 | /* forward references */ | 28 | /* forward references */ |
diff --git a/kernel/user_namespace.c b/kernel/user_namespace.c index 6e50a44610ee..9064b919a406 100644 --- a/kernel/user_namespace.c +++ b/kernel/user_namespace.c | |||
| @@ -62,6 +62,9 @@ int create_user_ns(struct cred *new) | |||
| 62 | kgid_t group = new->egid; | 62 | kgid_t group = new->egid; |
| 63 | int ret; | 63 | int ret; |
| 64 | 64 | ||
| 65 | if (parent_ns->level > 32) | ||
| 66 | return -EUSERS; | ||
| 67 | |||
| 65 | /* | 68 | /* |
| 66 | * Verify that we can not violate the policy of which files | 69 | * Verify that we can not violate the policy of which files |
| 67 | * may be accessed that is specified by the root directory, | 70 | * may be accessed that is specified by the root directory, |
| @@ -92,6 +95,7 @@ int create_user_ns(struct cred *new) | |||
| 92 | atomic_set(&ns->count, 1); | 95 | atomic_set(&ns->count, 1); |
| 93 | /* Leave the new->user_ns reference with the new user namespace. */ | 96 | /* Leave the new->user_ns reference with the new user namespace. */ |
| 94 | ns->parent = parent_ns; | 97 | ns->parent = parent_ns; |
| 98 | ns->level = parent_ns->level + 1; | ||
| 95 | ns->owner = owner; | 99 | ns->owner = owner; |
| 96 | ns->group = group; | 100 | ns->group = group; |
| 97 | 101 | ||
| @@ -1968,9 +1968,6 @@ static void put_cpu_partial(struct kmem_cache *s, struct page *page, int drain) | |||
| 1968 | int pages; | 1968 | int pages; |
| 1969 | int pobjects; | 1969 | int pobjects; |
| 1970 | 1970 | ||
| 1971 | if (!s->cpu_partial) | ||
| 1972 | return; | ||
| 1973 | |||
| 1974 | do { | 1971 | do { |
| 1975 | pages = 0; | 1972 | pages = 0; |
| 1976 | pobjects = 0; | 1973 | pobjects = 0; |
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index 74f6a704e374..ecbc4e3d83ad 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c | |||
| @@ -1660,6 +1660,10 @@ call_connect(struct rpc_task *task) | |||
| 1660 | task->tk_action = call_connect_status; | 1660 | task->tk_action = call_connect_status; |
| 1661 | if (task->tk_status < 0) | 1661 | if (task->tk_status < 0) |
| 1662 | return; | 1662 | return; |
| 1663 | if (task->tk_flags & RPC_TASK_NOCONNECT) { | ||
| 1664 | rpc_exit(task, -ENOTCONN); | ||
| 1665 | return; | ||
| 1666 | } | ||
| 1663 | xprt_connect(task); | 1667 | xprt_connect(task); |
| 1664 | } | 1668 | } |
| 1665 | } | 1669 | } |
diff --git a/net/sunrpc/netns.h b/net/sunrpc/netns.h index 74d948f5d5a1..779742cfc1ff 100644 --- a/net/sunrpc/netns.h +++ b/net/sunrpc/netns.h | |||
| @@ -23,6 +23,7 @@ struct sunrpc_net { | |||
| 23 | struct rpc_clnt *rpcb_local_clnt4; | 23 | struct rpc_clnt *rpcb_local_clnt4; |
| 24 | spinlock_t rpcb_clnt_lock; | 24 | spinlock_t rpcb_clnt_lock; |
| 25 | unsigned int rpcb_users; | 25 | unsigned int rpcb_users; |
| 26 | unsigned int rpcb_is_af_local : 1; | ||
| 26 | 27 | ||
| 27 | struct mutex gssp_lock; | 28 | struct mutex gssp_lock; |
| 28 | wait_queue_head_t gssp_wq; | 29 | wait_queue_head_t gssp_wq; |
diff --git a/net/sunrpc/rpcb_clnt.c b/net/sunrpc/rpcb_clnt.c index 3df764dc330c..1891a1022c17 100644 --- a/net/sunrpc/rpcb_clnt.c +++ b/net/sunrpc/rpcb_clnt.c | |||
| @@ -204,13 +204,15 @@ void rpcb_put_local(struct net *net) | |||
| 204 | } | 204 | } |
| 205 | 205 | ||
| 206 | static void rpcb_set_local(struct net *net, struct rpc_clnt *clnt, | 206 | static void rpcb_set_local(struct net *net, struct rpc_clnt *clnt, |
| 207 | struct rpc_clnt *clnt4) | 207 | struct rpc_clnt *clnt4, |
| 208 | bool is_af_local) | ||
| 208 | { | 209 | { |
| 209 | struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); | 210 | struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); |
| 210 | 211 | ||
| 211 | /* Protected by rpcb_create_local_mutex */ | 212 | /* Protected by rpcb_create_local_mutex */ |
| 212 | sn->rpcb_local_clnt = clnt; | 213 | sn->rpcb_local_clnt = clnt; |
| 213 | sn->rpcb_local_clnt4 = clnt4; | 214 | sn->rpcb_local_clnt4 = clnt4; |
| 215 | sn->rpcb_is_af_local = is_af_local ? 1 : 0; | ||
| 214 | smp_wmb(); | 216 | smp_wmb(); |
| 215 | sn->rpcb_users = 1; | 217 | sn->rpcb_users = 1; |
| 216 | dprintk("RPC: created new rpcb local clients (rpcb_local_clnt: " | 218 | dprintk("RPC: created new rpcb local clients (rpcb_local_clnt: " |
| @@ -238,6 +240,14 @@ static int rpcb_create_local_unix(struct net *net) | |||
| 238 | .program = &rpcb_program, | 240 | .program = &rpcb_program, |
| 239 | .version = RPCBVERS_2, | 241 | .version = RPCBVERS_2, |
| 240 | .authflavor = RPC_AUTH_NULL, | 242 | .authflavor = RPC_AUTH_NULL, |
| 243 | /* | ||
| 244 | * We turn off the idle timeout to prevent the kernel | ||
| 245 | * from automatically disconnecting the socket. | ||
| 246 | * Otherwise, we'd have to cache the mount namespace | ||
| 247 | * of the caller and somehow pass that to the socket | ||
| 248 | * reconnect code. | ||
| 249 | */ | ||
| 250 | .flags = RPC_CLNT_CREATE_NO_IDLE_TIMEOUT, | ||
| 241 | }; | 251 | }; |
| 242 | struct rpc_clnt *clnt, *clnt4; | 252 | struct rpc_clnt *clnt, *clnt4; |
| 243 | int result = 0; | 253 | int result = 0; |
| @@ -263,7 +273,7 @@ static int rpcb_create_local_unix(struct net *net) | |||
| 263 | clnt4 = NULL; | 273 | clnt4 = NULL; |
| 264 | } | 274 | } |
| 265 | 275 | ||
| 266 | rpcb_set_local(net, clnt, clnt4); | 276 | rpcb_set_local(net, clnt, clnt4, true); |
| 267 | 277 | ||
| 268 | out: | 278 | out: |
| 269 | return result; | 279 | return result; |
| @@ -315,7 +325,7 @@ static int rpcb_create_local_net(struct net *net) | |||
| 315 | clnt4 = NULL; | 325 | clnt4 = NULL; |
| 316 | } | 326 | } |
| 317 | 327 | ||
| 318 | rpcb_set_local(net, clnt, clnt4); | 328 | rpcb_set_local(net, clnt, clnt4, false); |
| 319 | 329 | ||
| 320 | out: | 330 | out: |
| 321 | return result; | 331 | return result; |
| @@ -376,13 +386,16 @@ static struct rpc_clnt *rpcb_create(struct net *net, const char *hostname, | |||
| 376 | return rpc_create(&args); | 386 | return rpc_create(&args); |
| 377 | } | 387 | } |
| 378 | 388 | ||
| 379 | static int rpcb_register_call(struct rpc_clnt *clnt, struct rpc_message *msg) | 389 | static int rpcb_register_call(struct sunrpc_net *sn, struct rpc_clnt *clnt, struct rpc_message *msg, bool is_set) |
| 380 | { | 390 | { |
| 381 | int result, error = 0; | 391 | int flags = RPC_TASK_NOCONNECT; |
| 392 | int error, result = 0; | ||
| 382 | 393 | ||
| 394 | if (is_set || !sn->rpcb_is_af_local) | ||
| 395 | flags = RPC_TASK_SOFTCONN; | ||
| 383 | msg->rpc_resp = &result; | 396 | msg->rpc_resp = &result; |
| 384 | 397 | ||
| 385 | error = rpc_call_sync(clnt, msg, RPC_TASK_SOFTCONN); | 398 | error = rpc_call_sync(clnt, msg, flags); |
| 386 | if (error < 0) { | 399 | if (error < 0) { |
| 387 | dprintk("RPC: failed to contact local rpcbind " | 400 | dprintk("RPC: failed to contact local rpcbind " |
| 388 | "server (errno %d).\n", -error); | 401 | "server (errno %d).\n", -error); |
| @@ -439,16 +452,19 @@ int rpcb_register(struct net *net, u32 prog, u32 vers, int prot, unsigned short | |||
| 439 | .rpc_argp = &map, | 452 | .rpc_argp = &map, |
| 440 | }; | 453 | }; |
| 441 | struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); | 454 | struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); |
| 455 | bool is_set = false; | ||
| 442 | 456 | ||
| 443 | dprintk("RPC: %sregistering (%u, %u, %d, %u) with local " | 457 | dprintk("RPC: %sregistering (%u, %u, %d, %u) with local " |
| 444 | "rpcbind\n", (port ? "" : "un"), | 458 | "rpcbind\n", (port ? "" : "un"), |
| 445 | prog, vers, prot, port); | 459 | prog, vers, prot, port); |
| 446 | 460 | ||
| 447 | msg.rpc_proc = &rpcb_procedures2[RPCBPROC_UNSET]; | 461 | msg.rpc_proc = &rpcb_procedures2[RPCBPROC_UNSET]; |
| 448 | if (port) | 462 | if (port != 0) { |
| 449 | msg.rpc_proc = &rpcb_procedures2[RPCBPROC_SET]; | 463 | msg.rpc_proc = &rpcb_procedures2[RPCBPROC_SET]; |
| 464 | is_set = true; | ||
| 465 | } | ||
| 450 | 466 | ||
| 451 | return rpcb_register_call(sn->rpcb_local_clnt, &msg); | 467 | return rpcb_register_call(sn, sn->rpcb_local_clnt, &msg, is_set); |
| 452 | } | 468 | } |
| 453 | 469 | ||
| 454 | /* | 470 | /* |
| @@ -461,6 +477,7 @@ static int rpcb_register_inet4(struct sunrpc_net *sn, | |||
| 461 | const struct sockaddr_in *sin = (const struct sockaddr_in *)sap; | 477 | const struct sockaddr_in *sin = (const struct sockaddr_in *)sap; |
| 462 | struct rpcbind_args *map = msg->rpc_argp; | 478 | struct rpcbind_args *map = msg->rpc_argp; |
| 463 | unsigned short port = ntohs(sin->sin_port); | 479 | unsigned short port = ntohs(sin->sin_port); |
| 480 | bool is_set = false; | ||
| 464 | int result; | 481 | int result; |
| 465 | 482 | ||
| 466 | map->r_addr = rpc_sockaddr2uaddr(sap, GFP_KERNEL); | 483 | map->r_addr = rpc_sockaddr2uaddr(sap, GFP_KERNEL); |
| @@ -471,10 +488,12 @@ static int rpcb_register_inet4(struct sunrpc_net *sn, | |||
| 471 | map->r_addr, map->r_netid); | 488 | map->r_addr, map->r_netid); |
| 472 | 489 | ||
| 473 | msg->rpc_proc = &rpcb_procedures4[RPCBPROC_UNSET]; | 490 | msg->rpc_proc = &rpcb_procedures4[RPCBPROC_UNSET]; |
| 474 | if (port) | 491 | if (port != 0) { |
| 475 | msg->rpc_proc = &rpcb_procedures4[RPCBPROC_SET]; | 492 | msg->rpc_proc = &rpcb_procedures4[RPCBPROC_SET]; |
| 493 | is_set = true; | ||
| 494 | } | ||
| 476 | 495 | ||
| 477 | result = rpcb_register_call(sn->rpcb_local_clnt4, msg); | 496 | result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); |
| 478 | kfree(map->r_addr); | 497 | kfree(map->r_addr); |
| 479 | return result; | 498 | return result; |
| 480 | } | 499 | } |
| @@ -489,6 +508,7 @@ static int rpcb_register_inet6(struct sunrpc_net *sn, | |||
| 489 | const struct sockaddr_in6 *sin6 = (const struct sockaddr_in6 *)sap; | 508 | const struct sockaddr_in6 *sin6 = (const struct sockaddr_in6 *)sap; |
| 490 | struct rpcbind_args *map = msg->rpc_argp; | 509 | struct rpcbind_args *map = msg->rpc_argp; |
| 491 | unsigned short port = ntohs(sin6->sin6_port); | 510 | unsigned short port = ntohs(sin6->sin6_port); |
| 511 | bool is_set = false; | ||
| 492 | int result; | 512 | int result; |
| 493 | 513 | ||
| 494 | map->r_addr = rpc_sockaddr2uaddr(sap, GFP_KERNEL); | 514 | map->r_addr = rpc_sockaddr2uaddr(sap, GFP_KERNEL); |
| @@ -499,10 +519,12 @@ static int rpcb_register_inet6(struct sunrpc_net *sn, | |||
| 499 | map->r_addr, map->r_netid); | 519 | map->r_addr, map->r_netid); |
| 500 | 520 | ||
| 501 | msg->rpc_proc = &rpcb_procedures4[RPCBPROC_UNSET]; | 521 | msg->rpc_proc = &rpcb_procedures4[RPCBPROC_UNSET]; |
| 502 | if (port) | 522 | if (port != 0) { |
| 503 | msg->rpc_proc = &rpcb_procedures4[RPCBPROC_SET]; | 523 | msg->rpc_proc = &rpcb_procedures4[RPCBPROC_SET]; |
| 524 | is_set = true; | ||
| 525 | } | ||
| 504 | 526 | ||
| 505 | result = rpcb_register_call(sn->rpcb_local_clnt4, msg); | 527 | result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); |
| 506 | kfree(map->r_addr); | 528 | kfree(map->r_addr); |
| 507 | return result; | 529 | return result; |
| 508 | } | 530 | } |
| @@ -519,7 +541,7 @@ static int rpcb_unregister_all_protofamilies(struct sunrpc_net *sn, | |||
| 519 | map->r_addr = ""; | 541 | map->r_addr = ""; |
| 520 | msg->rpc_proc = &rpcb_procedures4[RPCBPROC_UNSET]; | 542 | msg->rpc_proc = &rpcb_procedures4[RPCBPROC_UNSET]; |
| 521 | 543 | ||
| 522 | return rpcb_register_call(sn->rpcb_local_clnt4, msg); | 544 | return rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, false); |
| 523 | } | 545 | } |
| 524 | 546 | ||
| 525 | /** | 547 | /** |
diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c index 3f7682a387b7..eefbd10e408f 100644 --- a/security/smack/smack_lsm.c +++ b/security/smack/smack_lsm.c | |||
| @@ -1998,12 +1998,11 @@ static void smk_ipv6_port_label(struct socket *sock, struct sockaddr *address) | |||
| 1998 | * | 1998 | * |
| 1999 | * Create or update the port list entry | 1999 | * Create or update the port list entry |
| 2000 | */ | 2000 | */ |
| 2001 | static int smk_ipv6_port_check(struct sock *sk, struct sockaddr *address, | 2001 | static int smk_ipv6_port_check(struct sock *sk, struct sockaddr_in6 *address, |
| 2002 | int act) | 2002 | int act) |
| 2003 | { | 2003 | { |
| 2004 | __be16 *bep; | 2004 | __be16 *bep; |
| 2005 | __be32 *be32p; | 2005 | __be32 *be32p; |
| 2006 | struct sockaddr_in6 *addr6; | ||
| 2007 | struct smk_port_label *spp; | 2006 | struct smk_port_label *spp; |
| 2008 | struct socket_smack *ssp = sk->sk_security; | 2007 | struct socket_smack *ssp = sk->sk_security; |
| 2009 | struct smack_known *skp; | 2008 | struct smack_known *skp; |
| @@ -2025,10 +2024,9 @@ static int smk_ipv6_port_check(struct sock *sk, struct sockaddr *address, | |||
| 2025 | /* | 2024 | /* |
| 2026 | * Get the IP address and port from the address. | 2025 | * Get the IP address and port from the address. |
| 2027 | */ | 2026 | */ |
| 2028 | addr6 = (struct sockaddr_in6 *)address; | 2027 | port = ntohs(address->sin6_port); |
| 2029 | port = ntohs(addr6->sin6_port); | 2028 | bep = (__be16 *)(&address->sin6_addr); |
| 2030 | bep = (__be16 *)(&addr6->sin6_addr); | 2029 | be32p = (__be32 *)(&address->sin6_addr); |
| 2031 | be32p = (__be32 *)(&addr6->sin6_addr); | ||
| 2032 | 2030 | ||
| 2033 | /* | 2031 | /* |
| 2034 | * It's remote, so port lookup does no good. | 2032 | * It's remote, so port lookup does no good. |
| @@ -2060,9 +2058,9 @@ auditout: | |||
| 2060 | ad.a.u.net->family = sk->sk_family; | 2058 | ad.a.u.net->family = sk->sk_family; |
| 2061 | ad.a.u.net->dport = port; | 2059 | ad.a.u.net->dport = port; |
| 2062 | if (act == SMK_RECEIVING) | 2060 | if (act == SMK_RECEIVING) |
| 2063 | ad.a.u.net->v6info.saddr = addr6->sin6_addr; | 2061 | ad.a.u.net->v6info.saddr = address->sin6_addr; |
| 2064 | else | 2062 | else |
| 2065 | ad.a.u.net->v6info.daddr = addr6->sin6_addr; | 2063 | ad.a.u.net->v6info.daddr = address->sin6_addr; |
| 2066 | #endif | 2064 | #endif |
| 2067 | return smk_access(skp, object, MAY_WRITE, &ad); | 2065 | return smk_access(skp, object, MAY_WRITE, &ad); |
| 2068 | } | 2066 | } |
| @@ -2201,7 +2199,8 @@ static int smack_socket_connect(struct socket *sock, struct sockaddr *sap, | |||
| 2201 | case PF_INET6: | 2199 | case PF_INET6: |
| 2202 | if (addrlen < sizeof(struct sockaddr_in6)) | 2200 | if (addrlen < sizeof(struct sockaddr_in6)) |
| 2203 | return -EINVAL; | 2201 | return -EINVAL; |
| 2204 | rc = smk_ipv6_port_check(sock->sk, sap, SMK_CONNECTING); | 2202 | rc = smk_ipv6_port_check(sock->sk, (struct sockaddr_in6 *)sap, |
| 2203 | SMK_CONNECTING); | ||
| 2205 | break; | 2204 | break; |
| 2206 | } | 2205 | } |
| 2207 | return rc; | 2206 | return rc; |
| @@ -3034,7 +3033,7 @@ static int smack_socket_sendmsg(struct socket *sock, struct msghdr *msg, | |||
| 3034 | int size) | 3033 | int size) |
| 3035 | { | 3034 | { |
| 3036 | struct sockaddr_in *sip = (struct sockaddr_in *) msg->msg_name; | 3035 | struct sockaddr_in *sip = (struct sockaddr_in *) msg->msg_name; |
| 3037 | struct sockaddr *sap = (struct sockaddr *) msg->msg_name; | 3036 | struct sockaddr_in6 *sap = (struct sockaddr_in6 *) msg->msg_name; |
| 3038 | int rc = 0; | 3037 | int rc = 0; |
| 3039 | 3038 | ||
| 3040 | /* | 3039 | /* |
| @@ -3121,9 +3120,8 @@ static struct smack_known *smack_from_secattr(struct netlbl_lsm_secattr *sap, | |||
| 3121 | return smack_net_ambient; | 3120 | return smack_net_ambient; |
| 3122 | } | 3121 | } |
| 3123 | 3122 | ||
| 3124 | static int smk_skb_to_addr_ipv6(struct sk_buff *skb, struct sockaddr *sap) | 3123 | static int smk_skb_to_addr_ipv6(struct sk_buff *skb, struct sockaddr_in6 *sip) |
| 3125 | { | 3124 | { |
| 3126 | struct sockaddr_in6 *sip = (struct sockaddr_in6 *)sap; | ||
| 3127 | u8 nexthdr; | 3125 | u8 nexthdr; |
| 3128 | int offset; | 3126 | int offset; |
| 3129 | int proto = -EINVAL; | 3127 | int proto = -EINVAL; |
| @@ -3181,7 +3179,7 @@ static int smack_socket_sock_rcv_skb(struct sock *sk, struct sk_buff *skb) | |||
| 3181 | struct netlbl_lsm_secattr secattr; | 3179 | struct netlbl_lsm_secattr secattr; |
| 3182 | struct socket_smack *ssp = sk->sk_security; | 3180 | struct socket_smack *ssp = sk->sk_security; |
| 3183 | struct smack_known *skp; | 3181 | struct smack_known *skp; |
| 3184 | struct sockaddr sadd; | 3182 | struct sockaddr_in6 sadd; |
| 3185 | int rc = 0; | 3183 | int rc = 0; |
| 3186 | struct smk_audit_info ad; | 3184 | struct smk_audit_info ad; |
| 3187 | #ifdef CONFIG_AUDIT | 3185 | #ifdef CONFIG_AUDIT |
diff --git a/sound/usb/6fire/comm.c b/sound/usb/6fire/comm.c index 9e6e3ffd86bb..23452ee617e1 100644 --- a/sound/usb/6fire/comm.c +++ b/sound/usb/6fire/comm.c | |||
| @@ -110,19 +110,37 @@ static int usb6fire_comm_send_buffer(u8 *buffer, struct usb_device *dev) | |||
| 110 | static int usb6fire_comm_write8(struct comm_runtime *rt, u8 request, | 110 | static int usb6fire_comm_write8(struct comm_runtime *rt, u8 request, |
| 111 | u8 reg, u8 value) | 111 | u8 reg, u8 value) |
| 112 | { | 112 | { |
| 113 | u8 buffer[13]; /* 13: maximum length of message */ | 113 | u8 *buffer; |
| 114 | int ret; | ||
| 115 | |||
| 116 | /* 13: maximum length of message */ | ||
| 117 | buffer = kmalloc(13, GFP_KERNEL); | ||
| 118 | if (!buffer) | ||
| 119 | return -ENOMEM; | ||
| 114 | 120 | ||
| 115 | usb6fire_comm_init_buffer(buffer, 0x00, request, reg, value, 0x00); | 121 | usb6fire_comm_init_buffer(buffer, 0x00, request, reg, value, 0x00); |
| 116 | return usb6fire_comm_send_buffer(buffer, rt->chip->dev); | 122 | ret = usb6fire_comm_send_buffer(buffer, rt->chip->dev); |
| 123 | |||
| 124 | kfree(buffer); | ||
| 125 | return ret; | ||
| 117 | } | 126 | } |
| 118 | 127 | ||
| 119 | static int usb6fire_comm_write16(struct comm_runtime *rt, u8 request, | 128 | static int usb6fire_comm_write16(struct comm_runtime *rt, u8 request, |
| 120 | u8 reg, u8 vl, u8 vh) | 129 | u8 reg, u8 vl, u8 vh) |
| 121 | { | 130 | { |
| 122 | u8 buffer[13]; /* 13: maximum length of message */ | 131 | u8 *buffer; |
| 132 | int ret; | ||
| 133 | |||
| 134 | /* 13: maximum length of message */ | ||
| 135 | buffer = kmalloc(13, GFP_KERNEL); | ||
| 136 | if (!buffer) | ||
| 137 | return -ENOMEM; | ||
| 123 | 138 | ||
| 124 | usb6fire_comm_init_buffer(buffer, 0x00, request, reg, vl, vh); | 139 | usb6fire_comm_init_buffer(buffer, 0x00, request, reg, vl, vh); |
| 125 | return usb6fire_comm_send_buffer(buffer, rt->chip->dev); | 140 | ret = usb6fire_comm_send_buffer(buffer, rt->chip->dev); |
| 141 | |||
| 142 | kfree(buffer); | ||
| 143 | return ret; | ||
| 126 | } | 144 | } |
| 127 | 145 | ||
| 128 | int usb6fire_comm_init(struct sfire_chip *chip) | 146 | int usb6fire_comm_init(struct sfire_chip *chip) |
| @@ -135,6 +153,12 @@ int usb6fire_comm_init(struct sfire_chip *chip) | |||
| 135 | if (!rt) | 153 | if (!rt) |
| 136 | return -ENOMEM; | 154 | return -ENOMEM; |
| 137 | 155 | ||
| 156 | rt->receiver_buffer = kzalloc(COMM_RECEIVER_BUFSIZE, GFP_KERNEL); | ||
| 157 | if (!rt->receiver_buffer) { | ||
| 158 | kfree(rt); | ||
| 159 | return -ENOMEM; | ||
| 160 | } | ||
| 161 | |||
| 138 | urb = &rt->receiver; | 162 | urb = &rt->receiver; |
| 139 | rt->serial = 1; | 163 | rt->serial = 1; |
| 140 | rt->chip = chip; | 164 | rt->chip = chip; |
| @@ -153,6 +177,7 @@ int usb6fire_comm_init(struct sfire_chip *chip) | |||
| 153 | urb->interval = 1; | 177 | urb->interval = 1; |
| 154 | ret = usb_submit_urb(urb, GFP_KERNEL); | 178 | ret = usb_submit_urb(urb, GFP_KERNEL); |
| 155 | if (ret < 0) { | 179 | if (ret < 0) { |
| 180 | kfree(rt->receiver_buffer); | ||
| 156 | kfree(rt); | 181 | kfree(rt); |
| 157 | snd_printk(KERN_ERR PREFIX "cannot create comm data receiver."); | 182 | snd_printk(KERN_ERR PREFIX "cannot create comm data receiver."); |
| 158 | return ret; | 183 | return ret; |
| @@ -171,6 +196,9 @@ void usb6fire_comm_abort(struct sfire_chip *chip) | |||
| 171 | 196 | ||
| 172 | void usb6fire_comm_destroy(struct sfire_chip *chip) | 197 | void usb6fire_comm_destroy(struct sfire_chip *chip) |
| 173 | { | 198 | { |
| 174 | kfree(chip->comm); | 199 | struct comm_runtime *rt = chip->comm; |
| 200 | |||
| 201 | kfree(rt->receiver_buffer); | ||
| 202 | kfree(rt); | ||
| 175 | chip->comm = NULL; | 203 | chip->comm = NULL; |
| 176 | } | 204 | } |
diff --git a/sound/usb/6fire/comm.h b/sound/usb/6fire/comm.h index 6a0840b0dcff..780d5ed8e5d8 100644 --- a/sound/usb/6fire/comm.h +++ b/sound/usb/6fire/comm.h | |||
| @@ -24,7 +24,7 @@ struct comm_runtime { | |||
| 24 | struct sfire_chip *chip; | 24 | struct sfire_chip *chip; |
| 25 | 25 | ||
| 26 | struct urb receiver; | 26 | struct urb receiver; |
| 27 | u8 receiver_buffer[COMM_RECEIVER_BUFSIZE]; | 27 | u8 *receiver_buffer; |
| 28 | 28 | ||
| 29 | u8 serial; /* urb serial */ | 29 | u8 serial; /* urb serial */ |
| 30 | 30 | ||
diff --git a/sound/usb/endpoint.c b/sound/usb/endpoint.c index 7a444b5501d9..659950e5b94f 100644 --- a/sound/usb/endpoint.c +++ b/sound/usb/endpoint.c | |||
| @@ -591,17 +591,16 @@ static int data_ep_set_params(struct snd_usb_endpoint *ep, | |||
| 591 | ep->stride = frame_bits >> 3; | 591 | ep->stride = frame_bits >> 3; |
| 592 | ep->silence_value = pcm_format == SNDRV_PCM_FORMAT_U8 ? 0x80 : 0; | 592 | ep->silence_value = pcm_format == SNDRV_PCM_FORMAT_U8 ? 0x80 : 0; |
| 593 | 593 | ||
| 594 | /* calculate max. frequency */ | 594 | /* assume max. frequency is 25% higher than nominal */ |
| 595 | if (ep->maxpacksize) { | 595 | ep->freqmax = ep->freqn + (ep->freqn >> 2); |
| 596 | maxsize = ((ep->freqmax + 0xffff) * (frame_bits >> 3)) | ||
| 597 | >> (16 - ep->datainterval); | ||
| 598 | /* but wMaxPacketSize might reduce this */ | ||
| 599 | if (ep->maxpacksize && ep->maxpacksize < maxsize) { | ||
| 596 | /* whatever fits into a max. size packet */ | 600 | /* whatever fits into a max. size packet */ |
| 597 | maxsize = ep->maxpacksize; | 601 | maxsize = ep->maxpacksize; |
| 598 | ep->freqmax = (maxsize / (frame_bits >> 3)) | 602 | ep->freqmax = (maxsize / (frame_bits >> 3)) |
| 599 | << (16 - ep->datainterval); | 603 | << (16 - ep->datainterval); |
| 600 | } else { | ||
| 601 | /* no max. packet size: just take 25% higher than nominal */ | ||
| 602 | ep->freqmax = ep->freqn + (ep->freqn >> 2); | ||
| 603 | maxsize = ((ep->freqmax + 0xffff) * (frame_bits >> 3)) | ||
| 604 | >> (16 - ep->datainterval); | ||
| 605 | } | 604 | } |
| 606 | 605 | ||
| 607 | if (ep->fill_max) | 606 | if (ep->fill_max) |
